]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Support chardevs with ARM virt machines
authorChristoffer Dall <cdall@linaro.org>
Wed, 7 Jun 2017 21:13:30 +0000 (23:13 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Sun, 25 Jun 2017 01:52:50 +0000 (09:52 +0800)
commit70c9b44270f75bfb7a5701d81aa49380d139e8f0
tree34cb683a5dd1069a4122927bf4fbe5e365b3d60a
parent41eb92783e831b9362c321bd563c6c4ec592eb3d
qemu: Support chardevs with ARM virt machines

The function to check if -chardev is supported by QEMU was written a
long time ago, where adding chardevs did not make sense on the fixed ARM
platforms.  Since then, we now have a general purpose virt platform,
which should support plugging in any device over PCIe which is supported
in a similar fashion on x86.

Signed-off-by: Christoffer Dall <cdall@linaro.org>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
src/qemu/qemu_capabilities.c