/openbmc/qemu/tests/qemu-iotests/ |
H A D | 213.out | 3 …": {"job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.vhdx", "size": 0}}} 8 {"execute": "blockdev-add", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-t.vhdx", "nod… 10 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vhdx", "file"… 22 …": {"job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.vhdx", "size": 0}}} 27 …8608, "block-state-zero": true, "driver": "vhdx", "file": {"driver": "file", "filename": "TEST_DIR… 39 …": {"job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.vhdx", "size": 0}}} 44 …456, "block-state-zero": false, "driver": "vhdx", "file": {"driver": "file", "filename": "TEST_DIR… 56 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vhdx", "file"… 64 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vhdx", "file"… 76 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vhdx", "file"… [all …]
|
H A D | 070 | 41 _supported_fmt vhdx 54 _use_sample_img iotest-dirtylog-10G-4M.vhdx.bz2 65 _use_sample_img iotest-dirtylog-10G-4M.vhdx.bz2 75 _use_sample_img test-disk2vhd.vhdx.bz2
|
H A D | 070.out | 4 …'t open device TEST_DIR/iotest-dirtylog-10G-4M.vhdx: VHDX image file 'TEST_DIR/iotest-dirtylog-10G… 6 qemu-img check -r all 'TEST_DIR/iotest-dirtylog-10G-4M.vhdx'
|
H A D | 064 | 40 _supported_fmt vhdx 44 _use_sample_img iotest-dynamic-1G.vhdx.bz2
|
H A D | 104 | 36 _supported_fmt raw qcow qcow2 qed vdi vmdk vhdx
|
H A D | 105 | 40 _supported_fmt qcow2 vmdk vhdx qed
|
H A D | 072 | 40 _supported_fmt vpc vmdk vhdx vdi qed qcow2 qcow
|
H A D | 004 | 40 _supported_fmt raw qcow qcow2 qed vdi vmdk vhdx luks
|
H A D | 099 | 46 _supported_fmt qcow qcow2 qed vdi vhdx vmdk vpc
|
H A D | 251 | 54 _unsupported_fmt vdi vhdx
|
H A D | 181 | 47 _unsupported_fmt qcow vdi vhdx vmdk vpc vvfat parallels
|
H A D | 109 | 98 for sample_img in empty.bochs iotest-dirtylog-10G-4M.vhdx parallels-v1 \
|
H A D | 109.out | 359 === Copying sample image iotest-dirtylog-10G-4M.vhdx into raw ===
|
/openbmc/qemu/block/ |
H A D | meson.build | 53 if get_option('vhdx').allowed() 55 'vhdx-endian.c', 56 'vhdx-log.c', 57 'vhdx.c'
|
H A D | vhdx.c | 1931 vhdx_opts = &opts->u.vhdx; in vhdx_co_create() 2134 create_options->u.vhdx.size = in vhdx_co_create_opts() 2135 ROUND_UP(create_options->u.vhdx.size, BDRV_SECTOR_SIZE); in vhdx_co_create_opts() 2137 if (create_options->u.vhdx.has_log_size) { in vhdx_co_create_opts() 2138 create_options->u.vhdx.log_size = in vhdx_co_create_opts() 2139 ROUND_UP(create_options->u.vhdx.log_size, MiB); in vhdx_co_create_opts() 2141 if (create_options->u.vhdx.has_block_size) { in vhdx_co_create_opts() 2142 create_options->u.vhdx.block_size = in vhdx_co_create_opts() 2143 ROUND_UP(create_options->u.vhdx.block_size, MiB); in vhdx_co_create_opts() 2145 if (create_options->u.vhdx.block_size == 0) { in vhdx_co_create_opts() [all …]
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | regression-vhdx-log.out | 1 QA output created by regression-vhdx-log
|
/openbmc/openbmc/poky/meta/recipes-core/images/ |
H A D | build-appliance-image_15.0.0.bb | 23 IMAGE_FSTYPES = "wic.vmdk wic.vhd wic.vhdx" 142 ln -sf ${IMGDEPLOYDIR}/${IMAGE_NAME}.wic.vhdx Yocto_Build_Appliance/Yocto_Build_Appliance.vhdx
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | image_types.bbclass | 336 …5sum sha1sum sha224sum sha256sum sha384sum sha512sum bmap u-boot vmdk vhd vhdx vdi qcow2 base64 gz… 356 CONVERSION_CMD:vhdx = "qemu-img convert -O vhdx -o subformat=dynamic ${IMAGE_NAME}.${type} ${IMAGE_… 390 # images that will not be built at do_rootfs time: vmdk, vhd, vhdx, vdi, qcow2, hddimg, iso, etc.
|
H A D | image-live.bbclass | 238 bbfatal "2) Use wic, vmdk,vhd, vhdx or vdi instead of hddimg\n"
|
/openbmc/qemu/scripts/ |
H A D | meson-buildoptions.sh | 534 --enable-vhdx) printf "%s" -Dvhdx=enabled ;; 535 --disable-vhdx) printf "%s" -Dvhdx=disabled ;;
|
/openbmc/qemu/ |
H A D | meson_options.txt | 339 option('vhdx', type: 'feature', value: 'auto', feature 340 description: 'vhdx image format support')
|
H A D | meson.build | 4675 summary_info += {'vhdx support': get_option('vhdx').allowed()}
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | start.rst | 515 -a---- 3/14/2020 9:52 PM 57418973184 ext4.vhdx 518 …user\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79abcdefgh\LocalState\ext4.vhdx`` 527 …ata\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79abcdefgh\LocalState\ext4.vhdx -Mode full
|
/openbmc/qemu/qapi/ |
H A D | block-core.json | 3215 'ssh', 'throttle', 'vdi', 'vhdx', 4759 'vhdx': 'BlockdevOptionsGenericFormat', 5333 # Driver specific image creation options for vhdx. 5346 # @subformat: vhdx subformat (default: dynamic) 5383 # @subformat: vhdx subformat (default: dynamic) 5422 'vhdx': 'BlockdevCreateOptionsVhdx',
|
/openbmc/qemu/docs/tools/ |
H A D | qemu-img.rst | 339 Only the formats ``qcow2``, ``qed``, ``parallels``, ``vhdx``, ``vmdk`` and
|