]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Implement pci-serial
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 6 May 2015 15:50:03 +0000 (17:50 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 21 May 2015 15:49:02 +0000 (17:49 +0200)
commit8e33cb41f39edfe8c0955af33c0bf96cee6c3bcc
treebb27783aab1cfd3e951271e3189a19c40b4b9ade
parent335b834d956f029323a1eb342fd0b1e08f73fcb0
qemu: Implement pci-serial

https://bugzilla.redhat.com/show_bug.cgi?id=998813

Implementation is pretty straight-forward. Of course, not all qemus
out there supports the device, so new capability is introduced and
checked prior each use of the device.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_command.c
tests/qemucapabilitiesdata/caps_1.3.1-1.caps
tests/qemucapabilitiesdata/caps_1.4.2-1.caps
tests/qemucapabilitiesdata/caps_1.5.3-1.caps
tests/qemucapabilitiesdata/caps_1.6.0-1.caps
tests/qemucapabilitiesdata/caps_1.6.50-1.caps
tests/qemucapabilitiesdata/caps_2.1.1-1.caps
tests/qemuxml2argvdata/qemuxml2argv-pci-serial-dev-chardev.args [new file with mode: 0644]
tests/qemuxml2argvtest.c