]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: command: Replace check using QEMU_CAPS_NO_ACPI with architecture check
authorPeter Krempa <pkrempa@redhat.com>
Mon, 6 Mar 2023 14:30:33 +0000 (15:30 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 7 Mar 2023 11:26:32 +0000 (12:26 +0100)
commitdfc4a9c79601b6b9c73386840331613f40d42aba
tree0b118364de3f01d5162ac2024039f020a9173b10
parentd22abc8f2f107c5a302fc1261a276a658b6ab151
qemu: command: Replace check using QEMU_CAPS_NO_ACPI with architecture check

QEMU_CAPS_NO_ACPI is asserted based on architecture, so it can be
replaced by a non-capability check.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_command.c