/openbmc/qemu/tests/qemu-iotests/ |
H A D | 212.out | 3 …job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.parallels", "size": 0}}} 8 {"execute": "blockdev-add", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-t.parallels",… 10 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "parallels", "… 21 …job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.parallels", "size": 0}}} 26 … {"cluster-size": 1048576, "driver": "parallels", "file": {"driver": "file", "filename": "TEST_DIR… 37 …job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.parallels", "size": 0}}} 42 …": {"cluster-size": 65536, "driver": "parallels", "file": {"driver": "file", "filename": "TEST_DIR… 53 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "parallels", "… 61 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "parallels", "… 72 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "parallels", "… [all …]
|
H A D | 076 | 40 _supported_fmt parallels 50 _use_sample_img parallels-v1.bz2 55 _use_sample_img parallels-v1.bz2 61 _use_sample_img parallels-v1.bz2 68 _use_sample_img parallels-v1.bz2 74 _use_sample_img parallels-v2.bz2
|
H A D | 076.out | 8 qemu-io: can't open device TEST_DIR/parallels-v1: Catalog too large 11 qemu-io: can't open device TEST_DIR/parallels-v1: Catalog too large 14 qemu-io: can't open device TEST_DIR/parallels-v1: Invalid image: Zero sectors per track
|
H A D | 131 | 40 _supported_fmt parallels 47 IMGFMT=parallels
|
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 | 409 === Copying sample image parallels-v1 into raw ===
|
/openbmc/qemu/tests/qemu-iotests/sample_images/ |
H A D | parallels-with-bitmap.sh | 21 CT=parallels-with-bitmap-ct 22 DIR=$PWD/parallels-with-bitmap-dir 25 TARGET=parallels-with-bitmap.bz2 33 qemu-img create -f parallels $IMG 64G
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | parallels-checks | 40 _supported_fmt parallels 45 IMGFMT=parallels
|
H A D | parallels-checks.out | 1 QA output created by parallels-checks
|
/openbmc/qemu/block/ |
H A D | meson.build | 87 if get_option('parallels').allowed() 88 block_ss.add(files('parallels.c', 'parallels-ext.c'))
|
H A D | parallels.c | 1008 parallels_opts = &opts->u.parallels; in parallels_co_create() 1150 create_options->u.parallels.size = in parallels_co_create_opts() 1151 ROUND_UP(create_options->u.parallels.size, BDRV_SECTOR_SIZE); in parallels_co_create_opts() 1152 create_options->u.parallels.cluster_size = in parallels_co_create_opts() 1153 ROUND_UP(create_options->u.parallels.cluster_size, BDRV_SECTOR_SIZE); in parallels_co_create_opts()
|
/openbmc/qemu/docs/interop/ |
H A D | index.rst | 18 parallels
|
H A D | prl-xml.rst | 132 a parallels disk must be equal to this field. Note: the cluster 134 its header (see :doc:`parallels`).
|
/openbmc/qemu/scripts/ |
H A D | meson-buildoptions.sh | 427 --enable-parallels) printf "%s" -Dparallels=enabled ;; 428 --disable-parallels) printf "%s" -Dparallels=disabled ;;
|
/openbmc/qemu/ |
H A D | meson_options.txt | 349 option('parallels', type: 'feature', value: 'auto', feature 350 description: 'parallels image format support')
|
H A D | MAINTAINERS | 3960 parallels 3965 F: block/parallels.c 3966 F: block/parallels-ext.c 3967 F: docs/interop/parallels.rst 3969 T: git https://src.openvz.org/scm/~den/qemu.git parallels
|
H A D | meson.build | 4680 summary_info += {'parallels support': get_option('parallels').allowed()}
|
/openbmc/linux/ |
H A D | .mailmap | 601 Vasily Averin <vasily.averin@linux.dev> <vvs@parallels.com> 619 Vladimir Davydov <vdavydov.dev@gmail.com> <vdavydov@parallels.com>
|
H A D | opengrok1.0.log | [all...] |
/openbmc/linux/Documentation/driver-api/ |
H A D | xillybus.rst | 51 FPGA parallels of library functions. IP cores may implement certain
|
/openbmc/qemu/qapi/ |
H A D | block-core.json | 478 # 'host_device', 'http', 'https', 'luks', 'nbd', 'parallels', 3212 'parallels', 'preallocate', 'qcow', 'qcow2', 'qed', 'quorum', 4745 'parallels': 'BlockdevOptionsGenericFormat', 5027 # Driver specific image creation options for parallels. 5415 'parallels': 'BlockdevCreateOptionsParallels',
|
/openbmc/qemu/docs/system/ |
H A D | qemu-block-drivers.rst.inc | 395 .. option:: parallels
|
/openbmc/linux/Documentation/filesystems/ |
H A D | overlayfs.rst | 314 Another way to demonstrate this model is drawing parallels between
|
/openbmc/qemu/docs/tools/ |
H A D | qemu-img.rst | 339 Only the formats ``qcow2``, ``qed``, ``parallels``, ``vhdx``, ``vmdk`` and
|