Re: [Xen-devel] [PATCH 2/2] xen/pvh: correctly setup the PV EFI interface for dom0

2019-04-23 Thread Roger Pau Monné
On Tue, Apr 23, 2019 at 11:36:10AM +0200, Juergen Gross wrote: > On 23/04/2019 11:28, Roger Pau Monne wrote: > > diff --git a/include/xen/xen-ops.h b/include/xen/xen-ops.h > > index 4969817124a8..51ef98e96d88 100644 > > --- a/include/xen/xen-ops.h > > +++ b/include/xen/xen-ops.h > > @@ -209,6 +209,

Re: [Xen-devel] [PATCH 2/2] xen/pvh: correctly setup the PV EFI interface for dom0

2019-04-23 Thread Juergen Gross
On 23/04/2019 11:28, Roger Pau Monne wrote: > This involves initializing the boot params EFI related fields and the > efi global variable. > > Without this fix a PVH dom0 doesn't detect when booted from EFI, and > thus doesn't support accessing any of the EFI related data. > > Reported-by: PGNet

[Xen-devel] [PATCH 2/2] xen/pvh: correctly setup the PV EFI interface for dom0

2019-04-23 Thread Roger Pau Monne
This involves initializing the boot params EFI related fields and the efi global variable. Without this fix a PVH dom0 doesn't detect when booted from EFI, and thus doesn't support accessing any of the EFI related data. Reported-by: PGNet Dev Signed-off-by: Roger Pau Monné --- Cc: Boris Ostrovs