Re: [PATCH 4/8] xen: add xen pvh guest support to grub-core

2018-02-15 Thread Daniel Kiper
On Wed, Nov 29, 2017 at 02:46:46PM +0100, Juergen Gross wrote: > Add all the grub-core code needed for Xen PVH guest support. This > includes: > > - The new PVH entry point of grub > - PVH specific initialization code > - machine specific header files > - modifications in Xen specific code to work

[PATCH 4/8] xen: add xen pvh guest support to grub-core

2017-11-29 Thread Juergen Gross
Add all the grub-core code needed for Xen PVH guest support. This includes: - The new PVH entry point of grub - PVH specific initialization code - machine specific header files - modifications in Xen specific code to work in PVH environment - modifications in other core code to be reusable with PV