Home
last modified time | relevance | path

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

12345

/qemu/hw/ssi/
A Dpnv_spi.c357 bool stop = false; in operation_shiftn1() local
426 stop = true; in operation_shiftn1()
479 stop = true; in operation_shiftn1()
499 return stop; in operation_shiftn1()
597 bool stop = false; in operation_shiftn2() local
636 stop = true; in operation_shiftn2()
659 if (!stop) { in operation_shiftn2()
688 return stop; in operation_shiftn2()
753 stop = true; in operation_sequencer()
846 if (stop) { in operation_sequencer()
[all …]
/qemu/qapi/
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',
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/
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"}}
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/
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 …]
A Dne2000.h16 uint32_t stop; member
/qemu/system/
A Dcpus.c88 if (cpu->stop || !cpu_work_list_empty(cpu)) { in cpu_thread_is_idle()
324 if (cpu->stop) { in cpu_can_run()
436 cpu->stop = false; in qemu_cpu_stop()
447 if (cpu->stop) { in qemu_wait_io_event_common()
576 cpu->stop = true; in cpu_pause()
583 cpu->stop = false; in cpu_resume()
643 cpu->stop = true; in cpu_remove_sync()
694 current_cpu->stop = true; in cpu_stop_current()
/qemu/
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()
A D.patchew.yml98 … {% lines_between logtext start="^=== TEST SCRIPT BEGIN ===$" stop="^=== TEST SCRIPT END ===$" %}
99 … {% lines_between logtext start="^=== OUTPUT BEGIN ===$" stop="=== OUTPUT END ===$" as output %}
106 … {% lines_between logtext start="^=== TEST SCRIPT BEGIN ===$" stop="^=== TEST SCRIPT END ===$" %}
107 … {% lines_between logtext start="^=== OUTPUT BEGIN ===$" stop="=== OUTPUT END ===$" as output %}
/qemu/hw/audio/
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 …]
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/hw/char/
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"
87 … speed, uint8_t parity, int data, int stop, uint64_t wordtime) "UART%d: speed: %d, parity: %c, dat…
119 …params(int speed, uint8_t parity, int data, int stop) "USART: speed: %d, parity: %c, data bits: %d…
/qemu/tests/unit/
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/
A Dvfio.rst11 and the stop-and-copy phase. The pre-copy phase is iterative and allows to
96 the VFIO dirty tracking module to start and stop dirty page tracking. A
121 By default, dirty pages are tracked during pre-copy as well as stop-and-copy
125 dirty pages continuously, then it understands that even in stop-and-copy phase,
130 off, all dirty pages will be copied to the destination in stop-and-copy phase
139 stop-and-copy phase, an IOMMU notifier is used to get a callback for mapped
/qemu/net/
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/include/block/
A Dreplication.h112 void (*stop)(ReplicationState *rs, bool failover, Error **errp); member
/qemu/tests/tcg/aarch64/gdbstub/
A Dtest-sve-ioctl.py21 def stop(self): member in TestBreakpoint
/qemu/hw/block/dataplane/
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/tests/qemu-iotests/tests/
A Dgraph-changes-while-io59 self.qsd.stop()
/qemu/docs/
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/
A Dcpu-throttle.c63 while (sleeptime_ns > 0 && !cpu->stop) { in cpu_throttle_thread()
/qemu/hw/m68k/
A Dnext-cube.c58 uint32_t stop; member
580 next_state->dma[NEXTDMA_SCSI].stop = val; in next_dma_write()
636 val = next_state->dma[NEXTDMA_SCSI].stop; in next_dma_read()
803 next_state->dma[type].limit = next_state->dma[type].stop; in nextdma_write()
/qemu/target/i386/nvmm/
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/
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()

Completed in 53 milliseconds

12345