]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Always assume support for QEMU_CAPS_PIIX_DISABLE_S* and QEMU_CAPS_ICH9_DISABLE_S*
authorPeter Krempa <pkrempa@redhat.com>
Fri, 1 Sep 2023 14:57:34 +0000 (16:57 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 6 Sep 2023 12:09:42 +0000 (14:09 +0200)
commitc2253980151250856f49ced5cabf04f6bd415907
tree3174ddecd0ac261286f37bcce92dd30abdc9dfb9
parent5e73c89d2237d6d9250b66eb4eec627075deb351
qemu: Always assume support for QEMU_CAPS_PIIX_DISABLE_S* and QEMU_CAPS_ICH9_DISABLE_S*

The support for PIIX power management was added in qemu commit
v1.0-3094-g459ae5ea5a and the suport for ICH9 power management was added
in qemu commit v2.2.0-542-g6ac0d8d44c and both can't be compiled out.

This means we can always assume support for these features. Remove the
validation and impossible tests. Move relevant bits from
'q35-pm-disable' to 'q35' test case.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_validate.c
tests/qemuxml2argvdata/misc-enable-s4.err [deleted file]
tests/qemuxml2argvdata/q35-pm-disable-fallback.args [deleted file]
tests/qemuxml2argvdata/q35-pm-disable-fallback.xml [deleted file]
tests/qemuxml2argvdata/q35-pm-disable.args [deleted file]
tests/qemuxml2argvdata/q35-pm-disable.xml [deleted file]
tests/qemuxml2argvdata/q35.args
tests/qemuxml2argvdata/q35.xml
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/q35.x86_64-latest.xml