Re: [libvirt] [PATCH 3/6] Remove QEMU_CAPS_NO_ACPI capability for non-x86 platform

2012-12-20 Thread Daniel P. Berrange
On Thu, Dec 20, 2012 at 02:02:24PM +0800, Li Zhang wrote: > From: Li Zhang > > ACPI is only supported on x86 platform, PPC can't support it. > So QEMU_CAPS_NO_ACPI shouldn't be set. > > This patch is to remove QEMU_CAPS_NO_ACPI capability for > non-x86 platform. > > Signed-off-by: Li Zhang > -

[libvirt] [PATCH 3/6] Remove QEMU_CAPS_NO_ACPI capability for non-x86 platform

2012-12-19 Thread Li Zhang
From: Li Zhang ACPI is only supported on x86 platform, PPC can't support it. So QEMU_CAPS_NO_ACPI shouldn't be set. This patch is to remove QEMU_CAPS_NO_ACPI capability for non-x86 platform. Signed-off-by: Li Zhang --- src/qemu/qemu_capabilities.c |8 +++- 1 file changed, 7 insertions