]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add a new controller type 'usb' with optionnal 'model'
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 2 Sep 2011 13:21:23 +0000 (21:21 +0800)
committerDaniel Veillard <veillard@redhat.com>
Fri, 2 Sep 2011 15:22:56 +0000 (23:22 +0800)
commitd6d54cd19ebb24bfc75a2ab379864cf6002a33aa
tree3076490604aa208f0c0f0f172c6b9f3686bec4d3
parent2e4b5243b273f9c5904e17a37b38e7391592490b
Add a new controller type 'usb' with optionnal 'model'

The model by default is piix3-uchi.

Example:
<controller type='usb' index='0' model='ich9-ehci'/>
docs/formatdomain.html.in
docs/schemas/domain.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_hotplug.c
tests/qemuxml2argvtest.c