Home
last modified time | relevance | path

Searched full:empty (Results 1 – 25 of 545) sorted by relevance

12345678910>>...22

/qemu/tests/qemu-iotests/
H A D078.out8 qemu-io: can't open device TEST_DIR/empty.bochs: Catalog size is too large
11 qemu-io: can't open device TEST_DIR/empty.bochs: Catalog size is too large
14 qemu-io: can't open device TEST_DIR/empty.bochs: Catalog size is too small for this disk size
15 qemu-io: can't open device TEST_DIR/empty.bochs: Catalog size is too small for this disk size
18 qemu-io: can't open device TEST_DIR/empty.bochs: Extent size 2147483648 is too large
21 qemu-io: can't open device TEST_DIR/empty.bochs: Extent size must be at least 512
H A D17533 rm -f "$TEST_DIR/empty"
40 # Parameter 1: Number of blocks an empty file occupies
84 touch "$TEST_DIR/empty"
85 extra_blocks=$(stat -c '%b' "$TEST_DIR/empty")
88 # allocates to match empty image alloation.
89 printf "\0" > "$TEST_DIR/empty"
90 min_blocks=$(stat -c '%b' "$TEST_DIR/empty")
106 echo "== resize empty image with block_resize =="
H A D07850 _use_sample_img empty.bochs.bz2
55 _use_sample_img empty.bochs.bz2
61 _use_sample_img empty.bochs.bz2
67 _use_sample_img empty.bochs.bz2
71 _use_sample_img empty.bochs.bz2
77 _use_sample_img empty.bochs.bz2
83 _use_sample_img empty.bochs.bz2
H A D266.out1 --- Creating empty file ---
23 --- Creating empty file ---
45 --- Creating empty file ---
66 --- Creating empty file ---
86 --- Creating empty file ---
108 --- Creating empty file ---
130 --- Creating empty file ---
H A D098.out9 qemu-img: Failed to empty blkdebug:TEST_DIR/blkdebug.conf:TEST_DIR/t.IMGFMT: Input/output error
18 qemu-img: Failed to empty blkdebug:TEST_DIR/blkdebug.conf:TEST_DIR/t.IMGFMT: Input/output error
31 qemu-img: Failed to empty blkdebug:TEST_DIR/blkdebug.conf:TEST_DIR/t.IMGFMT: Input/output error
45 qemu-img: Failed to empty blkdebug:TEST_DIR/blkdebug.conf:TEST_DIR/t.IMGFMT: Input/output error
H A D0134 # qcow2 pattern test, empty and compressed image - 4k cluster patterns
52 echo "Testing empty image"
85 # by old (compressed) data and empty clusters
/qemu/include/qemu/
H A Drange.h34 * A non-empty range has @lob <= @upb.
35 * An empty range has @lob == @upb + 1.
46 /* Compound literal encoding the empty range */
49 /* Is @range empty? */
62 /* Initialize @range to the empty range */
72 * The interval must not be empty, i.e. @lob must be less than or
86 * empty range. Else, set @range to [@lob,UINT64_MAX].
100 /* Return @range's lower bound. @range must not be empty. */
107 /* Return @range's upper bound. @range must not be empty. */
151 * Check if @range1 overlaps with @range2. If one of the ranges is empty,
[all …]
H A Dbuffer.h145 * Moves buffer, without copying data. 'to' buffer must be empty.
146 * 'from' buffer is empty and zero-sized on return.
155 * Moves buffer, copying data (unless 'to' buffer happens to be empty).
156 * 'from' buffer is empty and zero-sized on return.
H A Dfifo32.h30 * when finished using the fifo. The FIFO is initially empty.
125 * is empty. Clients are responsible for checking for emptiness using
164 * Check if a FIFO is empty.
166 * Returns: True if the fifo is empty, false otherwise.
/qemu/tests/qapi-schema/
H A Dmeson.build19 'alternate-empty.json',
25 'args-array-empty.json',
44 'bad-if-empty.json',
45 'bad-if-empty-list.json',
73 'doc-empty-arg.json',
74 'doc-empty-features.json',
75 'doc-empty-section.json',
76 'doc-empty-symbol.json',
93 'empty.json',
104 'event-boxed-empty.json',
[all …]
H A Dalternate-empty.err1 alternate-empty.json: In alternate 'Alt':
2 alternate-empty.json:2: 'data' must not be empty
H A Dargs-array-empty.err1 args-array-empty.json: In command 'oops':
2 args-array-empty.json:2: 'data' member 'empty': array type must contain single type name
H A Dunion-base-empty.json1 # Union with empty base and therefore without discriminator
3 { 'struct': 'Empty', 'data': { } }
6 'base': 'Empty',
H A Dunion-empty.json1 # union discriminator enum cannot be empty
2 { 'enum': 'Empty', 'data': [ ] }
3 { 'struct': 'Base', 'data': { 'type': 'Empty' } }
H A Dunion-empty.err1 union-empty.json: In union 'Union':
2 union-empty.json:4: union has no branches
H A Devent-boxed-empty.err1 event-boxed-empty.json: In event 'FOO':
2 event-boxed-empty.json:2: 'boxed': true requires 'data'
H A Dunion-base-empty.err1 union-base-empty.json: In union 'TestUnion':
2 union-base-empty.json:5: discriminator 'type' is not a member of 'base'
H A Dbad-if-empty.err1 bad-if-empty.json: In struct 'TestIfStruct':
2 bad-if-empty.json:2: 'if' condition '' of struct is not a valid identifier
H A Dbad-if-empty-list.err1 bad-if-empty-list.json: In struct 'TestIfStruct':
2 bad-if-empty-list.json:2: 'if' condition [] of struct is useless
/qemu/tests/unit/
H A Dcheck-block-qdict.c355 /* Test empty dicts */ in qdict_join_test()
362 /* Second iteration: Test empty source and non-empty destination */ in qdict_join_test()
374 /* Test non-empty source and destination without conflict */ in qdict_join_test()
424 QDict *empty, *empty_dict, *empty_list_0; in qdict_crumple_test_recursive() local
437 qdict_put(src, "empty.dict.a", qlist_new()); in qdict_crumple_test_recursive()
438 qdict_put(src, "empty.list.0", qdict_new()); in qdict_crumple_test_recursive()
480 empty = qdict_get_qdict(dst, "empty"); in qdict_crumple_test_recursive()
481 g_assert(empty); in qdict_crumple_test_recursive()
482 g_assert_cmpint(qdict_size(empty), ==, 2); in qdict_crumple_test_recursive()
483 empty_dict = qdict_get_qdict(empty, "dict"); in qdict_crumple_test_recursive()
[all …]
/qemu/docs/devel/
H A Dloads-stores.rst32 - (empty) : for 32 or 64 bit sizes
119 - (empty) : for target endian, or 8 bit sizes
142 - (empty) : for 32 or 64 bit sizes
153 - (empty) : for target endian, or 8 bit sizes
180 - (empty) : for 32 or 64 bit sizes
191 - (empty) : for target endian, or 8 bit sizes
219 - (empty) : for 32 or 64 bit sizes
230 - (empty) : for target endian, or 8 bit sizes
258 - (empty) : for 32 or 64 bit sizes
289 - (empty) : for 32 or 64 bit sizes
[all …]
/qemu/linux-headers/linux/
H A Dstddef.h21 * @TAG: The tag name for the named sub-struct (usually empty)
23 * @ATTRS: Any struct attributes (usually empty)
52 * named member, but that member can be empty.
/qemu/include/hw/xen/
H A Dxen-bus-helper.h21 /* Write to node/key unless node is empty, in which case write to key */
31 /* Read from node/key unless node is empty, in which case read from key */
50 /* Watch node/key unless node is empty, in which case watch key */
/qemu/scripts/tracetool/format/
H A Dd.py36 # SystemTap's dtrace(1) warns about empty "provider qemu {}" but is happy
37 # with an empty file. Avoid the warning.
38 # But dtrace on macOS can't deal with empty files.
/qemu/hw/misc/
H A Dempty_slot.c2 * QEMU Empty Slot
58 /* Only empty slots larger than 0 byte need handling. */ in empty_slot_init()
75 s->name = g_strdup("empty-slot"); in empty_slot_realize()

12345678910>>...22