Searched full:monitor (Results 176 – 200 of 462) sorted by relevance
12345678910>>...19
/qemu/docs/system/ |
H A D | keys.rst.inc | 27 Monitor
|
H A D | secrets.rst | 15 monitor commands. The examples that follow will illustrate use of ``-object`` 160 not be compromised, even if ``-object`` CLI args or ``object_add`` monitor
|
/qemu/tests/qemu-iotests/ |
H A D | 102.out | 18 QEMU X.Y.Z monitor - type 'help' for more information
|
H A D | 185 | 81 "{ 'execute': 'human-monitor-command', 251 # Need a virtio-blk device so that qemu-io writes will not block the monitor 314 "{\"execute\": \"human-monitor-command\",
|
H A D | 246.out | 91 {"execute": "human-monitor-command", "arguments": {"command-line": "block_resize drive0 70G"}} 198 {"execute": "human-monitor-command", "arguments": {"command-line": "block_resize drive0 50G"}}
|
H A D | 117.out | 15 { 'execute': 'human-monitor-command',
|
H A D | 181.out | 9 QEMU X.Y.Z monitor - type 'help' for more information
|
/qemu/monitor/ |
H A D | trace-events | 6 # monitor.c
|
/qemu/include/net/ |
H A D | net.h | 258 void print_net_client(Monitor *mon, NetClientState *nc); 302 void hmp_host_net_add(Monitor *mon, const QDict *qdict); 303 void hmp_host_net_remove(Monitor *mon, const QDict *qdict);
|
/qemu/tests/functional/qemu_test/ |
H A D | utils.py | 17 res = vm.cmd('human-monitor-command', command_line='info usernet')
|
/qemu/include/disas/ |
H A D | disas.h | 10 void monitor_disas(Monitor *mon, CPUState *cpu, uint64_t pc,
|
/qemu/hw/display/ |
H A D | qxl.c | 1043 VDAgentMonConfig *monitor = &monitors_config->monitors[i]; in qxl_rom_monitors_config_changed() local 1045 /* monitor->depth ignored */ in qxl_rom_monitors_config_changed() 1046 if ((rect->left != monitor->x) || in qxl_rom_monitors_config_changed() 1047 (rect->top != monitor->y) || in qxl_rom_monitors_config_changed() 1048 (rect->right != monitor->x + monitor->width) || in qxl_rom_monitors_config_changed() 1049 (rect->bottom != monitor->y + monitor->height)) { in qxl_rom_monitors_config_changed() 1109 VDAgentMonConfig *monitor = &monitors_config->monitors[i]; in interface_client_monitors_config() local 1111 /* monitor->depth ignored */ in interface_client_monitors_config() 1112 rect->left = monitor->x; in interface_client_monitors_config() 1113 rect->top = monitor->y; in interface_client_monitors_config() [all …]
|
/qemu/qapi/ |
H A D | sockets.json | 144 # monitor commands, in combination with the 'getfd' command. 146 # contexts where no monitor context is active.
|
/qemu/tests/functional/ |
H A D | test_mips64el_malta.py | 157 self.vm.cmd('human-monitor-command', command_line='stop') 158 res = self.vm.cmd('human-monitor-command',
|
/qemu/python/qemu/machine/ |
H A D | machine.py | 142 @param monitor_address: address for QMP monitor 181 self._qmp_set = True # Enable QMP monitor by default. 206 This can be used to add an unused monitor instance. 208 self._args.append('-monitor') 670 Set the QMP monitor. 672 @param enabled: if False, qmp monitor options will be removed from
|
/qemu/tests/qtest/ |
H A D | lpc-ich9-test.c | 19 "-nographic -monitor none -serial none"); in test_lp1878642_pci_bus_get_irq_level_assert()
|
/qemu/hw/riscv/ |
H A D | riscv-iommu-hpm.h | 2 * RISC-V IOMMU - Hardware Performance Monitor (HPM) helpers
|
/qemu/target/i386/ |
H A D | meson.build | 20 'monitor.c',
|
/qemu/target/mips/system/ |
H A D | mips-qmp-cmds.c | 2 * QEMU MIPS CPU (monitor definitions)
|
/qemu/system/ |
H A D | meson.build | 24 'qdev-monitor.c',
|
/qemu/include/hw/display/ |
H A D | i2c-ddc.h | 1 /* A simple I2C slave for returning monitor EDID data via DDC.
|
/qemu/target/riscv/ |
H A D | meson.build | 33 'monitor.c',
|
/qemu/include/hw/ |
H A D | nmi.h | 2 * NMI monitor handler class and helpers definitions.
|
/qemu/block/ |
H A D | write-threshold.c | 55 /* autodisable to avoid flooding the monitor */ in bdrv_write_threshold_check_write()
|
/qemu/python/qemu/qmp/ |
H A D | __init__.py | 2 QEMU Monitor Protocol (QMP) development library & tooling.
|
12345678910>>...19