Home
last modified time | relevance | path

Searched refs:MB (Results 1 – 25 of 39) sorted by relevance

12

/qemu/tests/qemu-iotests/
H A D084.out20 Test 1: Maximum size (512 TB - 128 MB):
26 Test 2: Size too large (512 TB - 128 MB + 64 kB)
35 Test 5: Valid Image: 64MB, Blocks In Image 64, Block Size 1MB
41 Test 6: Block Size != 1MB; too small test (1MB - 1)
44 Test 7: Block Size != 1MB; too large test (1MB + 64KB)
H A D213.out116 Job failed: Block size must be a multiple of 1 MB
122 Job failed: Block size must be a multiple of 1 MB
140 Job failed: Block size must be a multiple of 1 MB
148 Job failed: Log size must be a multiple of 1 MB
154 Job failed: Log size must be a multiple of 1 MB
166 Job failed: Log size must be a multiple of 1 MB
H A D075.out18 qemu-io: can't open device TEST_DIR/simple-pattern.cloop: block_size 4294966784 must be 64 MB or le…
H A D064.out3 === Verify pattern 0xa5, 0 - 33MB ===
H A D149.out3 truncate TEST_DIR/luks-aes-256-xts-plain64-sha1.img --size 4194304MB
121 truncate TEST_DIR/luks-twofish-256-xts-plain64-sha1.img --size 4194304MB
239 truncate TEST_DIR/luks-serpent-256-xts-plain64-sha1.img --size 4194304MB
357 truncate TEST_DIR/luks-cast5-128-cbc-plain64-sha1.img --size 4194304MB
476 truncate TEST_DIR/luks-aes-256-cbc-plain-sha1.img --size 4194304MB
594 truncate TEST_DIR/luks-aes-256-cbc-plain64-sha1.img --size 4194304MB
1541 truncate TEST_DIR/luks-aes-256-xts-plain64-sha224.img --size 4194304MB
1659 truncate TEST_DIR/luks-aes-256-xts-plain64-sha256.img --size 4194304MB
1777 truncate TEST_DIR/luks-aes-256-xts-plain64-sha384.img --size 4194304MB
1895 truncate TEST_DIR/luks-aes-256-xts-plain64-sha512.img --size 4194304MB
[all …]
/qemu/docs/system/arm/
H A Dsx1.rst10 -pflash) V1 1 Flash of 16MB and 1 Flash of 8MB V2 1 Flash of 32MB
H A Dmusicpal.rst9 - 32 MB RAM, 256 KB SRAM, 8 MB flash.
/qemu/tests/qtest/
H A Dacpi-utils.c134 #define MB 0x100000ULL macro
142 for (j = 0; j < size / MB; j++) { in acpi_find_rsdp_address_uefi()
144 uint64_t addr = start + j * MB; in acpi_find_rsdp_address_uefi()
/qemu/docs/system/
H A Dtarget-sparc.rst55 size depends on the machine type, for SS-5 it is 256MB and for others
56 2047MB.
/qemu/docs/
H A Dmemory-hotplug.txt66 comes from regular RAM, 1GB is a 1GB hugepage page and 256MB is from
67 2MB pages. Also, the guest has additional memory slots to hotplug more
73 -object memory-backend-file,id=mem2,size=256M,mem-path=/mnt/hugepages-2MB \
H A Dqcow2-cache.txt28 clusters, and it does not support sizes larger than 2MB.
100 For example, 1MB of L2 cache is needed to cover every 8 GB of the virtual
103 8 GB / 8192 = 1 MB
128 - The maximum L2 cache size is 32 MB by default on Linux platforms (enough
133 On non-Linux platforms the maximal value is smaller by default (8 MB) and
H A Dnvdimm.txt81 require a larger value than the basic one, e.g. 2MB on x86. This
156 For example, device dax require the 2 MB alignment, so we can use
H A Dxbzrle.txt45 retrieving the old page content from the cache (default size of 64MB). The
H A Digd-assign.txt117 Firmware must allocate a reserved memory below 4GB with required 1MB
/qemu/tests/migration/i386/
H A Da-b-bootblock.S2 # repeatedly increments the first byte of each page in a 100MB
54 # Start from 1MB
/qemu/qapi/
H A Dblock.json53 # @144: 1.44MB 3.5" drive
57 # @120: 1.2MB 5.25" drive
/qemu/docs/devel/migration/
H A Dmapped-ram.rst96 | ... | | padding to next 1MB boundary |
106 | RAM_SAVE_FLAG_EOS | | padding to next 1MB boundary |
/qemu/docs/specs/
H A Dstandard-vga.rst28 Framebuffer memory, 16 MB in size (by default).
H A Dedu.rst35 I/O memory, 1 MB in size. Users are supposed to communicate with the card
/qemu/docs/interop/
H A Dfirmware.json159 # above the default 16MB with the "-global
161 # thumb, the default 16MB size suffices for 1TB of
163 # every further TB of guest-phys address space, add 8MB
164 # of SMRAM. 48MB should suffice for 4TB of guest-phys
H A Dqcow2.txt41 Note: qemu as of today has an implementation limit of 2 MB
51 Note: qemu has an implementation limit of 32 MB as
52 the maximum L1 table size. With a 2 MB cluster
456 Note: qemu has an implementation limit of 8 MB as the maximum refcount
457 table size. With a 2 MB cluster size and a default refcount_order of
/qemu/target/ppc/
H A Dinternal.h154 EXTRACT_HELPER(MB, 6, 5);
H A Dtranslate.c1981 uint32_t mb = MB(ctx->opcode); in gen_rlwimi()
2032 int mb = MB(ctx->opcode); in gen_rlwinm()
2085 uint32_t mb = MB(ctx->opcode); in gen_rlwnm()
2185 mb = MB(ctx->opcode) | (mbn << 5); in gen_rldicl()
2196 me = MB(ctx->opcode) | (men << 5); in gen_rldicr()
2207 mb = MB(ctx->opcode) | (mbn << 5); in gen_rldic()
2234 mb = MB(ctx->opcode) | (mbn << 5); in gen_rldcl()
2244 me = MB(ctx->opcode) | (men << 5); in gen_rldcr()
2255 uint32_t mb = MB(ctx->opcode) | (mbn << 5); in gen_rldimi()
/qemu/migration/
H A Dtrace-events99 migration_dirty_limit_guest(int64_t dirtyrate) "guest dirty page rate limit %" PRIi64 " MB/s"
248 …u_rdma_write_one_top(uint64_t chunks, uint64_t size) "Writing %" PRIu64 " chunks, (%" PRIu64 " MB)"
364 dirtyrate_calculate(int64_t dirtyrate) "dirty rate: %" PRIi64 " MB/s"
365 dirtyrate_do_calculate_vcpu(int idx, uint64_t rate) "vcpu[%d]: %"PRIu64 " MB/s"
/qemu/docs/spin/
H A Dtcg-exclusive.promela27 // If the mutex is used, it's also cheap (300 MB / 4 seconds) for 3 CPUs

12