Message ID | 20210514034101.3683-1-christopher.w.clark@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Introducing Hyperlaunch capability design (formerly: DomB mode of dom0less) | expand |
On 5/13/21 11:40 PM, Christopher Clark wrote: > 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, > 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@starlab.io> > Signed-off by: Daniel P. Smith <dpsmith@apertussolutions.com> > > > 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 | 1004 +++++++++++++++++ > 2 files changed, 1347 insertions(+) > create mode 100644 docs/designs/launch/hyperlaunch-devicetree.rst > create mode 100644 docs/designs/launch/hyperlaunch.rst > All, Please find a rendered PDF copy of each document attached for ease of reading. V/r, Daniel P. Smith Apertus Solutions, LLC
On Fri, May 14, 2021 at 7:19 AM Daniel P. Smith <dpsmith@apertussolutions.com> wrote: > > On 5/13/21 11:40 PM, Christopher Clark wrote: > > 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. We would like to have these design documents merged, please. We have responded to all of the feedback provided in previous rounds and no further comments have been received on these since they were posted in May. thanks, Christopher > > > > The Hyperlaunch feature builds upon prior dom0less work, > > 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@starlab.io> > > Signed-off by: Daniel P. Smith <dpsmith@apertussolutions.com> > > > > > > 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 | 1004 +++++++++++++++++ > > 2 files changed, 1347 insertions(+) > > create mode 100644 docs/designs/launch/hyperlaunch-devicetree.rst > > create mode 100644 docs/designs/launch/hyperlaunch.rst > > > > All, > > Please find a rendered PDF copy of each document attached for ease of > reading. > > V/r, > Daniel P. Smith > Apertus Solutions, LLC
On 14.05.2021 05:40, Christopher Clark wrote: > 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, > 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@starlab.io> > Signed-off by: Daniel P. Smith <dpsmith@apertussolutions.com> > > > Daniel P. Smith (2): > docs/designs/launch: hyperlaunch design document > docs/designs/launch: hyperlaunch device tree As settled on during the community call yesterday I've committed these. I have to admit though that I would have found it nice if there wouldn't have been a need to massage the patches: git legitimately complained about trailing whitespace in quite a few locations. Jan
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, 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@starlab.io> Signed-off by: Daniel P. Smith <dpsmith@apertussolutions.com> 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 | 1004 +++++++++++++++++ 2 files changed, 1347 insertions(+) create mode 100644 docs/designs/launch/hyperlaunch-devicetree.rst create mode 100644 docs/designs/launch/hyperlaunch.rst