Re: [Xen-devel] [PATCH for-4.8 2/2] libxc: set rsdp pointer for PVHv2 guests

2016-11-07 Thread Boris Ostrovsky
On 11/07/2016 06:55 AM, Roger Pau Monne wrote: > Set the address of the RSDP in the HVM start info structure for PVHv2 DomUs > that have ACPI tables. > > Signed-off-by: Roger Pau Monné > --- > Cc: Ian Jackson > Cc: Wei Liu > Cc: Boris Ostrovsky > Cc: Konrad Rzeszutek Wilk > --- > tools/libxc/

[Xen-devel] [PATCH for-4.8 2/2] libxc: set rsdp pointer for PVHv2 guests

2016-11-07 Thread Roger Pau Monne
Set the address of the RSDP in the HVM start info structure for PVHv2 DomUs that have ACPI tables. Signed-off-by: Roger Pau Monné --- Cc: Ian Jackson Cc: Wei Liu Cc: Boris Ostrovsky Cc: Konrad Rzeszutek Wilk --- tools/libxc/xc_dom_x86.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/