/qemu/tests/migration-stress/guestperf/ |
H A D | comparison.py | 42 # Looking at use of post-copy in relation to bandwidth 44 Comparison("post-copy-bandwidth", scenarios = [ 45 Scenario("post-copy-bw-100mbs", 47 Scenario("post-copy-bw-300mbs", 49 Scenario("post-copy-bw-1gbs", 51 Scenario("post-copy-bw-10gbs", 53 Scenario("post-copy-bw-100gbs", 58 # Looking at effect of starting post-copy at different 60 Comparison("post-copy-iters", scenarios = [ 61 Scenario("post-copy-iters-0", [all …]
|
H A D | shell.py | 118 parser.add_argument("--post-copy", dest="post_copy", default=False, action="store_true") 119 parser.add_argument("--post-copy-iters", dest="post_copy_iters", default=5, type=int)
|
/qemu/tests/qemu-iotests/tests/ |
H A D | fuse-allow-other.out | 19 Permissions post-chmod: 0 21 Permissions post-chmod: 400 24 Permissions post-chmod: 400 48 Permissions post-chmod: 0 50 Permissions post-chmod: 400 52 Permissions post-chmod: 444 75 Permissions post-chmod: 0 77 Permissions post-chmod: 400 79 Permissions post-chmod: 444
|
H A D | fuse-allow-other | 109 stat -c 'Permissions post-chmod: %a' "$EXT_MP" 114 stat -c 'Permissions post-chmod: %a' "$EXT_MP" 120 stat -c 'Permissions post-chmod: %a' "$EXT_MP"
|
H A D | migration-permissions | 87 emsg = ('ERROR (post-migration): qemu-io should not be able to '
|
/qemu/tests/qemu-iotests/ |
H A D | 261 | 36 rm -f "$TEST_DIR"/sn{0,1,2}{,-pre,-extra,-post} 187 dd if="$TEST_IMG.v2.orig" of="$TEST_DIR/sn0-post" bs=1 \ 190 dd if="$TEST_IMG.v2.orig" of="$TEST_DIR/sn1-post" bs=1 \ 193 dd if="$TEST_IMG.v2.orig" of="$TEST_DIR/sn2-post" bs=1 \ 201 # Grow sn0-post to pad 203 "$TEST_DIR/sn0-post" 209 # Grow sn1-post to pad 211 "$TEST_DIR/sn1-post" 216 # Grow sn2-post to pad 218 "$TEST_DIR/sn2-post" [all …]
|
H A D | 308 | 179 stat -c 'Permissions post-+w: %a' "$EXT_MP" 183 stat -c 'Permissions post-+x: %a' "$EXT_MP" 310 echo 'ERROR: Unexpected post-truncate image size:' 313 echo 'OK: Post-truncate image size is as expected' 341 echo 'ERROR: Unexpected post-grow image size:' 344 echo 'OK: Post-grow image size is as expected' 355 echo 'ERROR: Unexpected post-truncate image size:' 358 echo 'OK: Post-truncate image size is as expected'
|
H A D | 308.out | 55 Permissions post-+w: 400 56 Permissions post-+x: 500 139 OK: Post-truncate image size is as expected 160 OK: Post-grow image size is as expected 164 OK: Post-truncate image size is as expected
|
H A D | 091.out | 16 === VM 2: Post-migration, write to disk, verify running ===
|
H A D | 070 | 52 # Hyper-V to properly replay the logs and give the same post-replay
|
H A D | 091 | 87 echo === VM 2: Post-migration, write to disk, verify running ===
|
/qemu/.gitlab-ci.d/ |
H A D | windows.yml | 66 - ((Get-Content -path .\msys64\etc\\post-install\\07-pacman-key.post -Raw) 68 Set-Content -Path ${CI_PROJECT_DIR}\msys64\etc\\post-install\\07-pacman-key.post
|
/qemu/target/riscv/insn_trans/ |
H A D | trans_privileged.c.inc | 41 uint32_t post = 0; 65 post = opcode_at(&ctx->base, post_addr); 68 if (pre == 0x01f01013 && ebreak == 0x00100073 && post == 0x40705013) {
|
/qemu/docs/ |
H A D | rdma.txt | 179 2. Both sides post two RQ work requests 236 2. Before attempting to receive the expected command, we post another 248 (that we have not yet transmitted), let's post an RQ 251 unblock us and we immediately post a RQ work request 253 4. Now, we can actually post the work request to SEND
|
/qemu/include/hw/ |
H A D | register.h | 37 * @post_write: Post write callback. Passed the written value. Most write side 40 * @post_read: Post read callback. Passes the value that is about to be returned
|
/qemu/migration/ |
H A D | migration.h | 286 * post to this sem every time a new preempt channel is created in the 287 * main thread, and we keep post() and wait() in pair. 341 * post(). 345 * We post to this when we got one PONG from dest. So far it's an
|
H A D | trace-events | 162 …g_exact(uint64_t size, uint64_t pre, uint64_t post) "exact pending size %" PRIu64 " (pre = %" PRIu… 163 …imate(uint64_t size, uint64_t pre, uint64_t post) "estimate pending size %" PRIu64 " (pre = %" PRI…
|
/qemu/include/hw/intc/ |
H A D | bcm2836_control.h | 52 /* interrupt source registers, post-routing (also input-derived; visible) */
|
/qemu/ |
H A D | gitdm.config | 30 # same employer. This is used for people that don't post from easily
|
/qemu/scripts/coverity-scan/ |
H A D | run-coverity-scan | 70 …if ! up_perm="$(wget https://scan.coverity.com/api/upload_permitted --post-data "token=$COVERITY_T… 135 …wget https://scan.coverity.com/download/cxx/linux64 --post-data "token=$COVERITY_TOKEN&project=$PR… 142 …wget https://scan.coverity.com/download/cxx/linux64 --post-data "token=$COVERITY_TOKEN&project=$PR…
|
/qemu/scripts/ |
H A D | clean-header-guards.pl | 149 my $post = $5; 198 unslurp($fname, "$pre$newl1$newl2$body$newl3$post");
|
/qemu/include/hw/virtio/ |
H A D | vhost-user.h | 97 * vhost_user_async_close() - cleanup vhost-user post connection drop
|
/qemu/hw/smbios/ |
H A D | smbios_build.h | 64 /* update pointer post-realloc */ \
|
/qemu/tests/tcg/hexagon/ |
H A D | mem_noshuf_exception.c | 112 * Also check that the post-increment doesn't happen when the in main()
|
/qemu/docs/system/arm/ |
H A D | nuvoton.rst | 67 * BIOS POST code FIFO
|