Home
last modified time | relevance | path

Searched full:monitor (Results 126 – 150 of 462) sorted by relevance

12345678910>>...19

/qemu/tests/qemu-iotests/tests/
H A Dreopen-file75 result = self.vm.qmp('human-monitor-command',
79 result = self.vm.qmp('human-monitor-command',
H A Dqsd-jobs57 $QSD --chardev stdio,id=stdio --monitor chardev=stdio \
71 $QSD --chardev stdio,id=stdio --monitor chardev=stdio \
/qemu/docs/devel/
H A Ddocs.rst13 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 D0916 # Performs a migration from one VM to another via monitor commands
63 qemu_comm_method="monitor"
H A D153.out428 { '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 D045127 # 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 D18660 ) | $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 D145.out3 QEMU X.Y.Z monitor - type 'help' for more information
H A D192.out3 QEMU X.Y.Z monitor - type 'help' for more information
H A D24671 vm.qmp_log("human-monitor-command",
92 vm.qmp_log("human-monitor-command",
/qemu/docs/
H A DCOLO-FT.txt71 | 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 Dmemory-hotplug.txt35 Two monitor commands are used to hotplug memory:
84 Two monitor commands are used to hot unplug memory:
/qemu/docs/system/
H A Dimages.rst33 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 Dmonitor.c4 * QEMU TCG monitor
15 #include "monitor/monitor.h"
/qemu/include/qemu/
H A Dtypedefs.h73 typedef struct Monitor Monitor; typedef
/qemu/tests/tcg/arm/
H A DMakefile.softmmu-target64 $(QEMU) -monitor none -display none \
72 $(QEMU) -monitor none -display none \
/qemu/tests/qtest/migration/
H A Dcpr-tests.c54 * 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 Dcpu_loop.c231 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 Dqmp-dispatch.c115 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 Dhub.c17 #include "monitor/monitor.h"
199 void net_hub_info(Monitor *mon) in net_hub_info()
/qemu/monitor/
H A Dtrace.h1 #include "trace/trace-monitor.h"
/qemu/stubs/
H A Dtarget-monitor-defs.c2 #include "monitor/hmp-target.h"
/qemu/hw/i386/kvm/
H A Dioapic.c14 #include "monitor/monitor.h"
/qemu/target/sh4/
H A Dmeson.build11 sh4_system_ss.add(files('monitor.c'))
/qemu/include/chardev/
H A Dchar.h116 * 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

12345678910>>...19