]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: caps: Tweak arm conditional in SupportsChardev
authorCole Robinson <crobinso@redhat.com>
Mon, 26 Jun 2017 15:41:30 +0000 (11:41 -0400)
committerCole Robinson <crobinso@redhat.com>
Mon, 10 Jul 2017 20:21:23 +0000 (16:21 -0400)
commit948e429f485056e08f9f33bb577ff610a998ce70
tree62eb630ddbeb946a2a00de60a36c19c7bed85f3e
parent7432141c33e80f16b0adbb7154db375370ce50b3
qemu: caps: Tweak arm conditional in SupportsChardev

Rather than try to whitelist all device configs that can't use
-chardev, blacklist the only one that really can't, which is the
default serial/console target type=isa case.

ISA specifically isn't a valid config for arm/aarch64, but we've
always implicitly treated it to mean 'default platform device'.

Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
src/qemu/qemu_capabilities.c