Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 125) sorted by relevance

12345

/qemu/tests/qemu-iotests/
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 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 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 D175.out19 == resize empty image with block_resize ==
23 == resize empty image with block_resize ==
/qemu/tests/qapi-schema/
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 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 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-list.err1 bad-if-empty-list.json: In struct 'TestIfStruct':
2 bad-if-empty-list.json:2: 'if' condition [] of struct is useless
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 Dqapi-schema-test.json26 # An empty enum, although unusual, is currently acceptable
29 # Likewise for an empty struct, including an empty base
33 # Likewise for an empty union
93 # 'value4' defaults to empty
195 { 'command': 'boxed-empty', 'boxed': true, 'data': 'Empty1' }
H A Ddoc-empty-arg.json1 # An invalid empty argument name
H A Ddoc-empty-arg.err1 doc-empty-arg.json:5: invalid parameter name
H A Ddoc-empty-features.err1 doc-empty-features.json:8:1: feature descriptions expected
H A Ddoc-empty-symbol.err1 doc-empty-symbol.json:4:1: name required after '@'
H A Dalternate-empty.json1 # alternates cannot be empty
H A Ddoc-empty-section.err1 doc-empty-section.json:6: text required after 'Errors:'
H A Devent-boxed-empty.json1 # 'boxed' requires a non-empty type
H A Dbad-if-empty.json1 # check empty 'if'
/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/tests/unit/
H A Dcheck-block-qdict.c424 QDict *empty, *empty_dict, *empty_list_0; in qdict_crumple_test_recursive() local
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()
488 empty_list = qdict_get_qlist(empty, "list"); in qdict_crumple_test_recursive()
/qemu/python/qemu/qmp/
H A Devents.py559 def empty(self) -> bool: member in EventListener
563 return self._queue.empty()

12345