/qemu/tests/qemu-iotests/ |
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 | 175 | 33 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 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 | 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 | 013 | 4 # 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 D | range.h | 34 * 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 D | buffer.h | 145 * 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 D | fifo32.h | 30 * 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 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 | 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 | union-base-empty.json | 1 # Union with empty base and therefore without discriminator 3 { 'struct': 'Empty', 'data': { } } 6 'base': 'Empty',
|
H A D | union-empty.json | 1 # union discriminator enum cannot be empty 2 { 'enum': 'Empty', 'data': [ ] } 3 { 'struct': 'Base', 'data': { 'type': 'Empty' } }
|
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.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 | 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
|
/qemu/tests/unit/ |
H A D | check-block-qdict.c | 355 /* 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 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/linux-headers/linux/ |
H A D | stddef.h | 21 * @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 D | xen-bus-helper.h | 21 /* 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 D | d.py | 36 # 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 D | empty_slot.c | 2 * 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()
|