Home
last modified time | relevance | path

Searched full:post (Results 1 – 25 of 104) sorted by relevance

12345

/qemu/tests/migration-stress/guestperf/
H A Dcomparison.py42 # 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 Dshell.py118 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 Dfuse-allow-other.out19 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 Dfuse-allow-other109 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 Dmigration-permissions87 emsg = ('ERROR (post-migration): qemu-io should not be able to '
/qemu/tests/qemu-iotests/
H A D26136 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 D308179 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 D308.out55 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 D091.out16 === VM 2: Post-migration, write to disk, verify running ===
H A D07052 # Hyper-V to properly replay the logs and give the same post-replay
H A D09187 echo === VM 2: Post-migration, write to disk, verify running ===
/qemu/.gitlab-ci.d/
H A Dwindows.yml66 - ((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 Dtrans_privileged.c.inc41 uint32_t post = 0;
65 post = opcode_at(&ctx->base, post_addr);
68 if (pre == 0x01f01013 && ebreak == 0x00100073 && post == 0x40705013) {
/qemu/docs/
H A Drdma.txt179 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 Dregister.h37 * @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 Dmigration.h286 * 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 Dtrace-events162 …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 Dbcm2836_control.h52 /* interrupt source registers, post-routing (also input-derived; visible) */
/qemu/
H A Dgitdm.config30 # same employer. This is used for people that don't post from easily
/qemu/scripts/coverity-scan/
H A Drun-coverity-scan70 …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 Dclean-header-guards.pl149 my $post = $5;
198 unslurp($fname, "$pre$newl1$newl2$body$newl3$post");
/qemu/include/hw/virtio/
H A Dvhost-user.h97 * vhost_user_async_close() - cleanup vhost-user post connection drop
/qemu/hw/smbios/
H A Dsmbios_build.h64 /* update pointer post-realloc */ \
/qemu/tests/tcg/hexagon/
H A Dmem_noshuf_exception.c112 * Also check that the post-increment doesn't happen when the in main()
/qemu/docs/system/arm/
H A Dnuvoton.rst67 * BIOS POST code FIFO

12345