]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Add QEMU_CAPS_DEVICE_SPAPR_VTY
authorAndrea Bolognani <abologna@redhat.com>
Wed, 8 Nov 2017 18:13:28 +0000 (19:13 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 20 Nov 2017 09:13:32 +0000 (10:13 +0100)
commit87eabeb17d637b753dbb1e63e417e25bbd0f7d61
tree48a0b22397d7790c8ba00fabcad432523d5dde81
parent3343ab0cd99c04761c17a36d9af354536df9e741
qemu: Add QEMU_CAPS_DEVICE_SPAPR_VTY

Up until now we assumed the spapr-vty device would always be
present, which is not very nice. Check for its availability before
using it instead.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_command.c
tests/qemucapabilitiesdata/caps_2.10.0.ppc64.xml
tests/qemucapabilitiesdata/caps_2.6.0.ppc64.xml
tests/qemucapabilitiesdata/caps_2.9.0.ppc64.xml
tests/qemuxml2argvtest.c