]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add USB hub device
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 2 Sep 2011 14:20:40 +0000 (22:20 +0800)
committerDaniel Veillard <veillard@redhat.com>
Fri, 2 Sep 2011 15:38:52 +0000 (23:38 +0800)
commitfdabeb3c5f3314d61c71cb2d270671088ef52ee0
tree3968b2506b0107d42b567daf7a29acc469e3dd5f
parentf3ce59621f0c6fca635da5f676e88db34f4f2224
Add USB hub device

domain parsing and serialization code, qemu driver backend and
a couple of test
13 files changed:
docs/formatdomain.html.in
docs/schemas/domain.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_command.c
src/qemu/qemu_command.h
tests/qemuhelptest.c
tests/qemuxml2argvdata/qemuxml2argv-usb-hub.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-usb-hub.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c