[Xen-devel] [PATCH 0/2] x86/setup: Dom0 creation cleanups

David Woodhouse posted 2 patches 4 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/916bbc82cafac74f0a203b48eebfbc711bd33a70.camel@infradead.org
Maintainers: Jan Beulich <jbeulich@suse.com>, Andrew Cooper <andrew.cooper3@citrix.com>, "Roger Pau Monné" <roger.pau@citrix.com>, Wei Liu <wl@xen.org>
xen/arch/x86/setup.c | 175 ++++++++++++++++++++++++++++-----------------------
1 file changed, 95 insertions(+), 80 deletions(-)
[Xen-devel] [PATCH 0/2] x86/setup: Dom0 creation cleanups
Posted by David Woodhouse 4 years, 1 month ago
As a precursor to live update support, clean up the dom0 creation in
start_xen() a little bit.

This makes it easier for later live update patches to make it
conditional, since in live update we'll already have an existing dom0
being brought over from the previous Xen. But it's a cleanup in its own
right in the meantime.

David Woodhouse (2):
      x86/setup: simplify handling of initrdidx when no initrd present
      x86/setup: lift dom0 creation out into create_dom0() function


xen/arch/x86/setup.c | 175 ++++++++++++++++++++++++++++-----------------------
 1 file changed, 95 insertions(+), 80 deletions(-)
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel