/qemu/tests/qemu-iotests/ |
H A D | 219.out | 6 {"return": [{"current-progress": "FILTERED", "id": "job0", "status": "running", "total-progress": "… 8 {"data": {"id": "job0", "status": "running"}, "event": "JOB_STATUS_CHANGE", "timestamp": {"microsec… 10 Pause/resume in RUNNING 16 {"data": {"id": "job0", "status": "running"}, "event": "JOB_STATUS_CHANGE", "timestamp": {"microsec… 17 {"return": [{"current-progress": 131072, "id": "job0", "status": "running", "total-progress": 41943… 23 {"data": {"id": "job0", "status": "running"}, "event": "JOB_STATUS_CHANGE", "timestamp": {"microsec… 24 {"return": [{"current-progress": 196608, "id": "job0", "status": "running", "total-progress": 41943… 30 {"data": {"id": "job0", "status": "running"}, "event": "JOB_STATUS_CHANGE", "timestamp": {"microsec… 31 {"return": [{"current-progress": 262144, "id": "job0", "status": "running", "total-progress": 41943… 37 {"data": {"id": "job0", "status": "running"}, "event": "JOB_STATUS_CHANGE", "timestamp": {"microsec… [all …]
|
H A D | 234.out | 19 {"return": {"running": false, "status": "postmigrate"}} 20 {"return": {"running": true, "status": "running"}} 37 {"return": {"running": true, "status": "running"}} 38 {"return": {"running": false, "status": "postmigrate"}}
|
H A D | 185.out | 40 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "disk"}} 45 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "disk"}} 47 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "disk"}} 63 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "disk"}} 68 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "disk"}} 70 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "disk"}} 89 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "disk"}} 94 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "disk"}} 96 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "disk"}} 116 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "disk"}} [all …]
|
H A D | 091.out | 16 === VM 2: Post-migration, write to disk, verify running === 19 vm2: qemu process running successfully 24 Running 'qemu-img check -r all $TEST_IMG'
|
H A D | 262.out | 17 {"return": {"running": false, "status": "postmigrate"}} 18 {"return": {"running": true, "status": "running"}}
|
/qemu/tests/multiboot/ |
H A D | aout_kludge.out | 4 === Running test case: aout_kludge_1.bin === 8 === Running test case: aout_kludge_2.bin === 12 === Running test case: aout_kludge_3.bin === 16 === Running test case: aout_kludge_4.bin === 20 === Running test case: aout_kludge_5.bin === 25 === Running test case: aout_kludge_6.bin === 30 === Running test case: aout_kludge_7.bin === 35 === Running test case: aout_kludge_8.bin === 40 === Running test case: aout_kludge_9.bin ===
|
H A D | modules.out | 4 === Running test case: modules.elf === 9 === Running test case: modules.elf -initrd module.txt === 16 === Running test case: modules.elf -initrd module.txt argument === 23 === Running test case: modules.elf -initrd module.txt argument,,with,,commas === 30 === Running test case: modules.elf -initrd module.txt,module.txt argument,module.txt ===
|
H A D | mmap.out | 4 === Running test case: mmap.elf === 22 === Running test case: mmap.elf -m 1.1M === 39 === Running test case: mmap.elf -m 2G === 57 === Running test case: mmap.elf -m 4G === 76 === Running test case: mmap.elf -m 8G ===
|
/qemu/ |
H A D | cpu-common.c | 196 /* Ensure we are not running, or start_exclusive will be blocked. */ in start_exclusive() 197 g_assert(!current_cpu->running); in start_exclusive() 210 /* Write pending_cpus before reading other_cpu->running. */ in start_exclusive() 214 if (qatomic_read(&other_cpu->running)) { in start_exclusive() 251 qatomic_set(&cpu->running, true); in cpu_exec_start() 253 /* Write cpu->running before reading pending_cpus. */ in cpu_exec_start() 256 /* 1. start_exclusive saw cpu->running == true and pending_cpus >= 1. in cpu_exec_start() 261 * 2. start_exclusive saw cpu->running == false but pending_cpus >= 1. in cpu_exec_start() 262 * This includes the case when an exclusive item is running now. in cpu_exec_start() 267 * see cpu->running == true, and it will kick the CPU. in cpu_exec_start() [all …]
|
/qemu/qapi/ |
H A D | vfio.json | 16 # @running: The device is running. 24 # @running-p2p: The device is running in the P2P quiescent state. 26 # @pre-copy: The device is running, tracking its internal state and 29 # @pre-copy-p2p: The device is running in the P2P quiescent state, 36 'data': [ 'stop', 'running', 'stop-copy', 'resuming', 'running-p2p',
|
H A D | job.json | 50 # @running: The job is currently running. 52 # @paused: The job is running, but paused. The pause may be requested 55 # @ready: The job is running, but is ready for the user to signal 56 # completion. This is used for long-running jobs like mirror that 86 'data': ['undefined', 'created', 'running', 'paused', 'ready', 'standby', 140 # into the PAUSED state if it was RUNNING, or into STANDBY if it was 157 # Resuming an already running job is an error. 276 # running, in both directions.
|
/qemu/tests/rocker/ |
H A D | all | 1 printf "Running port test... " 5 printf "Running bridge test... " 9 printf "Running bridge STP test... " 13 printf "Running bridge VLAN test... " 17 printf "Running bridge VLAN STP test... "
|
/qemu/hw/s390x/ |
H A D | tod-kvm.c | 64 * whether really to keep the tod running. E.g. during migration, this in kvm_s390_tod_set() 65 * is the point where we want to stop the initially running TOD to fire in kvm_s390_tod_set() 82 static void kvm_s390_tod_vm_state_change(void *opaque, bool running, in kvm_s390_tod_vm_state_change() argument 96 if (running && td->stopped) { in kvm_s390_tod_vm_state_change() 97 /* Set the old TOD when running the VM - start the TOD clock. */ in kvm_s390_tod_vm_state_change() 102 /* Treat errors like the TOD was running all the time. */ in kvm_s390_tod_vm_state_change() 104 } else if (!running && !td->stopped) { in kvm_s390_tod_vm_state_change() 108 /* Keep the TOD running in case we could not back it up. */ in kvm_s390_tod_vm_state_change() 151 * The TOD is initially running (value stored in KVM). Avoid needless in kvm_s390_tod_init()
|
/qemu/hw/timer/ |
H A D | nrf51_timer.c | 135 s->running = false; in timer_expire() 211 s->running = true; in nrf51_timer_write() 220 s->running = false; in nrf51_timer_write() 235 if (s->running) { in nrf51_timer_write() 242 if (s->running) { in nrf51_timer_write() 255 if (s->running) { in nrf51_timer_write() 273 if (s->mode == NRF51_TIMER_TIMER && s->running) { in nrf51_timer_write() 275 "%s: erroneous change of BITMODE while timer is running\n", in nrf51_timer_write() 281 if (s->mode == NRF51_TIMER_TIMER && s->running) { in nrf51_timer_write() 283 "%s: erroneous change of PRESCALER while timer is running\n", in nrf51_timer_write() [all …]
|
/qemu/tests/qtest/libqos/ |
H A D | libqos.c | 83 bool running; in migrate() local 85 /* Is the machine currently running? */ in migrate() 89 g_assert(qdict_haskey(sub, "running")); in migrate() 90 running = qdict_get_bool(sub, "running"); in migrate() 100 /* Wait for STOP event, but only if we were running: */ in migrate() 101 if (running) { in migrate() 105 /* If we were running, we can wait for an event. */ in migrate() 106 if (running) { in migrate()
|
/qemu/docs/spin/ |
H A D | tcg-exclusive.promela | 75 byte running[N_CPUS]; 93 :: running[i] -> has_waiter[i] = 1; pending_cpus++; \ 118 running[id] = 1; \ 123 running[id] = 0; \ 139 running[id] = 1; \ 145 running[id] = 0; \ 147 running[id] = 1; \ 157 running[id] = 0; \
|
/qemu/docs/devel/migration/ |
H A D | CPR.rst | 23 resumes by running QEMU with the ``-incoming`` option. Because the 67 * If the VM was running when the outgoing ``migrate`` command was 79 VM status: running 99 VM status: running 113 VM status: running 141 VM status: running 193 * If the VM was running when the outgoing ``migrate`` command was 245 {"return": {"status": "running", 246 "running": true}} 261 VM status: running [all …]
|
H A D | vfio.rst | 6 the guest is running on source host and restoring this saved state on the 104 device state when the VM state changes from running to not-running, and 179 QEMU normal running state 180 (RUNNING, _NONE, _RUNNING) 184 (RUNNING, _SETUP, _PRE_COPY) 186 (RUNNING, _ACTIVE, _PRE_COPY) 227 (RUNNING, _ACTIVE, _RUNNING_P2P) 229 (RUNNING, _NONE, _RUNNING)
|
/qemu/nbd/ |
H A D | client-connection.c | 49 * @sioc represents a successful result. While thread is running, @sioc is 51 * running, @sioc is stolen by nbd_co_establish_connection() under mutex. 62 bool running; /* thread is running now */ member 235 assert(conn->running); in connect_thread_func() 236 conn->running = false; in connect_thread_func() 262 if (conn->running) { in nbd_client_connection_release() 280 * if the thread is running, wait for completion 283 * otherwise the thread is not running, so start a thread and wait for 311 if (!conn->running) { in nbd_co_establish_connection() 330 conn->running = true; in nbd_co_establish_connection() [all …]
|
/qemu/include/system/ |
H A D | runstate.h | 14 typedef void VMChangeStateHandler(void *opaque, bool running, RunState state); 15 typedef int VMChangeStateHandlerWithRet(void *opaque, bool running, RunState state); 37 * @running: whether the VM is running or not. 44 int vm_state_notify(bool running, RunState state); 53 * think we are running.
|
/qemu/.gitlab-ci.d/ |
H A D | crossbuild-template.yml | 25 - section_start configure "Running configure" 36 - section_start test "Running tests" 75 - section_start configure "Running configure" 82 - section_start test "Running tests" 106 - section_start configure "Running configure" 116 - section_start test "Running tests"
|
/qemu/docs/devel/testing/ |
H A D | functional.rst | 39 Running tests 117 runner, the QemuSystemTest.main() function takes care of running the test 232 The QemuUserTest class can be used for running an executable via the 238 The QemuSystemTest class can be used for running tests via one of the 271 default when running ``make check``. To accomplish this situation, 285 account when the test is running and the timeout of the test is ticking 304 The pre-caching will be done automatically when running 305 ``make check-functional`` (but not when running e.g. 307 the assets without running the tests, you can do so by running:: 320 tests running under certain conditions, for example, on the lack of a binary [all …]
|
/qemu/tests/unit/ |
H A D | test-aio-multithread.c | 204 static uint32_t running; variable 223 qatomic_dec(&running); in test_multi_co_mutex_entry() 237 running = threads; in test_multi_co_mutex() 246 while (running > 0) { in test_multi_co_mutex() 344 qatomic_dec(&running); in test_multi_fair_mutex_entry() 358 running = threads; in test_multi_fair_mutex() 367 while (running > 0) { in test_multi_fair_mutex() 400 qatomic_dec(&running); in test_multi_mutex_entry() 414 running = threads; in test_multi_mutex() 423 while (running > 0) { in test_multi_mutex()
|
/qemu/accel/ |
H A D | accel-blocker.c | 92 /* exit the ioctl, if vcpu is running it */ in accel_has_to_wait() 117 /* Keep waiting until there are running ioctls */ in accel_ioctl_inhibit_begin() 131 * still running the loop will iterate once more and reset the event in accel_ioctl_inhibit_begin() 136 * to re-enter the wait if there are other running ioctls. in accel_ioctl_inhibit_begin() 140 /* No ioctl is running */ in accel_ioctl_inhibit_begin()
|
/qemu/accel/xen/ |
H A D | xen-all.c | 47 static void xen_change_state_handler(void *opaque, bool running, in xen_change_state_handler() argument 50 if (running) { in xen_change_state_handler() 51 /* record state running */ in xen_change_state_handler() 52 xenstore_record_dm_state("running"); in xen_change_state_handler() 103 * The XenStore write would fail when running restricted so don't attempt in xen_init()
|