]> xenbits.xensource.com Git - libvirt.git/commit
Add "redirdev" redirection device
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 2 Sep 2011 15:09:14 +0000 (23:09 +0800)
committerDaniel Veillard <veillard@redhat.com>
Fri, 2 Sep 2011 15:39:03 +0000 (23:39 +0800)
commit162efa1a7cb1e8c5ab4aa1490ac1725fb90e5894
tree8229a5a8422b072a77996865048373f02dc23e9d
parentfdd14a9d056a363373baf224056612fbf7467b20
Add "redirdev" redirection device

- create a new "redirdev" element for this purpose
16 files changed:
docs/formatdomain.html.in
docs/schemas/domain.rng
src/conf/domain_audit.c
src/conf/domain_audit.h
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_hotplug.h
tests/qemuxml2argvdata/qemuxml2argv-usb-redir.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-usb-redir.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c