On 01/16/13 00:04, Eric Blake wrote:
On 12/21/2012 06:38 AM, Ján Tomko wrote:
> In commit c4bbaaf8, caps->arch was checked uninitialized, rendering the
> whole check useless.
>
> This patch moves the conditional setting of QEMU_CAPS_NO_ACPI to
> qemuCapsInitQMP, and removes the no longer needed exception for S390.
>
> It also clears the flag for all non-x86 archs instead of just S390 in
> qemuCapsInitHelp.
> ---
> src/qemu/qemu_capabilities.c | 29 ++++++++---------------------
> 1 files changed, 8 insertions(+), 21 deletions(-)
ACK.
Thanks, pushed.