
On Wed, Nov 15, 2017 at 12:50:04PM +0100, Andrea Bolognani wrote:
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> --- src/qemu/qemu_capabilities.c | 2 ++ src/qemu/qemu_capabilities.h | 1 + src/qemu/qemu_command.c | 6 ++++++ tests/qemucapabilitiesdata/caps_2.10.0.ppc64.xml | 1 + tests/qemucapabilitiesdata/caps_2.6.0.ppc64.xml | 1 + tests/qemucapabilitiesdata/caps_2.9.0.ppc64.xml | 1 + tests/qemuxml2argvtest.c | 12 ++++++++++++ 7 files changed, 24 insertions(+)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>