Re: [libvirt] [PATCH 1/5] S390: Override QEMU_CAPS_NO_ACPI for s390x

2012-06-22 Thread Viktor Mihajlovski
On 06/22/2012 11:59 AM, Daniel P. Berrange wrote: On Fri, Jun 22, 2012 at 09:50:25AM +0200, Michal Privoznik wrote: On 21.06.2012 18:15, Viktor Mihajlovski wrote: Starting a KVM guest on s390 fails immediately. This is because "qemu --help" reports -no-acpi even for the s390(x) architecture bu

Re: [libvirt] [PATCH 1/5] S390: Override QEMU_CAPS_NO_ACPI for s390x

2012-06-22 Thread Daniel P. Berrange
On Fri, Jun 22, 2012 at 09:50:25AM +0200, Michal Privoznik wrote: > On 21.06.2012 18:15, Viktor Mihajlovski wrote: > > > > Starting a KVM guest on s390 fails immediately. This is because > > "qemu --help" reports -no-acpi even for the s390(x) architecture but > > -no-acpi isn't supported there. >

Re: [libvirt] [PATCH 1/5] S390: Override QEMU_CAPS_NO_ACPI for s390x

2012-06-22 Thread Michal Privoznik
On 21.06.2012 18:15, Viktor Mihajlovski wrote: > > Starting a KVM guest on s390 fails immediately. This is because > "qemu --help" reports -no-acpi even for the s390(x) architecture but > -no-acpi isn't supported there. > Workaround is to remove QEMU_CAPS_NO_ACPI from the capability set > after th

[libvirt] [PATCH 1/5] S390: Override QEMU_CAPS_NO_ACPI for s390x

2012-06-21 Thread Viktor Mihajlovski
Starting a KVM guest on s390 fails immediately. This is because "qemu --help" reports -no-acpi even for the s390(x) architecture but -no-acpi isn't supported there. Workaround is to remove QEMU_CAPS_NO_ACPI from the capability set after the version/capability extraction. Signed-off-by: Viktor Mih