Home
last modified time | relevance | path

Searched refs:media (Results 1 – 25 of 33) sorted by relevance

12

/qemu/tests/qemu-iotests/
H A D14057 SYSEMU_DRIVE_ARG=if=none,media=cdrom,id=drv,"$TEST_IMG"
59 SYSEMU_DRIVE_ARG=if=none,media=cdrom,id=drv,file="$TEST_IMG",driver=$IMGFMT
H A D186134 check_info_block -drive if=ide,media=cdrom
135 check_info_block -drive if=ide,driver=null-co,read-zeroes=on,media=cdrom
H A D118273 self.vm.add_drive(old_img, 'media=%s' % self.media, 'none')
314 self.vm.add_drive(None, 'media=%s' % self.media, 'none')
339 for (media, interface, has_real_tray) in [ ('cdrom', 'ide', True),
345 attr = { 'media': media,
350 name = '%s_%s_%s_%s' % (case.__name__, media, interface,
H A D20070 …-drive file="${TEST_IMG}",media=disk,if=none,cache=$CACHEMODE,aio=$AIOMODE,id=drive_sysdisk,format…
H A D051170 run_qemu -drive if=ide,media=cdrom
221 run_qemu -drive file="$TEST_IMG",if=ide,media=cdrom,readonly=on
H A D051.pc.out139 Testing: -drive if=ide,media=cdrom
145 QEMU_PROG: Device needs media, but drive is empty
149 QEMU_PROG: -drive if=virtio: Device needs media, but drive is empty
161 QEMU_PROG: -device ide-hd,drive=disk: Device needs media, but drive is empty
165 QEMU_PROG: -device scsi-hd,drive=disk: Device needs media, but drive is empty
201 Testing: -drive file=TEST_DIR/t.qcow2,if=ide,media=cdrom,readonly=on
H A D186.out428 Testing: -drive if=ide,media=cdrom
436 Testing: -drive if=ide,driver=null-co,read-zeroes=on,media=cdrom
/qemu/qapi/
H A Dcxl.json32 # @cxl-inject-general-media-event:
75 { 'command': 'cxl-inject-general-media-event',
164 # @media-status: Overall media health summary. See CXL r3.0 Table
189 'media-status': 'uint8', 'additional-status': 'uint8',
/qemu/docs/system/
H A Dmonitor.rst9 - Remove or insert removable media images (such as CD-ROM or
H A Ddevice-url-syntax.rst.inc189 …|qemu_system_x86| --drive media=cdrom,file=https://archives.fedoraproject.org/pub/archive/fedora/l…
191 …|qemu_system_x86| --drive media=cdrom,file.driver=http,file.url=http://archives.fedoraproject.org/…
H A Dqemu-block-drivers.rst.inc447 Currently there is no specific code to handle removable media, so it
449 change or eject media.
465 Currently there is no specific code to handle removable media, so it
467 change or eject media.
/qemu/tests/vm/
H A Dcentos-8-aarch64.ks16 # Use CDROM installation media
/qemu/docs/sphinx-static/
H A Dtheme_overrides.css90 @media screen {
/qemu/docs/devel/
H A Dconflict-resolution.rst60 and interaction on social media; being denied participation to in-person
/qemu/
H A Dblockdev.c783 DriveMediaType media = MEDIA_DISK; in drive_new() local
869 media = MEDIA_DISK; in drive_new()
871 media = MEDIA_CDROM; in drive_new()
950 mediastr = (media == MEDIA_CDROM) ? "-cd" : "-hd"; in drive_new()
976 (media == MEDIA_CDROM) ? "xen-cdrom" : "xen-disk", in drive_new()
1027 dinfo->media_cd = media == MEDIA_CDROM; in drive_new()
H A Dqemu-options.hx585 -drive file=/dev/fdset/2,index=0,media=disk
1566 ``media=media``
1567 This option defines the type of the media: disk or cdrom.
1670 |qemu_system| -drive file=file,index=2,media=cdrom
1676 |qemu_system| -drive file=file,index=0,media=disk
1677 |qemu_system| -drive file=file,index=1,media=disk
1678 |qemu_system| -drive file=file,index=2,media=disk
1679 |qemu_system| -drive file=file,index=3,media=disk
1689 -drive file=/dev/fdset/2,index=0,media=disk
1695 |qemu_system_x86| -drive file=file,if=ide,index=1,media=cdrom
[all …]
/qemu/docs/config/
H A Dq35-virtio-serial.cfg148 # media. If you don't want, or no longer want, to have an
H A Dq35-virtio-graphical.cfg143 # media. If you don't want, or no longer want, to have an
H A Dmach-virt-serial.cfg198 # media. If you don't want, or no longer want, to have an
H A Dmach-virt-graphical.cfg192 # media. If you don't want, or no longer want, to have an
H A Dq35-emulated.cfg137 # media. If you don't want, or no longer want, to have an
/qemu/hw/ide/
H A Datapi.c1192 int media = buf[1]; in cmd_read_dvd_structure() local
1216 if (media == 0) { in cmd_read_dvd_structure()
/qemu/docs/
H A Dqdev-device-use.txt73 * media is special. In the old way, it selects disk vs. CD-ROM with
/qemu/docs/system/devices/
H A Dusb.rst140 -drive if=none,id=uas-cdrom,media=cdrom,format=raw,file=/path/to/image.iso \\
/qemu/block/
H A Dtrace-events207 file_FindEjectableOpticalMedia(const char *media) "Matching using %s"

12