/qemu/tests/qemu-iotests/tests/ |
H A D | reopen-file | 75 result = self.vm.qmp('human-monitor-command', 79 result = self.vm.qmp('human-monitor-command',
|
H A D | qsd-jobs | 57 $QSD --chardev stdio,id=stdio --monitor chardev=stdio \ 71 $QSD --chardev stdio,id=stdio --monitor chardev=stdio \
|
/qemu/docs/devel/ |
H A D | docs.rst | 13 The documentation for QEMU command line options and Human Monitor Protocol 61 name, behaviour and help text for each monitor command.
|
/qemu/tests/qemu-iotests/ |
H A D | 091 | 6 # Performs a migration from one VM to another via monitor commands 63 qemu_comm_method="monitor"
|
H A D | 153.out | 428 { 'execute': 'human-monitor-command', 439 { 'execute': 'human-monitor-command', 445 { 'execute': 'human-monitor-command', 448 { 'execute': 'human-monitor-command', 453 { 'execute': 'human-monitor-command', 461 { 'execute': 'human-monitor-command',
|
H A D | 045 | 127 # Add fd at runtime, there are two ways: monitor related or fdset related 132 # Add an unused monitor, to verify it works fine when two monitor
|
H A D | 186 | 60 ) | $QEMU -S -display none -device virtio-scsi-pci -monitor stdio "$@" 2>&1 101 # A monitor-owned one from -drive, and anonymous one from -device
|
H A D | 145.out | 3 QEMU X.Y.Z monitor - type 'help' for more information
|
H A D | 192.out | 3 QEMU X.Y.Z monitor - type 'help' for more information
|
H A D | 246 | 71 vm.qmp_log("human-monitor-command", 92 vm.qmp_log("human-monitor-command",
|
/qemu/docs/ |
H A D | COLO-FT.txt | 71 | VM Monitor | | | | | | VM Monitor | 211 3. On Secondary VM's QEMU monitor, issue command 225 4. On Primary VM's QEMU monitor, issue command: 227 {"execute": "human-monitor-command", "arguments": {"command-line": "drive_add -n buddy driver=repli… 254 {"execute": "human-monitor-command", "arguments":{ "command-line": "drive_del replication0" } } 290 {"execute": "human-monitor-command", "arguments":{ "command-line": "drive_add -n buddy driver=repli… 319 {"execute": "human-monitor-command", "arguments":{ "command-line": "drive_add -n buddy driver=repli…
|
H A D | memory-hotplug.txt | 35 Two monitor commands are used to hotplug memory: 84 Two monitor commands are used to hot unplug memory:
|
/qemu/docs/system/ |
H A D | images.rst | 33 disk images by using the ``commit`` monitor command (or C-a s in the 47 Use the monitor command ``savevm`` to create a new VM snapshot or
|
/qemu/accel/tcg/ |
H A D | monitor.c | 4 * QEMU TCG monitor 15 #include "monitor/monitor.h"
|
/qemu/include/qemu/ |
H A D | typedefs.h | 73 typedef struct Monitor Monitor; typedef
|
/qemu/tests/tcg/arm/ |
H A D | Makefile.softmmu-target | 64 $(QEMU) -monitor none -display none \ 72 $(QEMU) -monitor none -display none \
|
/qemu/tests/qtest/migration/ |
H A D | cpr-tests.c | 54 * cpr-transfer mode cannot use the target monitor prior to starting the 55 * migration, and cannot connect synchronously to the monitor, so defer
|
/qemu/linux-user/ppc/ |
H A D | cpu_loop.c | 231 case POWERPC_EXCP_EPERFM: /* Embedded performance monitor IRQ */ in cpu_loop() 232 cpu_abort(cs, "Performance monitor exception not handled\n"); in cpu_loop() 315 case POWERPC_EXCP_PERFM: /* Embedded performance monitor IRQ */ in cpu_loop() 316 cpu_abort(cs, "Performance monitor exception not handled\n"); in cpu_loop()
|
/qemu/qapi/ |
H A D | qmp-dispatch.c | 115 Monitor *cur_mon; 138 bool allow_oob, Monitor *cur_mon) in qmp_dispatch() 228 * qemu_aio_context don't start new monitor commands. in qmp_dispatch()
|
/qemu/net/ |
H A D | hub.c | 17 #include "monitor/monitor.h" 199 void net_hub_info(Monitor *mon) in net_hub_info()
|
/qemu/monitor/ |
H A D | trace.h | 1 #include "trace/trace-monitor.h"
|
/qemu/stubs/ |
H A D | target-monitor-defs.c | 2 #include "monitor/hmp-target.h"
|
/qemu/hw/i386/kvm/ |
H A D | ioapic.c | 14 #include "monitor/monitor.h"
|
/qemu/target/sh4/ |
H A D | meson.build | 11 sh4_system_ss.add(files('monitor.c'))
|
/qemu/include/chardev/ |
H A D | char.h | 116 * Do not implicitly initialize a monitor if the chardev is muxed. 130 * Implicitly initialize a monitor if the chardev is muxed. 156 * @permit_mux_mon: if chardev is muxed, initialize a monitor
|