/qemu/tests/qemu-iotests/ |
H A D | 026.out | 6 Event: l1_update; errno: 5; imm: off; once: on; write 11 Event: l1_update; errno: 5; imm: off; once: on; write -b 16 Event: l1_update; errno: 5; imm: off; once: off; write 23 Event: l1_update; errno: 5; imm: off; once: off; write -b 30 Event: l1_update; errno: 28; imm: off; once: on; write 35 Event: l1_update; errno: 28; imm: off; once: on; write -b 40 Event: l1_update; errno: 28; imm: off; once: off; write 47 Event: l1_update; errno: 28; imm: off; once: off; write -b 54 Event: l2_load; errno: 5; imm: off; once: on; write 62 Event: l2_load; errno: 5; imm: off; once: on; write -b [all …]
|
H A D | 026.out.nocache | 6 Event: l1_update; errno: 5; imm: off; once: on; write 11 Event: l1_update; errno: 5; imm: off; once: on; write -b 16 Event: l1_update; errno: 5; imm: off; once: off; write 23 Event: l1_update; errno: 5; imm: off; once: off; write -b 30 Event: l1_update; errno: 28; imm: off; once: on; write 35 Event: l1_update; errno: 28; imm: off; once: on; write -b 40 Event: l1_update; errno: 28; imm: off; once: off; write 47 Event: l1_update; errno: 28; imm: off; once: off; write -b 54 Event: l2_load; errno: 5; imm: off; once: on; write 62 Event: l2_load; errno: 5; imm: off; once: on; write -b [all …]
|
H A D | 026 | 85 for once in on off; do 93 once ="$once" 99 echo "Event: $event; errno: $errno; imm: $imm; once: $once; write $vmstate" 143 for once in on off; do 151 once = "$once" 157 echo "Event: $event; errno: $errno; imm: $imm; once: $once; write $vmstate" 183 for once in on off; do 190 once = "$once" 196 echo "Event: $event; errno: $errno; imm: $imm; once: $once" 214 once = "on" [all …]
|
H A D | 082 | 54 echo === create: Options specified more than once === 64 # If the same -o key is specified more than once, the last one wins 106 echo === convert: Options specified more than once === 123 # If the same -o key is specified more than once, the last one wins 172 echo === amend: Options specified more than once === 182 # If the same -o key is specified more than once, the last one wins
|
H A D | 074 | 67 once ="off" 81 once ="off"
|
/qemu/tests/qtest/ |
H A D | boot-order-test.c | 90 { "-boot once=a", 92 { "-boot once=a -no-fd-bootchk", 94 { "-boot once=a,order=c", 96 { "-boot once=d -boot order=nda", 98 { "-boot once=a -boot once=b -boot once=c", 119 { "-boot once=d,order=c", 'd', 'c' },
|
H A D | qtest_aspeed.c | 22 static int once; in aspeed_i2c_startup() local 24 if (!once) { in aspeed_i2c_startup() 29 once = 1; in aspeed_i2c_startup()
|
/qemu/tests/qemu-iotests/tests/ |
H A D | mirror-ready-cancel-error | 50 def add_blockdevs(self, once: bool) -> None: 80 'once': once,
|
H A D | stream-error-on-reset | 89 'once': 'true' 123 # Once the stream job is running, reset the system, which 129 # The test is done once the job is gone
|
H A D | iov-padding | 70 # once "normally", and once with a readv, so we see that that works, too
|
/qemu/util/ |
H A D | defer-call.c | 10 * at once instead of individually: 18 * defer_call_end(); <-- end of section, my_func(my_obj) is called once 62 * @fn/@opaque pair has already been deferred, it will only be called once upon
|
/qemu/rust/qemu-api/tests/ |
H A D | tests.rs | 113 static ONCE: BqlCell<bool> = BqlCell::new(false); in init_qom() constant 116 if !ONCE.get() { in init_qom() 120 ONCE.set(true); in init_qom()
|
/qemu/include/qapi/ |
H A D | util.h | 36 * Note that this macro evaluates @element exactly once, so it is safe 50 * Note that this macro evaluates @element exactly once, so it is safe
|
/qemu/include/qemu/ |
H A D | error-report.h | 52 * Similar to error_report(), except it prints the message just once. 63 * Similar to warn_report(), except it prints the message just once.
|
/qemu/include/hw/virtio/ |
H A D | vhost-user.h | 48 * Once the RCU process has completed the unmap @unmap_addr is 106 * Once the connection is disabled we call a backhalf to ensure
|
/qemu/migration/ |
H A D | multifd.h | 307 * Setup for sending side. Called once per channel during channel 322 * Cleanup for sending side. Called once per channel during 351 * Setup for receiving side. Called once per channel during 360 * Cleanup for receiving side. Called once per channel during
|
/qemu/docs/interop/ |
H A D | live-block-operations.rst | 82 .. note:: Once the 'stream' operation has finished, three things to 102 .. note:: Once the 'commit' operation has finished, there are three 273 [C]. Once the copy is finished, image [B] can now be (optionally) 320 Once the ``block-stream`` operation has completed, QEMU will emit an 394 Once the above ``block-commit`` operation has completed, a 421 Once the ``block-commit`` operation has completed, the event 454 Once the synchronization has completed, the event ``BLOCK_JOB_READY`` will 495 Finally, once the above job is completed, an event 645 In either of the above cases, if you once again run the 766 (4) [On *source* QEMU] Once ``drive-mirror`` copies the entire data, and the [all …]
|
/qemu/block/ |
H A D | qed-check.c | 51 /* Clusters should only be referenced once */ in qed_set_used_clusters() 108 * Descend tables and check each cluster is referenced once only 201 * Mark an image clean once it passes check or has been repaired
|
/qemu/tests/qtest/fuzz/ |
H A D | fuzz.h | 58 * will run once, prior to running qemu/system init. 65 * will run once, after QEMU has been initialized, prior to the fuzz-loop.
|
/qemu/tests/qapi-schema/ |
H A D | duplicate-key.json | 1 # Cannot include the same key more than once in any {}
|
H A D | redefined-type.json | 1 # we reject types defined more than once
|
H A D | redefined-command.json | 1 # we reject commands defined more than once
|
H A D | enum-int-member.json | 2 # FIXME: once the parser understands integer inputs, improve the error message
|
H A D | bad-type-int.json | 2 # FIXME: once the parser understands integer inputs, improve the error message
|
/qemu/tcg/tci/ |
H A D | README | 54 once with interpreter and once without interpreter and compare the resulting
|