Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 115) sorted by relevance

12345

/qemu/hw/ssi/
H A Dpnv_spi.c326 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 Dvfio.json14 # @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 Dmisc.json133 # @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 D229.out9 === 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 D223.out157 {"execute":"nbd-server-stop"}
160 {"execute":"nbd-server-stop"}
279 {"execute":"nbd-server-stop"}
282 {"execute":"nbd-server-stop"}
/qemu/hw/net/
H A Dne2000.c155 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 Dne2000.h16 uint32_t stop; member
/qemu/system/
H A Dcpus.c89 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 Dreplication.c99 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 Dac97.c887 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 Dvia-ac97.c177 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 Dqsd-migrate133 qsd_src.stop()
140 qsd_dst.stop()
H A Dgraph-changes-while-io60 self.qsd.stop()
/qemu/hw/char/
H A Dtrace-events10 …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 Dtest-aio-multithread.c110 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 Dvfio.rst11 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 Dreplication.h112 void (*stop)(ReplicationState *rs, bool failover, Error **errp); member
/qemu/net/
H A Dtap-win32.c301 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 Dtest-sve-ioctl.py21 def stop(self): member in TestBreakpoint
/qemu/hw/block/dataplane/
H A Dxen-block.c783 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 DCOLO-FT.txt1 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 Dcpu-throttle.c63 while (sleeptime_ns > 0 && !cpu->stop) { in cpu_throttle_thread()
/qemu/target/i386/nvmm/
H A Dnvmm-all.c32 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 Dinterval-tree.c60 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 Dpci-testdev.rst34 detects an access type that it does not support on this BAR, then stop.

12345