/qemu/hw/ssi/ |
H A D | pnv_spi.c | 326 bool stop = false; in operation_shiftn1() local 391 stop = true; in operation_shiftn1() 407 stop = true; in operation_shiftn1() 428 if (!stop && (s->N1_tx != 0) && in operation_shiftn1() 441 if (!stop && !send_n1_alone && in operation_shiftn1() 445 stop = true; in operation_shiftn1() 453 if (send_n1_alone && !stop) { in operation_shiftn1() 463 return stop; in operation_shiftn1() 557 bool stop = false; in operation_shiftn2() local 587 stop = true; in operation_shiftn2() [all …]
|
/qemu/qapi/ |
H A D | vfio.json | 14 # @stop: The device is stopped. 18 # @stop-copy: The device is stopped and its internal state is 36 'data': [ 'stop', 'running', 'stop-copy', 'resuming', 'running-p2p',
|
H A D | misc.json | 133 # @stop: 144 # In the "suspended" state, it will completely stop the VM and 152 { 'command': 'stop' } 222 # .. note:: This command only exists as a stop-gap. Its use is highly
|
/qemu/tests/qemu-iotests/ |
H A D | 229.out | 9 === Starting drive-mirror, causing error & stop === 17 'on-source-error': 'stop', 18 'on-target-error': 'stop' }} 22 …"event": "BLOCK_JOB_ERROR", "data": {"device": "testdisk", "operation": "write", "action": "stop"}}
|
H A D | 223.out | 157 {"execute":"nbd-server-stop"} 160 {"execute":"nbd-server-stop"} 279 {"execute":"nbd-server-stop"} 282 {"execute":"nbd-server-stop"}
|
/qemu/hw/net/ |
H A D | ne2000.c | 155 if (s->stop <= s->start) { in ne2000_buffer_full() 164 avail = (s->stop - s->start) - (index - boundary); in ne2000_buffer_full() 221 if (next >= s->stop) in ne2000_receive() 222 next -= (s->stop - s->start); in ne2000_receive() 237 if (index <= s->stop) in ne2000_receive() 238 avail = s->stop - index; in ne2000_receive() 247 if (index == s->stop) in ne2000_receive() 306 s->stop = val << 8; in ne2000_ioport_write() 407 ret = s->stop >> 8; in ne2000_ioport_read() 501 if (s->rsar == s->stop) in ne2000_dma_update() [all …]
|
H A D | ne2000.h | 16 uint32_t stop; member
|
/qemu/system/ |
H A D | cpus.c | 89 if (cpu->stop || !cpu_work_list_empty(cpu)) { in cpu_thread_is_idle() 329 if (cpu->stop) { in cpu_can_run() 441 cpu->stop = false; in qemu_cpu_stop() 452 if (cpu->stop) { in qemu_wait_io_event_common() 602 cpu->stop = true; in cpu_pause() 609 cpu->stop = false; in cpu_resume() 669 cpu->stop = true; in cpu_remove_sync() 719 current_cpu->stop = true; in cpu_stop_current()
|
/qemu/ |
H A D | replication.c | 99 if (rs->ops && rs->ops->stop) { in replication_stop_all() 100 rs->ops->stop(rs, failover, &local_err); in replication_stop_all()
|
/qemu/hw/audio/ |
H A D | ac97.c | 887 int max, int *stop) in write_audio() argument 897 *stop = 1; in write_audio() 909 *stop = 1; in write_audio() 960 int max, int *stop) in read_audio() argument 972 *stop = 1; in read_audio() 981 *stop = 1; in read_audio() 997 int stop = 0; in transfer_audio() local 1016 while ((elapsed >> 1) && !stop) { in transfer_audio() 1041 temp = write_audio(s, r, elapsed, &stop); in transfer_audio() 1048 temp = read_audio(s, r, elapsed, &stop); in transfer_audio() [all …]
|
H A D | via-ac97.c | 177 bool stop = false; in out_cb() local 184 while (avail && !stop) { in out_cb() 194 stop = true; in out_cb() 229 stop = true; in out_cb()
|
/qemu/tests/qemu-iotests/tests/ |
H A D | qsd-migrate | 133 qsd_src.stop() 140 qsd_dst.stop()
|
H A D | graph-changes-while-io | 60 self.qsd.stop()
|
/qemu/hw/char/ |
H A D | trace-events | 10 …udrate, char parity, int data_bits, int stop_bits) "baudrate=%"PRIu64" parity='%c' data=%d stop=%d" 44 …t speed, int parity, int data_bits, int stop_bits) "channel %c: speed=%d parity=%c data=%d stop=%d" 93 … speed, uint8_t parity, int data, int stop, uint64_t wordtime) "UART%d: speed: %d, parity: %c, dat… 125 …params(int speed, uint8_t parity, int data, int stop) "USART: speed: %d, parity: %c, data bits: %d…
|
/qemu/tests/unit/ |
H A D | test-aio-multithread.c | 110 static bool stop[NUM_CONTEXTS]; variable 138 stop[id] = true; in finish_cb() 151 while (!stop[id]) { in test_multi_co_schedule_entry()
|
/qemu/docs/devel/migration/ |
H A D | vfio.rst | 11 and the stop-and-copy phase. The pre-copy phase is iterative and allows to 116 the VFIO dirty tracking module to start and stop dirty page tracking. A 141 By default, dirty pages are tracked during pre-copy as well as stop-and-copy 145 dirty pages continuously, then it understands that even in stop-and-copy phase, 150 off, all dirty pages will be copied to the destination in stop-and-copy phase 159 stop-and-copy phase, an IOMMU notifier is used to get a callback for mapped
|
/qemu/include/block/ |
H A D | replication.h | 112 void (*stop)(ReplicationState *rs, bool failover, Error **errp); member
|
/qemu/net/ |
H A D | tap-win32.c | 301 int stop = 0; in get_device_guid() local 314 while (!stop) in get_device_guid() 379 stop = 1; in get_device_guid() 390 if (stop == 0) in get_device_guid()
|
/qemu/tests/tcg/aarch64/gdbstub/ |
H A D | test-sve-ioctl.py | 21 def stop(self): member in TestBreakpoint
|
/qemu/hw/block/dataplane/ |
H A D | xen-block.c | 783 goto stop; in xen_block_dataplane_start() 792 goto stop; in xen_block_dataplane_start() 826 goto stop; in xen_block_dataplane_start() 838 stop: in xen_block_dataplane_start()
|
/qemu/docs/ |
H A D | COLO-FT.txt | 1 COarse-grained LOck-stepping Virtual Machines for Non-stop Service 15 also known as "non-stop service". 89 availability. When the primary node suffers a hardware fail-stop failure, 265 {"execute": "nbd-server-stop"} 287 {"execute": "stop"} 316 {"execute": "stop"}
|
/qemu/migration/ |
H A D | cpu-throttle.c | 63 while (sleeptime_ns > 0 && !cpu->stop) { in cpu_throttle_thread()
|
/qemu/target/i386/nvmm/ |
H A D | nvmm-all.c | 32 bool stop; member 735 if (qcpu->stop) { in nvmm_vcpu_loop() 737 qcpu->stop = false; in nvmm_vcpu_loop() 773 qcpu->stop = true; in nvmm_vcpu_loop() 893 qcpu->stop = true; in nvmm_ipi_signal()
|
/qemu/util/ |
H A D | interval-tree.c | 60 void (*propagate)(RBNode *node, RBNode *stop); 676 static void interval_tree_propagate(RBNode *rb, RBNode *stop) in interval_tree_propagate() argument 678 while (rb != stop) { in interval_tree_propagate()
|
/qemu/docs/specs/ |
H A D | pci-testdev.rst | 34 detects an access type that it does not support on this BAR, then stop.
|