/qemu/tests/qemu-iotests/ |
H A D | 078 | 50 _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 D | 078.out | 8 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 D | 266.out | 1 --- 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 D | 098.out | 9 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 D | 175.out | 19 == resize empty image with block_resize == 23 == resize empty image with block_resize ==
|
/qemu/tests/qapi-schema/ |
H A D | alternate-empty.err | 1 alternate-empty.json: In alternate 'Alt': 2 alternate-empty.json:2: 'data' must not be empty
|
H A D | args-array-empty.err | 1 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 D | meson.build | 19 '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 D | union-empty.err | 1 union-empty.json: In union 'Union': 2 union-empty.json:4: union has no branches
|
H A D | event-boxed-empty.err | 1 event-boxed-empty.json: In event 'FOO': 2 event-boxed-empty.json:2: 'boxed': true requires 'data'
|
H A D | union-base-empty.err | 1 union-base-empty.json: In union 'TestUnion': 2 union-base-empty.json:5: discriminator 'type' is not a member of 'base'
|
H A D | bad-if-empty-list.err | 1 bad-if-empty-list.json: In struct 'TestIfStruct': 2 bad-if-empty-list.json:2: 'if' condition [] of struct is useless
|
H A D | bad-if-empty.err | 1 bad-if-empty.json: In struct 'TestIfStruct': 2 bad-if-empty.json:2: 'if' condition '' of struct is not a valid identifier
|
H A D | qapi-schema-test.json | 26 # 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 D | doc-empty-arg.json | 1 # An invalid empty argument name
|
H A D | doc-empty-arg.err | 1 doc-empty-arg.json:5: invalid parameter name
|
H A D | doc-empty-features.err | 1 doc-empty-features.json:8:1: feature descriptions expected
|
H A D | doc-empty-symbol.err | 1 doc-empty-symbol.json:4:1: name required after '@'
|
H A D | alternate-empty.json | 1 # alternates cannot be empty
|
H A D | doc-empty-section.err | 1 doc-empty-section.json:6: text required after 'Errors:'
|
H A D | event-boxed-empty.json | 1 # 'boxed' requires a non-empty type
|
H A D | bad-if-empty.json | 1 # check empty 'if'
|
/qemu/docs/devel/ |
H A D | loads-stores.rst | 32 - (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 D | check-block-qdict.c | 424 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 D | events.py | 559 def empty(self) -> bool: member in EventListener 563 return self._queue.empty()
|