Re: [Xen-devel] [PATCH v2 06/31] OvmfPkg/XenResetVector: Add new entry point for Xen PVH

2019-04-15 Thread Andrew Cooper
On 15/04/2019 12:25, Anthony PERARD wrote: > On Thu, Apr 11, 2019 at 01:52:27PM +0100, Andrew Cooper wrote: >> On 09/04/2019 12:08, Anthony PERARD wrote: >>> diff --git a/OvmfPkg/XenResetVector/Ia32/XenPVHMain.asm >>> b/OvmfPkg/XenResetVector/Ia32/XenPVHMain.asm >>> new file mode 100644 >>> index

Re: [edk2-devel] [Xen-devel] [PATCH v2 06/31] OvmfPkg/XenResetVector: Add new entry point for Xen PVH

2019-04-15 Thread Anthony PERARD
On Thu, Apr 11, 2019 at 01:52:27PM +0100, Andrew Cooper wrote: > On 09/04/2019 12:08, Anthony PERARD wrote: > > diff --git a/OvmfPkg/XenResetVector/Ia32/XenPVHMain.asm > > b/OvmfPkg/XenResetVector/Ia32/XenPVHMain.asm > > new file mode 100644 > > index 00..c4802bf4d1 > > --- /dev/null > >

Re: [Xen-devel] [PATCH v2 06/31] OvmfPkg/XenResetVector: Add new entry point for Xen PVH

2019-04-11 Thread Andrew Cooper
On 09/04/2019 12:08, Anthony PERARD wrote: > diff --git a/OvmfPkg/XenResetVector/Ia32/XenPVHMain.asm > b/OvmfPkg/XenResetVector/Ia32/XenPVHMain.asm > new file mode 100644 > index 00..c4802bf4d1 > --- /dev/null > +++ b/OvmfPkg/XenResetVector/Ia32/XenPVHMain.asm > @@ -0,0 +1,47 @@ >

[Xen-devel] [PATCH v2 06/31] OvmfPkg/XenResetVector: Add new entry point for Xen PVH

2019-04-08 Thread Anthony PERARD
This one enter directly in 32bits Information on the expected state of the machine when this entry point is used can be found at: https://xenbits.xenproject.org/docs/unstable/misc/pvh.html Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Anthony PERARD ---