Re: [libvirt] [RFC 03/12] Add a new controller type 'usb' with optionnal 'model'

2011-08-23 Thread Daniel P. Berrange
On Sun, Aug 21, 2011 at 10:01:14PM +0300, Marc-André Lureau wrote: diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index dbfc7d9..4168504 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command.c @@ -83,6 +83,24 @@ VIR_ENUM_IMPL(qemuVideo, VIR_DOMAIN_VIDEO_TYPE_LAST,

[libvirt] [RFC 03/12] Add a new controller type 'usb' with optionnal 'model'

2011-08-21 Thread Marc-André Lureau
The model by default is piix3-uchi. Example: controller type='usb' index='0' model='ich9-ehci'/ --- docs/formatdomain.html.in | 17 ++- docs/schemas/domain.rng|1 + src/conf/domain_conf.c |3 +-