/qemu/ui/icons/ |
H A D | qemu.svg | 23 <stop 24 style="stop-color:#000000;stop-opacity:1;" 27 <stop 30 style="stop-color:#000000;stop-opacity:0.87843138;" /> 31 <stop 32 style="stop-color:#ffffff;stop-opacity:0.43921569;" 35 <stop 38 style="stop-color:#181818;stop-opacity:1;" /> 39 <stop 40 style="stop-color:#242424;stop-opacity:1;" [all …]
|
/qemu/pc-bios/ |
H A D | qemu_logo.svg | 25 <stop 26 style="stop-color:#000000;stop-opacity:1;" 29 <stop 32 style="stop-color:#000000;stop-opacity:0.87843138;" /> 33 <stop 34 style="stop-color:#ffffff;stop-opacity:0.43921569;" 37 <stop 40 style="stop-color:#181818;stop-opacity:1;" /> 41 <stop 42 style="stop-color:#242424;stop-opacity:1;" [all …]
|
/qemu/include/gdbstub/ |
H A D | user.h | 17 * @sig: if non-zero, the signal number which caused us to stop 18 * @reason: stop reason for stop reply packet or NULL 23 * needs to stop execution. If @sig is non-zero, then we will send a 24 * stop packet to tell gdb that we have stopped because of this signal. 30 * us to stop should be ignored.
|
H A D | commands.h | 48 * '?' -> Stop at any delimiter (",;:=\0") 49 * '0' -> Stop at "\0" 54 * "stop reply" packet. The list of commands that accept such response is 56 * https://sourceware.org/gdb/onlinedocs/gdb/Stop-Reply-Packets.html#Stop-Reply-Packets.
|
/qemu/hw/ssi/ |
H A D | pnv_spi.c | 326 bool stop = false; in operation_shiftn1() local 372 * that called us to stop and wait for a TDR write so we have in operation_shiftn1() 387 * sequencer to stop and break this loop. in operation_shiftn1() 391 stop = true; in operation_shiftn1() 398 * is full so we need to stop until the RDR is read in operation_shiftn1() 407 stop = true; in operation_shiftn1() 428 if (!stop && (s->N1_tx != 0) && in operation_shiftn1() 433 * There are other reasons why the shifter would stop, such as a TDR empty in operation_shiftn1() 441 if (!stop && !send_n1_alone && in operation_shiftn1() 444 "active, stop N1 shift, TDR_underrun set to 1"); in operation_shiftn1() [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', 59 # "device-state": "stop" } }
|
H A D | run-state.json | 21 # option and any invocation of 'stop' or 'cont' that has happened 30 # @paused: guest has been paused via the 'stop' command 150 # specified, QEMU will not exit, and a STOP event will eventually 201 # @STOP: 209 # <- { "event": "STOP", 212 { 'event': 'STOP' } 285 # event is followed respectively by the RESET, SHUTDOWN, or STOP 314 # @pause: system pauses, similar to @stop 532 # @arg1: for Windows, STOP code for the guest crash. For Linux, 535 # @arg2: for Windows, first argument of the STOP. For Linux, the [all …]
|
/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 | 129 | 56 """Test 'stop' while block job is running on a throttled drive. 57 The 'stop' command shouldn't drain the job""" 60 self.vm.cmd("stop") 74 # stop's bdrv_drain_all() would finish the job
|
H A D | 229 | 70 echo '=== Starting drive-mirror, causing error & stop ===' 87 'on-source-error': 'stop', 88 'on-target-error': 'stop' }}" \
|
/qemu/python/qemu/qmp/ |
H A D | events.py | 26 with qmp.listener('STOP') as listener: 27 await qmp.execute('stop') 31 instance listens only for ‘STOP’ events. 41 with qmp.listener(('STOP', 'RESUME')) as listener: 42 await qmp.execute('stop') 44 assert event['event'] == 'STOP' 59 await qmp.execute('stop') 61 assert event['event'] == 'STOP' 112 await qmp.execute('stop') 122 not *guarantee*– that both STOP/RESUMED events will be printed. The [all …]
|
/qemu/include/block/ |
H A D | replication.h | 52 * .stop = replication_stop, 87 * Then in migration, we can use replication_(start/stop/do_checkpoint/ 106 * @stop: callback to stop replication 112 void (*stop)(ReplicationState *rs, bool failover, Error **errp); member
|
/qemu/bsd-user/netbsd/ |
H A D | target_os_signal.h | 24 #define TARGET_SIGSTOP 17 /* sendable stop signal not from tty */ 25 #define TARGET_SIGTSTP 18 /* stop signal from tty */ 27 #define TARGET_SIGCHLD 20 /* to parent on child stop or exit */ 54 #define TARGET_SA_NOCLDSTOP 0x0008 /* do not generate SIGCHLD on child stop */
|
/qemu/bsd-user/openbsd/ |
H A D | target_os_signal.h | 24 #define TARGET_SIGSTOP 17 /* sendable stop signal not from tty */ 25 #define TARGET_SIGTSTP 18 /* stop signal from tty */ 27 #define TARGET_SIGCHLD 20 /* to parent on child stop or exit */ 54 #define TARGET_SA_NOCLDSTOP 0x0008 /* do not generate SIGCHLD on child stop */
|
/qemu/bsd-user/freebsd/ |
H A D | target_os_signal.h | 28 #define TARGET_SIGSTOP 17 /* sendable stop signal not from tty */ 29 #define TARGET_SIGTSTP 18 /* stop signal from tty */ 31 #define TARGET_SIGCHLD 20 /* to parent on child stop or exit */ 63 #define TARGET_SA_NOCLDSTOP 0x0008 /* do not generate SIGCHLD on child stop */
|
/qemu/scripts/kvm/ |
H A D | kvm_flightrecorder | 18 # To stop the flight recorder: 20 # sudo kvm_flightrecorder stop 80 print('Usage: %s start [buffer_size_kb] | stop | dump | tail' % sys.argv[0]) 115 elif cmd == 'stop':
|
/qemu/hw/net/ |
H A D | ne2000.c | 83 #define E8390_STOP 0x01 /* Stop and reset the chip */ 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() [all …]
|
/qemu/system/ |
H A D | cpus.c | 89 if (cpu->stop || !cpu_work_list_empty(cpu)) { in cpu_thread_is_idle() 318 * did not expect a QMP STOP event and so we need to retain compatibility. 327 if (cpu->stop) { in cpu_can_run() 439 cpu->stop = false; in qemu_cpu_stop() 450 if (cpu->stop) { in qemu_wait_io_event_common() 600 cpu->stop = true; in cpu_pause() 607 cpu->stop = false; in cpu_resume() 667 cpu->stop = true; in cpu_remove_sync() 719 current_cpu->stop = true; in cpu_stop_current() 756 /* Ensure that a STOP/RESUM in vm_prepare_start() [all...] |
/qemu/hw/char/ |
H A D | stm32l4x5_usart.c | 55 FIELD(CR1, UESM, 1, 1) /* USART enable in Stop mode */ 69 FIELD(CR2, STOP, 12, 2) /* STOP bits */ 80 FIELD(CR3, UCESM, 23, 1) /* USART Clock Enable in Stop Mode */ 81 FIELD(CR3, WUFIE, 22, 1) /* Wakeup from Stop mode interrupt enable */ 82 FIELD(CR3, WUS, 20, 2) /* Wakeup from Stop mode interrupt flag selection */ 118 FIELD(ISR, WUF, 20, 1) /* Wakeup from Stop mode flag */ 139 FIELD(ICR, WUCF, 20, 1) /* Wakeup from Stop mode clear flag */ 306 /* Select the number of stop bits */ in stm32l4x5_update_params() 307 switch (FIELD_EX32(s->cr2, CR2, STOP)) { in stm32l4x5_update_params() 316 "UNIMPLEMENTED: fractionnal stop bits; CR2[13:12] = %u", in stm32l4x5_update_params() [all …]
|
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/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/linux-headers/linux/ |
H A D | vfio.h | 1006 * VFIO_MIGRATION_STOP_COPY means that STOP, STOP_COPY and 1045 * such as RUNNING or STOP. 1071 * STOP - The device does not change the internal or external state 1087 * RUNNING_P2P -> STOP 1088 * STOP_COPY -> STOP 1089 * While in STOP the device must stop the operation of the device. The device 1093 * subsystems in the STOP state, for example PCI MSI-X and PCI config space. 1094 * Failure by the user to restrict device access while in STOP must not result 1099 * RESUMING -> STOP 1109 * While in STOP the device has the same behavior as other STOP states [all …]
|
/qemu/util/ |
H A D | vhost-user-server.c | 35 * After vu_dispatch() fails, vu_client_trip() calls vu_deinit() to stop 37 * remove_watch() to stop monitoring kick fds and this stops virtqueue 44 * dev->broken flag. Both vu_client_trip() and kick fd processing stop when 49 * vhost_user_server_attach_aio_context(). They stop monitoring fds in the old 267 /* Stop vu_client_trip() if an error occurred in vu_fd_watch->cb() */ in kick_handler() 468 /* Stop receiving the next vhost-user message */ in vhost_user_server_detach_aio_context()
|
/qemu/hw/s390x/ |
H A D | tod-kvm.c | 65 * is the point where we want to stop the initially running TOD to fire in kvm_s390_tod_set() 105 /* Store the TOD when stopping the VM - stop the TOD clock. */ in kvm_s390_tod_vm_state_change() 129 * We need to know when the VM gets started/stopped to start/stop the TOD. in kvm_s390_tod_realize()
|
/qemu/ |
H A D | .patchew.yml | 98 … {% 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 %}
|