[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] Introducing hyperlaunch capability design (formerly: DomB mode of dom0less)
- To: xen-devel@xxxxxxxxxxxxxxxxxxxx
- From: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 15 Mar 2021 23:18:12 -0400
- Arc-authentication-results: i=1; mx.zohomail.com; dkim=pass header.i=apertussolutions.com; spf=pass smtp.mailfrom=dpsmith@xxxxxxxxxxxxxxxxxxxx; dmarc=pass header.from=<dpsmith@xxxxxxxxxxxxxxxxxxxx> header.from=<dpsmith@xxxxxxxxxxxxxxxxxxxx>
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1615864286; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:MIME-Version:Message-ID:Subject:To; bh=Q7wd0dGMDbaLZj8GpMrMXLp7yDYNO5sr0dYNSJcEYXk=; b=d2y/pTu5WSGc6SJ7HVJWBTD4J3QDTvD8HtFcbiuq6o7w7a7YObIgUKvky/FIIC+RXxCTxqJzFuaTPRUscwu00moWKlHgkc6TXSmhM3XP0da1zQ4SWBhYlWhVBRrzMdvVDRG1rOFY74x/RR3bhNG4AsjPs0TCdMQ6QfNj+7YmUko=
- Arc-seal: i=1; a=rsa-sha256; t=1615864286; cv=none; d=zohomail.com; s=zohoarc; b=CLynJfaPKoeL0yAsBbuI6sDyc8bzTgo4uf5Us6uIQEWiDjsCtEoy1CIj03bZaX4wIwxrEN21OOyi5AQqxfw9BVqS89gXjEm0sOUBmRebVqydGroFUapAl4QoTmSv/1RZ4RFSnonU1FsRG3/62HnHkMXmr39urSxPpNlMaICJh8c=
- Cc: christopher.w.clark@xxxxxxxxx, andrew.cooper3@xxxxxxxxxx, stefano.stabellini@xxxxxxxxxx, jgrall@xxxxxxxxxx, Julien.grall.oss@xxxxxxxxx, iwj@xxxxxxxxxxxxxx, wl@xxxxxxx, george.dunlap@xxxxxxxxxx, jbeulich@xxxxxxxx, persaur@xxxxxxxxx, Bertrand.Marquis@xxxxxxx, roger.pau@xxxxxxxxxx, luca.fancellu@xxxxxxx, paul@xxxxxxx, adam.schwalm@xxxxxxxxxx
- Delivery-date: Tue, 16 Mar 2021 03:11:40 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
We are submitting for inclusion in the Xen documentation:
- the hyperlaunch design document, and
- the hyperlaunch device tree design document
to describe a new method for launching the Xen hypervisor.
The hyperlaunch feature builds upon prior dom0less work and the DomB
project to bring a flexible and security-minded means to launch a
variety of VM configurations as part of the startup of Xen.
Signed-off-by: Christopher Clark <christopher.clark@xxxxxxxxxx>
Signed-off by: Daniel P. Smith <dpsmith@xxxxxxxxxxxxxxxxxxxx>
Daniel P. Smith (2):
docs/designs/launch: hyperlaunch design document
docs/designs/launch: hyperlaunch device tree
.../designs/launch/hyperlaunch-devicetree.rst | 343 +++++++
docs/designs/launch/hyperlaunch.rst | 900 ++++++++++++++++++
2 files changed, 1243 insertions(+)
create mode 100644 docs/designs/launch/hyperlaunch-devicetree.rst
create mode 100644 docs/designs/launch/hyperlaunch.rst
--
2.20.1
|