Home
last modified time | relevance | path

Searched refs:before (Results 1 – 25 of 171) sorted by relevance

1234567

/qemu/tests/qemu-iotests/
H A D083.out2 === Check disconnect before neg1 ===
18 === Check disconnect before export ===
38 === Check disconnect before neg2 ===
54 === Check disconnect before request ===
62 === Check disconnect before reply ===
78 === Check disconnect before data ===
111 === Check disconnect before neg1 ===
127 === Check disconnect before export ===
147 === Check disconnect before neg2 ===
171 === Check disconnect before reply ===
[all …]
H A D171.out19 write before image boundary
32 writev before/after image boundary
35 read before image boundary
48 readv before/after image boundary
111 write before image boundary
124 writev before/after image boundary
127 read before image boundary
140 readv before/after image boundary
207 write before image boundary
223 read before image boundary
[all …]
H A D004.out4 write before image boundary
23 read before image boundary
H A D083114 for when in before after; do
144 for when in before 8 16 24 28 after; do
H A D233.out24 qemu-img: Could not open 'nbd://localhost:PORT': TLS negotiation required before option 7 (go)
26 server reported: Option 0x7 not permitted before TLS
27 qemu-nbd: TLS negotiation required before option 3 (list)
/qemu/docs/devel/
H A Datomics.rst125 components of the system, before all the LOAD or STORE operations
130 specified before.
145 before all the LOAD or STORE operations specified afterwards.
146 Operations coming before ``qatomic_load_acquire()`` can still be
151 after all the LOAD or STORE operations specified before.
153 reordered before it.
163 the barrier will appear to happen before all the LOAD operations
189 before the barrier will appear to happen before all the LOAD and
196 coming before the barrier from overtaking LOADs coming after the
395 before a release operation will normally match the loads after
[all …]
H A Dsecure-coding-practices.rst41 trusted and may be invalid. Inputs must be checked before using them in a way
77 before the device has been fully initialized.
81 well-behaved guest might wait for a completion interrupt before accessing
83 guest overwrites registers or submits further requests before an ongoing
/qemu/tests/migration/
H A Dstress.c168 unsigned long long before, after; in stressone() local
181 before = now(); in stressone()
199 argv0, gettid(), after, after - before); in stressone()
200 before = now(); in stressone()
/qemu/tests/qtest/
H A Dvirtio-scsi-test.c366 opts.before = virtio_scsi_hotplug_setup; in register_virtio_scsi_test()
369 opts.before = virtio_scsi_setup; in register_virtio_scsi_test()
373 opts.before = virtio_scsi_setup_4k; in register_virtio_scsi_test()
377 opts.before = virtio_scsi_setup_cd; in register_virtio_scsi_test()
380 opts.before = virtio_scsi_setup_iothread; in register_virtio_scsi_test()
H A Dvhost-user-test.c1073 .before = vhost_user_test_setup, in register_vhost_user_test()
1085 opts.before = vhost_user_test_setup_memfd; in register_vhost_user_test()
1095 opts.before = vhost_user_test_setup_reconnect; in register_vhost_user_test()
1099 opts.before = vhost_user_test_setup_connect_fail; in register_vhost_user_test()
1103 opts.before = vhost_user_test_setup_flags_mismatch; in register_vhost_user_test()
1107 opts.before = vhost_user_test_setup_multiqueue; in register_vhost_user_test()
1151 .before = vhost_user_test_setup, in register_vhost_gpio_test()
1193 .before = vhost_user_test_setup, in register_vhost_scmi_test()
H A Digb-test.c244 opts.before = data_test_init, in register_igb_test()
252 opts.before = data_test_init_no_socket; in register_igb_test()
H A Dqos-test.c174 if (test_node->u.test.before) { in run_one_test()
175 test_arg = test_node->u.test.before(cmd_line, test_arg); in run_one_test()
/qemu/docs/system/
H A Dmanaged-startup.rst18 additionally configure the machine (by hotplugging devices) in runtime before
24 allows pausing QEMU before the initial VM creation, in a "preconfig" state,
26 before moving on to the resulting configuration startup. In the
/qemu/scripts/codeconverter/codeconverter/
H A Dutils.py55 before = s[:position]
56 lines = before.split('\n')
/qemu/scripts/qapi/
H A Dgen.py95 def _wrap_ifcond(ifcond: QAPISchemaIfCond, before: str, after: str) -> str:
96 if before == after:
99 assert after.startswith(before)
100 out = before
101 added = after[len(before):]
/qemu/target/arm/tcg/
H A Dm-nocp.decode27 # This decode is handled before any others (and in particular before
54 # to handle them before the big NOCP blocks. Note that within these
/qemu/docs/devel/migration/
H A DCPR.rst15 CPR unconditionally stops VM execution before memory is saved, and
32 software before restarting QEMU and resuming the VM. Further, if
34 then the user may reboot to a new host kernel before restarting QEMU.
41 the user should poll to see the suspended state before proceeding
H A Dmapped-ram.rst36 the source side before migrating.
49 If the use case requires a VM to be stopped before taking a snapshot,
56 right before the snapshot to take benefit of the performance gains
/qemu/tests/qtest/fuzz/
H A Dqos_fuzz.c82 if (test_node->u.test.before) { in qos_build_main_args()
83 test_arg = test_node->u.test.before(cmd_line, test_arg); in qos_build_main_args()
/qemu/tests/qapi-schema/
H A Dinclude-before-err.err1 include-before-err.json:2:13: expected ':'
H A Ddoc-before-include.err1 doc-before-include.json:3: documentation for 'foo' is not followed by the definition
H A Ddoc-before-pragma.err1 doc-before-pragma.json:3: documentation for 'foo' is not followed by the definition
/qemu/scripts/coccinelle/
H A Derror_propagate_null.cocci2 // no need to check it before calling.
H A Dcpu_restore_state.cocci1 // Remove unneeded tests before calling cpu_restore_state
/qemu/hw/net/fsl_etsec/
H A Detsec.c215 uint32_t before = 0x0; in etsec_write() local
220 before = reg->value; in etsec_write()
282 (unsigned int)value, addr, before, reg->value, in etsec_write()

1234567