]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
conf: add XML for input device passthrough
authorJán Tomko <jtomko@redhat.com>
Mon, 16 Nov 2015 08:36:12 +0000 (09:36 +0100)
committerJán Tomko <jtomko@redhat.com>
Mon, 30 Nov 2015 11:29:03 +0000 (12:29 +0100)
commit1a538a07c71f6ef0ce57542301d78e55e5b0b581
tree9c81b2909c83a0917a6700ce5591c40991d95d90
parente9d7550ac2b5463eac3834c3199fe5ddfd87bfa0
conf: add XML for input device passthrough

Add xml for the new virtio-input-host-pci device:
<input type='passthrough' bus='virtio'>
  <source evdev='/dev/input/event1234'/>
</input>

https://bugzilla.redhat.com/show_bug.cgi?id=1231114
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-virtio-input-passthrough.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c