Lines Matching full:drive
30 A QEMU block device (drive) has a host and a guest part.
37 Except we sometimes lump controller, bus(es) and drive device(s) all
46 -drive, and guest device(s) with -device.
50 -drive if=TYPE,bus=BUS,unit=UNIT,OPTS...
53 to use, and the drive's address on that bus. Details depend on TYPE.
59 -drive if=none,id=DRIVE-ID,HOST-OPTS...
60 -device DEVNAME,drive=DRIVE-ID,DEV-OPTS...
79 The -device argument differs in detail for each type of drive:
83 -device DEVNAME,drive=DRIVE-ID,bus=IDE-BUS,unit=UNIT
101 -device DEVNAME,drive=DRIVE-ID,bus=ID.0,scsi-id=UNIT
107 -device floppy,unit=UNIT,drive=DRIVE-ID
115 -device virtio-blk-pci,drive=DRIVE-ID,class=C,vectors=V,ioeventfd=IOEVENTFD
124 with -drive if=virtio.
134 The old way provided much less control than -drive's OPTS... The new
137 -device usb-storage,drive=DRIVE-ID,removable=RMB
146 to create from the host part, like -drive if=scsi. Host and guest
404 few other things such as default SD-Card drive and default monitor.