]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: build command line for virtio-input-host device
authorJán Tomko <jtomko@redhat.com>
Fri, 20 Nov 2015 07:57:16 +0000 (08:57 +0100)
committerJán Tomko <jtomko@redhat.com>
Mon, 30 Nov 2015 12:00:04 +0000 (13:00 +0100)
commit971f5f229dc4b36a4ad62fdeef67f209b875822e
treeb0ee8174bf3142ff453f506cd5f62ff3143f1507
parent1c00dcd6652b4a42eea089f7bd1fb5e1a80d2662
qemu: build command line for virtio-input-host device

<input type='passthrough' bus='virtio'>
  <source evdev='/dev/input/event1234'/>
</input>

results in:

-device virtio-input-host-pci,id=input0,evdev=/dev/input/event1234

https://bugzilla.redhat.com/show_bug.cgi?id=1231114
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-virtio-input-passthrough.args [new file with mode: 0644]
tests/qemuxml2argvtest.c