Home
last modified time | relevance | path

Searched full:create (Results 1 – 25 of 981) sorted by relevance

12345678910>>...40

/qemu/tests/qemu-iotests/
H A D049.out6 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1024
9 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1024b
12 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1k
15 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1K
18 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1M
21 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1G
24 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1T
27 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1024.0
30 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1024.0b
33 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1.5k
[all …]
H A D04964 test_qemu_img create -f $IMGFMT "$TEST_IMG" $s
70 test_qemu_img create -f $IMGFMT -o size=$s "$TEST_IMG"
78 test_qemu_img create -f $IMGFMT "$TEST_IMG" -- $s
79 test_qemu_img create -f $IMGFMT -o size=$s "$TEST_IMG"
85 test_qemu_img create -f $IMGFMT -o size=10M "$TEST_IMG" 20M
93 test_qemu_img create -f $IMGFMT -o cluster_size=$s "$TEST_IMG" 64M
98 test_qemu_img create -f $IMGFMT -o compat=0.10 "$TEST_IMG" 64M
99 test_qemu_img create -f $IMGFMT -o compat=1.1 "$TEST_IMG" 64M
101 test_qemu_img create -f $IMGFMT -o compat=0.42 "$TEST_IMG" 64M
102 test_qemu_img create -f $IMGFMT -o compat=foobar "$TEST_IMG" 64M
[all …]
H A D237.out3 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
10 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vmdk", "file"…
22 create type: monolithicSparse
32 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
37 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"adapter-type": "ide", "…
49 create type: monolithicSparse
59 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
64 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"adapter-type": "buslogi…
76 create type: monolithicSparse
86 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vmdk", "file"…
[all …]
H A D212.out3 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
10 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "parallels", "…
21 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
26 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"cluster-size": 1048576,…
37 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
42 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"cluster-size": 65536, "…
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", "…
83 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "parallels", "…
[all …]
H A D213.out3 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
10 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vhdx", "file"…
22 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
27 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"block-size": 8388608, "…
39 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
44 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"block-size": 268435456,…
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"…
88 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vhdx", "file"…
[all …]
H A D08254 echo === create: Options specified more than once ===
57 run_qemu_img create -f foo -f $IMGFMT "$TEST_IMG" $size
61 run_qemu_img create -f $IMGFMT -o cluster_size=4k -o lazy_refcounts=on "$TEST_IMG" $size
65 run_qemu_img create -f $IMGFMT -o cluster_size=4k -o lazy_refcounts=on -o cluster_size=8k "$TEST_IM…
67 run_qemu_img create -f $IMGFMT -o cluster_size=4k,cluster_size=8k "$TEST_IMG" $size
71 echo === create: help for -o ===
74 run_qemu_img create -f $IMGFMT -o help "$TEST_IMG" $size
75 run_qemu_img create -f $IMGFMT -o \? "$TEST_IMG" $size
78 run_qemu_img create -f $IMGFMT -o cluster_size=4k,help "$TEST_IMG" $size
79 run_qemu_img create -f $IMGFMT -o cluster_size=4k,\? "$TEST_IMG" $size
[all …]
H A D206.out3 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
10 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "qcow2", "file…
29 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
34 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"cluster-size": 65536, "…
53 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
58 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"cluster-size": 2097152,…
77 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
82 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"backing-file": "TEST_DI…
100 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "qcow2", "encr…
157 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "qcow2", "file…
[all …]
H A D266.out2 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
12 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vpc", "file":…
24 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
34 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vpc", "file":…
46 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
56 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vpc", "file":…
67 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
77 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vpc", "file":…
87 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
97 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vpc", "file":…
[all …]
H A D211.out3 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
10 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vdi", "file":…
23 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
28 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vdi", "file":…
41 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
46 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vdi", "file":…
59 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vdi", "file":…
67 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vdi", "file":…
79 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vdi", "file":…
91 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vdi", "file":…
[all …]
H A D207.out3 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "locati…
21 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "locati…
32 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "locati…
43 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "locati…
49 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "locati…
60 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "locati…
66 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "locati…
77 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "locati…
83 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "locati…
94 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "locati…
[all …]
H A D108.out157 { "execute": "blockdev-create",
159 "job-id": "create",
166 …seconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "created", "id": "create"}}
167 …seconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "create"}}
169 …seconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "create"}}
170 …seconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "pending", "id": "create"}}
171 …conds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "concluded", "id": "create"}}
172 { "execute": "job-dismiss", "arguments": { "id": "create" } }
173 …croseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "null", "id": "create"}}
H A D210.out3 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
10 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "luks", "file"…
58 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
63 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"cipher-alg": "aes-128",…
111 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "luks", "file"…
119 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "luks", "file"…
167 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "luks", "file"…
173 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "luks", "file"…
179 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "luks", "file"…
H A D124101 # Create a base image with a distinctive patterning
135 args = ['create', '-f', fmt] + optargs + [img, size]
262 # Sanity: Create a "hollow" incremental backup
291 Test: Create and verify three incremental backups.
293 Create a bitmap and a full backup before VM execution begins,
294 then create a series of three incremental backups "during execution,"
302 Test: Create and verify backups made with a small granularity bitmap.
312 Test: Create and verify backups made with a large granularity bitmap.
322 Test: Create and verify backups made to a larger cluster size target.
329 # Create a cluster_size=128k full backup / "anchor" backup
[all …]
H A D244.out3 === Create and open image with external data file ===
44 qemu-img: Could not create snapshot 'test': Operation not supported
149 { "execute": "blockdev-create",
151 "job-id": "create",
159 …seconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "created", "id": "create"}}
160 …seconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "create"}}
162 …seconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "create"}}
163 …seconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "pending", "id": "create"}}
164 …conds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "concluded", "id": "create"}}
165 { "execute": "job-dismiss", "arguments": { "id": "create" } }
[all …]
H A D108135 # Normally, qemu doesn't create empty refblocks, so we just have to do it by
183 # First test: Just create some image, write some data to it, and
229 # Create an image that requires two reftable clusters (just because
313 # If we have passwordless sudo and losetup, we can use those to create
315 # create a file that isn't growable, which effectively tests the same
326 # Create non-growable FUSE export that is a bit like an empty
339 # Now create a qcow2 image on the device -- unfortunately, qemu-img
340 # create force-creates the file, so we have to resort to the
341 # blockdev-create job.
353 '{ "execute": "blockdev-create",
[all …]
H A D290.out5 # Create an image with compat=0.10 without a backing file
17 # Create an image with compat=1.1 without a backing file
32 # Create a backing image and fill it with data
36 # Create an image with compat=0.10 and a backing file
49 # Create an image with compat=1.1 and a backing file
H A D28243 echo "== Create non-UTF8 secret =="
48 $QEMU_IMG create -f $IMGFMT --object $SECRET -o "key-secret=sec0" $TEST_IMAGE_FILE 4M
55 echo "== Create a stub image file and run qemu-img again =="
57 $QEMU_IMG create -f $IMGFMT --object $SECRET -o "key-secret=sec0" $TEST_IMAGE_FILE 4M
H A D1565 # - Create snapshot
6 # - Create target image with (not yet existing) target backing chain
57 # Create source disk
70 # Create snapshot
87 # Create target image
/qemu/hw/vfio/
H A Dspapr.c253 struct vfio_iommu_spapr_tce_create create = { .argsz = sizeof(create) }; in vfio_spapr_create_window() local
279 create.window_size = int128_get64(section->size); in vfio_spapr_create_window()
280 create.page_shift = ctz64(pagesize); in vfio_spapr_create_window()
293 entries = create.window_size >> create.page_shift; in vfio_spapr_create_window()
304 create.levels = bits_total / bits_per_level; in vfio_spapr_create_window()
309 ++create.levels; in vfio_spapr_create_window()
311 max_levels = (64 - create.page_shift) / ctz64(qemu_real_host_page_size()); in vfio_spapr_create_window()
312 for ( ; create.levels <= max_levels; ++create.levels) { in vfio_spapr_create_window()
313 ret = ioctl(container->fd, VFIO_IOMMU_SPAPR_TCE_CREATE, &create); in vfio_spapr_create_window()
319 if (create.levels > ddw_levels) { in vfio_spapr_create_window()
[all …]
/qemu/include/hw/nvram/
H A Deeprom_at24c.h13 * Create and realize an AT24C EEPROM device on the heap.
18 * Create the device state structure, initialize it, put it on the specified
25 * Create and realize an AT24C EEPROM device on the heap with initial data.
32 * Create the device state structure, initialize it, put it on the specified
/qemu/docs/devel/
H A Dmultiple-iothreads.rst22 possible to create additional event loop threads using
68 * LEGACY ``timer_new_ms()`` - create a timer
69 * LEGACY ``qemu_bh_new()`` - create a BH
70 * LEGACY ``qemu_bh_new_guarded()`` - create a BH with a device re-entrancy guard
80 * ``aio_timer_new()`` - create a timer
81 * ``aio_bh_new()`` - create a BH
82 * ``aio_bh_new_guarded()`` - create a BH with a device re-entrancy guard
/qemu/docs/interop/
H A Dbitmaps.rst200 to create a new, actively recording persistent bitmap:
220 To create a new, disabled (``-recording``), transient bitmap that tracks
374 - Merge does not create the destination bitmap if it does not exist. A blank
493 #. Create a full drive backup of drive0.
494 #. Create a new bitmap attached to drive0, confident that nothing has been
510 - Create ``bitmap0``.
511 - Create a full drive backup of ``drive0``.
543 <qemu-qmp-ref.html#index-blockdev_002dbackup>`_ QMP command to create both
554 create a new incremental backup chain attached to a drive.
560 <qemu-qmp-ref.html#index-blockdev_002dadd>`_ or `blockdev-create
[all …]
/qemu/hw/xen/
H A Dxen-backend.c16 XenBackendDeviceCreate create; member
67 if (!info->create) { in xen_backend_register()
73 impl->create = info->create; in xen_backend_register()
142 impl->create(backend, opts, errp); in xen_backend_device_create()
/qemu/include/tcg/
H A Dtcg-cond.h92 /* Create an "unsigned" version of a "signed" comparison. */
98 /* Create a "signed" version of an "unsigned" comparison. */
104 /* Create the eq/ne version of a tsteq/tstne comparison. */
110 /* Create the lt/ge version of a tstne/tsteq comparison of the sign. */
117 * Create a "high" version of a double-word comparison.
/qemu/tests/qemu-iotests/tests/
H A Dluks-detached-header74 # 1. Create the normal LUKS disk with 128M size
96 # 2. Create the LUKS disk with detached header (raw)
98 # Create detached LUKS header
109 # Create detached LUKS raw payload
136 # 3. Create the LUKS disk with detached header (qcow2)
138 # Create detached LUKS header using qemu-img
152 # Create detached LUKS qcow2 payload

12345678910>>...40