• D
    Convert USB disks over to -device · 73370e98
    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 will be removed in a
    later merge
    73370e98
qemuxml2argvtest.c 10.3 KB