Home
last modified time | relevance | path

Searched refs:size (Results 1 – 25 of 1437) sorted by relevance

12345678910>>...58

/qemu/tests/qemu-iotests/
H A D178.out.qcow221 required size: 196608
23 required size: 589824
33 qemu-img: The image size is too large (try using a larger cluster size)
40 bitmaps size: 0
49 bitmaps size: 0
58 bitmaps size: 0
66 bitmaps size: 0
74 bitmaps size: 0
80 bitmaps size: 0
86 bitmaps size: 0
[all …]
H A D059.out7 === Testing too big L2 table size ===
11 === Testing too big L1 table size ===
19 virtual size: 2 GiB (2147483648 bytes)
36 virtual size: 2147483648
40 virtual size: 2147483648
44 virtual size: 2147483648
48 virtual size: 2147483648
52 virtual size: 2147483648
56 virtual size: 2147483648
60 virtual size: 2147483648
[all …]
H A D190.out5 required size: 2199023255552
7 required size: 335806464
9 bitmaps size: 0
10 required size: 18874368
12 bitmaps size: 0
16 required size: 327680
18 required size: 2199023255552
20 required size: SIZE
22 required size: 335806464
26 required size: 335806464
[all …]
H A D212.out33 virtual size: 64 MiB (67108864 bytes)
59 === Zero size ===
68 virtual size: 0 B (0 bytes)
70 === Maximum size ===
91 Job failed: Image size is too large for this cluster size
97 Job failed: Image size is too large for this cluster size
103 Job failed: Image size is too large for this cluster size
109 Job failed: Image size is too large for this cluster size
113 === Invalid cluster size ===
147 Job failed: Image size is too large for this cluster size
[all …]
H A D213.out17 virtual size: 128 MiB (134217728 bytes)
34 virtual size: 64 MiB (67108864 bytes)
51 virtual size: 32 MiB (33554432 bytes)
62 === Zero size ===
71 virtual size: 0 B (0 bytes)
74 === Maximum size ===
83 virtual size: 64 TiB (70368744177664 bytes)
90 Job failed: Image size too large; max of 64TB
96 Job failed: Image size too large; max of 64TB
112 === Invalid block size ===
[all …]
H A D178.out.raw21 required size: 0
22 fully allocated size: 0
23 required size: 2147483648
25 required size: 68719476736
27 required size: 274877906944
39 required size: 0
40 fully allocated size: 0
47 required size: 1073741824
55 required size: 1073741824
62 required size: 1073741824
[all …]
H A D15445 size=$((128 * 1024 * 1024))
53 CLUSTER_SIZE=512 TEST_IMG="$TEST_IMG.base" _make_test_img $size
77 CLUSTER_SIZE=512 TEST_IMG="$TEST_IMG.base" _make_test_img $size
313 _make_test_img $((size + 2048))
315 $QEMU_IO -c "alloc $size 2048" "$TEST_IMG" | _filter_qemu_io
319 _make_test_img $((size + 2048))
321 $QEMU_IO -c "alloc $size 2048" "$TEST_IMG" | _filter_qemu_io
325 _make_test_img $((size + 2048))
327 $QEMU_IO -c "alloc $size 2048" "$TEST_IMG" | _filter_qemu_io
331 _make_test_img $((size + 2048))
[all …]
H A D237.out25 virtual size: 5368709120
27 cluster size: 65536
52 virtual size: 67108864
54 cluster size: 65536
81 cluster size: 65536
166 virtual size: 512 B (512 bytes)
173 virtual size: 512
186 virtual size: 512 B (512 bytes)
194 virtual size: 512
196 cluster size: 65536
[all …]
H A D243.out6 File size: 196616
12 File size: 67436544
18 File size: 67436544
24 File size: 67436544
30 qcow2 file size: 196616
31 data file size: 67108864
38 qcow2 file size: 327680
39 data file size: 67108864
46 qcow2 file size: 327680
47 data file size: 67108864
[all …]
H A D30142 size=32M
47 TEST_IMG="$TEST_IMG.base" _make_test_img $size
48 _make_test_img -b "$TEST_IMG.base" $size
49 _make_test_img -b "$TEST_IMG.base" -F $IMGFMT $size
56 _make_test_img -b "$TEST_IMG.base" -F vmdk $size
60 _make_test_img -u -b "$TEST_IMG.base" -F vmdk $size
63 _make_test_img -b "$TEST_IMG.base" -F garbage $size
71 truncate --size=$size "$TEST_IMG.base"
72 _make_test_img -b "$TEST_IMG.base" $size
73 _make_test_img -b "$TEST_IMG.base" -F raw $size
[all …]
H A D11648 size=128M
52 _make_test_img $size
54 $QEMU_IO -f "$IMGFMT" -c "read 0 $size" "$TEST_IMG" 2>&1 | _filter_qemu_io | _filter_testdir
58 _make_test_img $size
60 $QEMU_IO -f "$IMGFMT" -c "read 0 $size" "$TEST_IMG" 2>&1 | _filter_qemu_io | _filter_testdir
64 _make_test_img $size
66 $QEMU_IO -f "$IMGFMT" -c "read 0 $size" "$TEST_IMG" 2>&1 | _filter_qemu_io | _filter_testdir
70 _make_test_img $size
76 _make_test_img $size
82 _make_test_img $size
[all …]
H A D049.out2 === Check correct interpretation of suffixes for image size ===
4 == 1. Traditional size parameter ==
48 == 2. Specifying size via -o ==
50 qemu-img create -f qcow2 -o size=1024 TEST_DIR/t.qcow2
56 qemu-img create -f qcow2 -o size=1k TEST_DIR/t.qcow2
59 qemu-img create -f qcow2 -o size=1K TEST_DIR/t.qcow2
62 qemu-img create -f qcow2 -o size=1M TEST_DIR/t.qcow2
65 qemu-img create -f qcow2 -o size=1G TEST_DIR/t.qcow2
68 qemu-img create -f qcow2 -o size=1T TEST_DIR/t.qcow2
77 qemu-img create -f qcow2 -o size=1.5k TEST_DIR/t.qcow2
[all …]
H A D08173 size=10M
75 TEST_IMG="$TEST_DIR/1.raw" _make_test_img $size
76 TEST_IMG="$TEST_DIR/2.raw" _make_test_img $size
77 TEST_IMG="$TEST_DIR/3.raw" _make_test_img $size
87 $QEMU_IO -c "read -P 0x32 0 $size" "$TEST_DIR/1.raw" | _filter_qemu_io
88 $QEMU_IO -c "read -P 0x32 0 $size" "$TEST_DIR/2.raw" | _filter_qemu_io
89 $QEMU_IO -c "read -P 0x32 0 $size" "$TEST_DIR/3.raw" | _filter_qemu_io
94 $QEMU_IO -c "write -P 0x42 0 $size" "$TEST_DIR/2.raw" | _filter_qemu_io
99 $QEMU_IO -c "open -o $quorum" -c "read -P 0x32 0 $size" | _filter_qemu_io
158 $QEMU_IO -c "read -P 0x32 0 $size" "$TEST_DIR/2.raw" | _filter_qemu_io
[all …]
H A D191.out129 "cluster-size": 65536,
131 "actual-size": SIZE,
162 "actual-size": SIZE,
200 "actual-size": SIZE,
231 "actual-size": SIZE,
269 "actual-size": SIZE,
300 "actual-size": SIZE,
329 "actual-size": SIZE,
357 "actual-size": SIZE,
538 "actual-size": SIZE,
[all …]
H A D261.out11 Extra data size: 0
15 Extra data size: 50
16 VM state size: 0
17 Disk size: 67108864
23 Extra data size: 8
24 VM state size: 0
34 VM state size: 0
41 VM state size: 0
49 VM state size: 0
69 VM state size: 0
[all …]
/qemu/util/
H A Dbitops.c27 if (offset >= size) { in find_next_bit()
28 return size; in find_next_bit()
30 size -= result; in find_next_bit()
41 size -= BITS_PER_LONG; in find_next_bit()
67 if (!size) { in find_next_bit()
92 if (offset >= size) { in find_next_zero_bit()
93 return size; in find_next_zero_bit()
95 size -= result; in find_next_zero_bit()
116 if (!size) { in find_next_zero_bit()
122 tmp |= ~0UL << size; in find_next_zero_bit()
[all …]
/qemu/hw/fsi/
H A Dtrace-events1 fsi_scratchpad_read(uint64_t addr, uint32_t size) "@0x%" PRIx64 " size=%d"
2 fsi_scratchpad_write(uint64_t addr, uint32_t size, uint64_t data) "@0x%" PRIx64 " size=%d value=0x%…
3 fsi_slave_read(uint64_t addr, uint32_t size) "@0x%" PRIx64 " size=%d"
4 fsi_slave_write(uint64_t addr, uint32_t size, uint64_t data) "@0x%" PRIx64 " size=%d value=0x%"PRIx…
5 fsi_cfam_config_read(uint64_t addr, uint32_t size) "@0x%" PRIx64 " size=%d"
6 fsi_cfam_config_write(uint64_t addr, uint32_t size, uint64_t data) "@0x%" PRIx64 " size=%d value=0x…
7 fsi_cfam_unimplemented_read(uint64_t addr, uint32_t size) "@0x%" PRIx64 " size=%d"
10 fsi_master_read(uint64_t addr, uint32_t size) "@0x%" PRIx64 " size=%d"
11 fsi_master_write(uint64_t addr, uint32_t size, uint64_t data) "@0x%" PRIx64 " size=%d value=0x%"PRI…
12 fsi_aspeed_apb2opb_read(uint64_t addr, uint32_t size) "@0x%" PRIx64 " size=%d"
[all …]
/qemu/scripts/coverity-scan/
H A Dmodel.c157 return g_malloc_n(nmemb, size); in g_try_malloc_n()
182 void *g_malloc(size_t size) in g_malloc() argument
187 ptr = __coverity_alloc__(size); in g_malloc()
196 void *g_malloc0(size_t size) in g_malloc0() argument
201 ptr = __coverity_alloc__(size); in g_malloc0()
214 ptr = __coverity_alloc__(size); in g_realloc()
227 void *g_try_malloc(size_t size) in g_try_malloc() argument
234 return g_malloc(size); in g_try_malloc()
237 void *g_try_malloc0(size_t size) in g_try_malloc0() argument
244 return g_malloc0(size); in g_try_malloc0()
[all …]
/qemu/tests/multiboot/
H A Dmmap.out10 0x0 - 0x9fc00: type 1 [entry size: 20]
11 0x9fc00 - 0xa0000: type 2 [entry size: 20]
12 0xf0000 - 0x100000: type 2 [entry size: 20]
13 0x100000 - 0x7fe0000: type 1 [entry size: 20]
28 0x0 - 0x9fc00: type 1 [entry size: 20]
29 0x9fc00 - 0xa0000: type 2 [entry size: 20]
30 0xf0000 - 0x100000: type 2 [entry size: 20]
45 0x0 - 0x9fc00: type 1 [entry size: 20]
46 0x9fc00 - 0xa0000: type 2 [entry size: 20]
63 0x0 - 0x9fc00: type 1 [entry size: 20]
[all …]
/qemu/target/arm/tcg/
H A Dmve.decode41 &1op qd qm size
42 &2op qd qm qn size
43 &2scalar qd qn rm size
45 &2shift qd qm shift size
46 &vidup qd rn size imm
48 &vcmp qm qn size mask
50 &shl_scalar qda rm size
51 &vmaxv qm rda size
52 &vabav qn qm rda size
80 size=%size_28
[all …]
/qemu/hw/xen/
H A Dxen-mapcache.c49 hwaddr size; member
56 hwaddr size; member
128 size = (size + XC_PAGE_SIZE - 1) & ~(XC_PAGE_SIZE - 1); in xen_map_cache_init_single()
300 ram_block_notify_add(vaddr_base, size, size); in xen_remap_bucket()
305 entry->size = size; in xen_remap_bucket()
345 if (size) { in xen_map_cache_unlocked()
368 if (size) { in xen_map_cache_unlocked()
442 reventry->size = entry->size; in xen_map_cache_unlocked()
486 hwaddr size; in xen_ram_addr_from_mapcache_single() local
494 size = reventry->size; in xen_ram_addr_from_mapcache_single()
[all …]
/qemu/tests/qtest/libqos/
H A Dlibqos-malloc.c19 uint64_t size; member
48 if (node->size >= size) { in mlist_find_space()
80 left->size += right->size; in mlist_join()
116 if (!size) { in mlist_new()
122 block->size = size; in mlist_new()
134 g_assert_cmpint(freenode->size, >=, size); in mlist_fulfill()
137 if (freenode->size == size) { in mlist_fulfill()
143 freenode->addr += size; in mlist_fulfill()
144 freenode->size -= size; in mlist_fulfill()
255 uint64_t rsize = size; in guest_alloc()
[all …]
/qemu/target/sparc/
H A Dldst_helper.c133 mask = 1ULL + ~size; in replace_tlb_entry()
394 switch (size) { in dump_asi()
518 if (size != 4) { in leon3_cache_control_st()
550 if (size != 4) { in leon3_cache_control_ld()
696 switch (size) { in helper_ld_asi()
779 switch (size) { in helper_ld_asi()
1058 switch (size) { in helper_st_asi()
1215 switch (size) { in helper_ld_asi()
1249 switch (size) { in helper_ld_asi()
1264 switch (size) { in helper_ld_asi()
[all …]
/qemu/hw/misc/
H A Dtrace-events5 …ucfg_read(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 "
6 …cfg_write(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 "
94 aspeed_scu_write(uint64_t offset, unsigned size, uint32_t data) "To 0x%" PRIx64 " of size %u: 0x%" …
95 aspeed_scu_read(uint64_t offset, unsigned size, uint32_t data) "To 0x%" PRIx64 " of size %u: 0x%" P…
96 aspeed_ast2700_scu_write(uint64_t offset, unsigned size, uint32_t data) "To 0x%" PRIx64 " of size %…
97 aspeed_ast2700_scu_read(uint64_t offset, unsigned size, uint32_t data) "To 0x%" PRIx64 " of size %u…
358 djmemc_read(int reg, uint64_t value, unsigned int size) "reg=0x%x value=0x%"PRIx64" size=%u"
359 djmemc_write(int reg, uint64_t value, unsigned int size) "reg=0x%x value=0x%"PRIx64" size=%u"
362 iosb_read(int reg, uint64_t value, unsigned int size) "reg=0x%x value=0x%"PRIx64" size=%u"
363 iosb_write(int reg, uint64_t value, unsigned int size) "reg=0x%x value=0x%"PRIx64" size=%u"
[all …]
/qemu/hw/9pfs/
H A D9p-xattr.c58 if (size < name_size) { in pt_listxattr()
75 ssize_t size = 0; in v9fs_list_xattr() local
121 if (size < 0) { in v9fs_list_xattr()
124 value += size; in v9fs_list_xattr()
125 vsize -= size; in v9fs_list_xattr()
134 size = value - ovalue; in v9fs_list_xattr()
139 return size; in v9fs_list_xattr()
188 void *value, size_t size) in pt_getxattr() argument
216 size_t size, int flags) in pt_setxattr() argument
248 void *value, size_t size) in notsup_getxattr() argument
[all …]

12345678910>>...58