Re: [Xen-devel] [PATCH] hvmloader: Load proper ACPI tables with OVMF

2015-12-14 Thread Jan Beulich
>>> On 14.12.15 at 17:23, wrote: > On 14/12/15 16:17, Ian Campbell wrote: >> On Mon, 2015-12-14 at 16:08 +, Anthony PERARD wrote: >>> This patch loads the ACPI tables associated with QEMU instead of the one >>> for qemu-traditional. >> I'd add "... we only support OVMF with qemu-xen" or someth

Re: [Xen-devel] [PATCH] hvmloader: Load proper ACPI tables with OVMF

2015-12-14 Thread Andrew Cooper
On 14/12/15 16:17, Ian Campbell wrote: > On Mon, 2015-12-14 at 16:08 +, Anthony PERARD wrote: >> This patch loads the ACPI tables associated with QEMU instead of the one >> for qemu-traditional. > I'd add "... we only support OVMF with qemu-xen" or something, just to make > it clear why this is

Re: [Xen-devel] [PATCH] hvmloader: Load proper ACPI tables with OVMF

2015-12-14 Thread Ian Campbell
On Mon, 2015-12-14 at 16:08 +, Anthony PERARD wrote: > This patch loads the ACPI tables associated with QEMU instead of the one > for qemu-traditional. I'd add "... we only support OVMF with qemu-xen" or something, just to make it clear why this is correct. > Signed-off-by: Anthony PERARD A

[Xen-devel] [PATCH] hvmloader: Load proper ACPI tables with OVMF

2015-12-14 Thread Anthony PERARD
This patch loads the ACPI tables associated with QEMU instead of the one for qemu-traditional. Signed-off-by: Anthony PERARD --- tools/firmware/hvmloader/ovmf.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/firmware/hvmloader/ovmf.c b/tools/firmware/hvmloader/