Home
last modified time | relevance | path

Searched full:once (Results 1 – 25 of 482) sorted by relevance

12345678910>>...20

/qemu/tests/qemu-iotests/
H A D026.out6 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 D026.out.nocache6 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 D02685 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 D08254 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 D07467 once ="off"
81 once ="off"
/qemu/tests/qtest/
H A Dboot-order-test.c90 { "-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 Dqtest_aspeed.c22 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 Dmirror-ready-cancel-error50 def add_blockdevs(self, once: bool) -> None:
80 'once': once,
H A Dstream-error-on-reset89 '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 Diov-padding70 # once "normally", and once with a readv, so we see that that works, too
/qemu/util/
H A Ddefer-call.c10 * 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 Dtests.rs113 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 Dutil.h36 * 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 Derror-report.h52 * 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 Dvhost-user.h48 * 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 Dmultifd.h307 * 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 Dlive-block-operations.rst82 .. 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 Dqed-check.c51 /* 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 Dfuzz.h58 * 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 Dduplicate-key.json1 # Cannot include the same key more than once in any {}
H A Dredefined-type.json1 # we reject types defined more than once
H A Dredefined-command.json1 # we reject commands defined more than once
H A Denum-int-member.json2 # FIXME: once the parser understands integer inputs, improve the error message
H A Dbad-type-int.json2 # FIXME: once the parser understands integer inputs, improve the error message
/qemu/tcg/tci/
H A DREADME54 once with interpreter and once without interpreter and compare the resulting

12345678910>>...20