Home
last modified time | relevance | path

Searched refs:host_device (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D149.out10 qemu-io -c write -P 0xa7 100M 10M --image-opts driver=host_device,filename=/dev/mapper/qiotest-145-…
16 qemu-io -c write -P 0x13 3145728M 10M --image-opts driver=host_device,filename=/dev/mapper/qiotest-…
46 qemu-io -c read -P 0x91 100M 10M --image-opts driver=host_device,filename=/dev/mapper/qiotest-145-a…
52 qemu-io -c read -P 0x5e 3145728M 10M --image-opts driver=host_device,filename=/dev/mapper/qiotest-1…
68 qemu-io -c write -P 0xa7 100M 10M --image-opts driver=host_device,filename=/dev/mapper/qiotest-145-…
74 qemu-io -c write -P 0x13 3145728M 10M --image-opts driver=host_device,filename=/dev/mapper/qiotest-…
104 qemu-io -c read -P 0x91 100M 10M --image-opts driver=host_device,filename=/dev/mapper/qiotest-145-a…
110 qemu-io -c read -P 0x5e 3145728M 10M --image-opts driver=host_device,filename=/dev/mapper/qiotest-1…
128 qemu-io -c write -P 0xa7 100M 10M --image-opts driver=host_device,filename=/dev/mapper/qiotest-145-…
134 qemu-io -c write -P 0x13 3145728M 10M --image-opts driver=host_device,filename=/dev/mapper/qiotest-…
[all …]
H A D226.out12 === Testing with driver:host_device ===
15 qemu-io: can't open: 'host_device' driver requires 'TEST_DIR/t.IMGFMT' to be either a character or …
H A D031.out86 data 'host_device'
187 data 'host_device'
H A D03175 $QEMU_IMG rebase -u -b "/some/backing/file/path" -F host_device "$TEST_IMG"
H A D108323 export_mp_driver=host_device
/openbmc/qemu/docs/devel/
H A Dzoned-storage.rst43 $ path/to/qemu-io --image-opts -n driver=host_device,filename=/dev/nullb0 -c "zrp offset nr_zones"
48 -blockdev node-name=drive0,driver=host_device,filename=/dev/nullb0,cache.direct=on \
53 -driver driver=host_device,file=/dev/nullb0,if=virtio,cache.direct=on
/openbmc/qemu/docs/system/
H A Dpr-manager.rst50 …-blockdev node-name=hd,driver=raw,file.driver=host_device,file.filename=/dev/sdb,file.pr-manager=h…
H A Dintroduction.rst199 …-blockdev driver=raw,node-name=hd,file.driver=host_device,file.filename=/dev/lvm-disk/debian-bulls…
H A Dqemu-block-drivers.rst.inc435 controller supports zoned storage. Use ``--blockdev host_device,
/openbmc/linux/drivers/scsi/
H A Dstorvsc_drv.c498 struct hv_host_device *host_device = in storvsc_host_scan() local
501 host = host_device->host; in storvsc_host_scan()
/openbmc/qemu/qapi/
H A Dblock-core.json478 # 'host_device', 'http', 'https', 'luks', 'nbd', 'parallels',
1116 'host_device': { 'type': 'BlockStatsSpecificFile',
3206 {'name': 'host_device', 'if': 'HAVE_HOST_BLOCK_DEVICE' },
4730 'host_device': { 'type': 'BlockdevOptionsFile',
/openbmc/qemu/docs/about/
H A Dremoved-features.rst263 for these file types is 'host_cdrom' or 'host_device' as appropriate.
/openbmc/qemu/block/
H A Dfile-posix.c3712 stats->u.host_device = get_blockstats_specific_file(bs); in hdev_get_specific_stats()