/qemu/tests/qemu-iotests/ |
H A D | 225 | 85 qemu_comm_method=monitor \ 98 qemu_comm_method=monitor \ 120 qemu_comm_method=monitor \
|
H A D | 249 | 70 "{ 'execute': 'human-monitor-command', 87 "{ 'execute': 'human-monitor-command', 107 "{ 'execute': 'human-monitor-command',
|
H A D | 161.out | 10 { 'execute': 'human-monitor-command', 24 { 'execute': 'human-monitor-command', 46 { 'execute': 'human-monitor-command',
|
H A D | 161 | 67 "{ 'execute': 'human-monitor-command', 95 "{ 'execute': 'human-monitor-command', 128 "{ 'execute': 'human-monitor-command',
|
H A D | 130.out | 11 QEMU X.Y.Z monitor - type 'help' for more information 18 QEMU X.Y.Z monitor - type 'help' for more information
|
/qemu/include/system/ |
H A D | block-backend-common.h | 39 * Runs when virtual media changed (monitor commands eject, change) 47 * Runs when an eject request is issued from the monitor, the tray 89 * Runs when the size changed (e.g. monitor command block_resize)
|
/qemu/target/ppc/ |
H A D | power8-pmu-regs.c.inc | 93 * to ISA v3.1, in 10.4.4 Monitor Mode Control Register 0, 128 * to ISA v3.1, in 10.4.4 Monitor Mode Control Register 0, 153 * state, according to ISA v3.1, section 10.4.6 Monitor Mode 204 * Monitor, and a read attempt results in a Facility Unavailable 237 * Monitor, and a write attempt results in a Facility Unavailable
|
/qemu/docs/devel/testing/ |
H A D | functional.rst | 29 * Interact with the QEMU monitor, send QMP commands and check 107 res = self.vm.cmd('human-monitor-command', 154 'human-monitor-command', 158 'human-monitor-command', 162 'human-monitor-command', 199 process. While the QEMUMachine class owns the primary QMP monitor 200 socket, it is possible to request a second QMP monitor be created
|
/qemu/hw/misc/ |
H A D | auxbus.c | 35 #include "monitor/monitor.h" 49 static void aux_slave_dev_print(Monitor *mon, DeviceState *dev, int indent); 58 * in monitor. in aux_bus_class_init() 290 static void aux_slave_dev_print(Monitor *mon, DeviceState *dev, int indent) in aux_slave_dev_print()
|
/qemu/docs/ |
H A D | glossary.rst | 155 Monitor / QMP / HMP 158 The `QEMU Monitor <QEMU monitor>` is a text interface which can be used to interact 161 QMP stands for QEMU Monitor Protocol and is a json based interface. 162 HMP stands for Human Monitor Protocol and is a set of text commands available
|
/qemu/docs/system/ |
H A D | linuxboot.rst | 21 virtual serial port and the QEMU monitor to the console with the 29 Use Ctrl-a c to switch between the serial console and the monitor (see
|
/qemu/monitor/ |
H A D | qmp-cmds-control.c | 2 * QMP commands related to the monitor (common to system and tools) 27 #include "monitor-internal.h" 75 Monitor *cur_mon = monitor_cur(); in qmp_qmp_capabilities() 125 Monitor *cur_mon = monitor_cur(); in qmp_query_commands()
|
H A D | qmp-cmds.c | 18 #include "monitor-internal.h" 19 #include "monitor/qdev.h" 20 #include "monitor/qmp-helpers.h"
|
/qemu/ |
H A D | qemu-edid.c | 30 " -v <vendor> set monitor vendor (three letters)\n" in usage() 31 " -n <name> set monitor name\n" in usage() 32 " -s <serial> set monitor serial\n" in usage()
|
/qemu/hw/i386/ |
H A D | sgx.c | 17 #include "monitor/qdev.h" 18 #include "monitor/monitor.h" 19 #include "monitor/hmp-target.h" 237 void hmp_info_sgx(Monitor *mon, const QDict *qdict) in hmp_info_sgx()
|
/qemu/tests/tcg/s390x/ |
H A D | mc.S | 16 stctg %c8,%c8,c8 /* enable only monitor class 1 */ 37 chhsi program_interruption_code,0x40 /* monitor event? */
|
/qemu/ui/ |
H A D | spice-app.c | 84 fqdn = "org.qemu.monitor.hmp.0"; in vc_chr_open() 198 be->u.spiceport.data->fqdn = g_strdup("org.qemu.monitor.qmp.0"); in spice_app_display_init() 199 qemu_chardev_new("org.qemu.monitor.qmp", TYPE_CHARDEV_SPICEPORT, in spice_app_display_init() 203 qemu_opt_set(qopts, "chardev", "org.qemu.monitor.qmp", &error_abort); in spice_app_display_init()
|
/qemu/system/ |
H A D | dirtylimit.c | 20 #include "monitor/hmp.h" 21 #include "monitor/monitor.h" 494 void hmp_cancel_vcpu_dirty_limit(Monitor *mon, const QDict *qdict) in hmp_cancel_vcpu_dirty_limit() 551 void hmp_set_vcpu_dirty_limit(Monitor *mon, const QDict *qdict) in hmp_set_vcpu_dirty_limit() 650 void hmp_info_vcpu_dirty_limit(Monitor *mon, const QDict *qdict) in hmp_info_vcpu_dirty_limit()
|
H A D | qdev-monitor.c | 22 #include "monitor/hmp.h" 23 #include "monitor/monitor.h" 24 #include "monitor/qdev.h" 743 static void qdev_print_props(Monitor *mon, DeviceState *dev, DeviceClass *dc, in qdev_print_props() 768 static void bus_print_dev(BusState *bus, Monitor *mon, DeviceState *dev, int indent) in bus_print_dev() 777 static void qdev_print(Monitor *mon, DeviceState *dev, int indent) in qdev_print() 808 static void qbus_print(Monitor *mon, BusState *bus, int indent, bool details) in qbus_print() 830 void hmp_info_qtree(Monitor *mon, const QDict *qdict) in hmp_info_qtree() 839 void hmp_info_qdm(Monitor *mon, const QDict *qdict) in hmp_info_qdm() 980 void hmp_device_add(Monitor *mon, const QDict *qdict) in hmp_device_add() [all …]
|
/qemu/docs/devel/ |
H A D | tracing.rst | 171 Generic interface and monitor commands 181 The state of events can also be queried and modified through monitor commands: 198 Wildcard matching is supported in both the monitor command "trace-event" and the 201 the following monitor command:: 257 Monitor commands 310 monitor commands built into QEMU, instead UST utilities should be used to list,
|
/qemu/scripts/kvm/ |
H A D | vmxcap | 115 49: 'Dual-monitor support', 157 27: 'Monitor trap flag', 159 29: 'MONITOR exiting', 245 11: 'Deactivate dual-monitor treatment',
|
/qemu/replay/ |
H A D | replay-snapshot.c | 16 #include "monitor/monitor.h"
|
/qemu/tests/functional/ |
H A D | test_arm_integratorcp.py | 75 self.vm.cmd('human-monitor-command', command_line='stop') 76 res = self.vm.cmd('human-monitor-command',
|
/qemu/migration/ |
H A D | fd.c | 22 #include "monitor/monitor.h"
|
/qemu/hw/core/ |
H A D | sysbus.c | 23 #include "monitor/monitor.h" 26 static void sysbus_dev_print(Monitor *mon, DeviceState *dev, int indent); 246 static void sysbus_dev_print(Monitor *mon, DeviceState *dev, int indent) in sysbus_dev_print()
|