Re: [libvirt] [PATCH 26/34] Convert USB disks over to -device

2010-01-15 Thread Daniel Veillard
On Fri, Jan 08, 2010 at 05:23:22PM +, Daniel P. Berrange wrote: The previous syntax was severely limited in its options -usbdevice disk:/home/berrange/output.img The new syntax is the same as for other disk types -drive file=/home/berrange/output.img,if=none,id=usb-1,index=1

[libvirt] [PATCH 26/34] Convert USB disks over to -device

2010-01-08 Thread Daniel P. Berrange
The previous syntax was severely limited in its options -usbdevice disk:/home/berrange/output.img The new syntax is the same as for other disk types -drive file=/home/berrange/output.img,if=none,id=usb-1,index=1 -device usb-storage,drive=usb-1 Again, the index= arg is wrong here, and