/qemu/tests/qemu-iotests/ |
H A D | 083.out | 2 === 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 === 87 === Check disconnect before neg-classic === 111 === Check disconnect before neg1 === 127 === Check disconnect before export === 147 === Check disconnect before neg2 === [all …]
|
H A D | 171.out | 19 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 220 writev before/after image boundary [all …]
|
H A D | 004.out | 4 write before image boundary 23 read before image boundary
|
H A D | 083 | 114 for when in before after; do 144 for when in before 8 16 24 28 after; do
|
/qemu/docs/devel/ |
H A D | atomics.rst | 125 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. 162 - ``smp_rmb()`` guarantees that all the LOAD operations specified before 163 the barrier will appear to happen before all the LOAD operations 170 - ``smp_wmb()`` guarantees that all the STORE operations specified before 171 the barrier will appear to happen before all the STORE operations [all …]
|
H A D | secure-coding-practices.rst | 41 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-stress/ |
H A D | stress.c | 168 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 D | virtio-scsi-test.c | 366 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 D | vhost-user-test.c | 1095 .before = vhost_user_test_setup, in register_vhost_user_test() 1106 opts.before = vhost_user_test_setup_shm; in register_vhost_user_test() 1112 opts.before = vhost_user_test_setup_memfd; in register_vhost_user_test() 1122 opts.before = vhost_user_test_setup_reconnect; in register_vhost_user_test() 1126 opts.before = vhost_user_test_setup_connect_fail; in register_vhost_user_test() 1130 opts.before = vhost_user_test_setup_flags_mismatch; in register_vhost_user_test() 1134 opts.before = vhost_user_test_setup_multiqueue; in register_vhost_user_test() 1178 .before = vhost_user_test_setup, in register_vhost_gpio_test() 1220 .before = vhost_user_test_setup, in register_vhost_scmi_test()
|
H A D | igb-test.c | 244 opts.before = data_test_init, in register_igb_test() 252 opts.before = data_test_init_no_socket; in register_igb_test()
|
H A D | qos-test.c | 172 if (test_node->u.test.before) { in run_one_test() 173 test_arg = test_node->u.test.before(cmd_line, test_arg); in run_one_test()
|
/qemu/docs/system/ |
H A D | managed-startup.rst | 18 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 D | utils.py | 55 before = s[:position] 56 lines = before.split('\n')
|
/qemu/scripts/qapi/ |
H A D | gen.py | 96 def _wrap_ifcond(ifcond: QAPISchemaIfCond, before: str, after: str) -> str: 97 if before == after: 100 assert after.startswith(before) 101 out = before 102 added = after[len(before):]
|
/qemu/docs/devel/migration/ |
H A D | CPR.rst | 15 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 171 New QEMU reads the CPR channel before opening a monitor, hence 210 old QEMU before issuing any monitor commands to new QEMU, because new 211 QEMU blocks waiting to read from the cpr channel before starting its 270 This example uses ``-incoming defer`` to hot plug a device before 272 migrate command to old QEMU before you can issue any monitor
|
/qemu/target/arm/tcg/ |
H A D | m-nocp.decode | 27 # 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/tests/qtest/fuzz/ |
H A D | qos_fuzz.c | 82 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 D | include-before-err.err | 1 include-before-err.json:2:13: expected ':'
|
H A D | doc-before-pragma.err | 1 doc-before-pragma.json:3: documentation for 'foo' is not followed by the definition
|
H A D | doc-before-include.err | 1 doc-before-include.json:3: documentation for 'foo' is not followed by the definition
|
/qemu/scripts/coccinelle/ |
H A D | error_propagate_null.cocci | 2 // no need to check it before calling.
|
H A D | cpu_restore_state.cocci | 1 // Remove unneeded tests before calling cpu_restore_state
|
/qemu/docs/sphinx-static/ |
H A D | theme_overrides.css | 98 .rst-content .admonition-example > .admonition-title:before { 245 .qapi-unstable::before { 249 .qapi-deprecated::before { 253 .qapi-ifcond::before {
|
/qemu/hw/net/fsl_etsec/ |
H A D | etsec.c | 214 uint32_t before = 0x0; in etsec_write() local 219 before = reg->value; in etsec_write() 281 (unsigned int)value, addr, before, reg->value, in etsec_write()
|
/qemu/tests/qemu-iotests/tests/ |
H A D | qsd-migrate.out | 14 …lities": [{"capability": "events", "state": true}, {"capability": "pause-before-switchover", "stat… 16 …lities": [{"capability": "events", "state": true}, {"capability": "pause-before-switchover", "stat…
|