Home
last modified time | relevance | path

Searched full:monitor (Results 176 – 200 of 462) sorted by relevance

12345678910>>...19

/qemu/docs/system/
H A Dkeys.rst.inc27 Monitor
H A Dsecrets.rst15 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 D102.out18 QEMU X.Y.Z monitor - type 'help' for more information
H A D18581 "{ '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 D246.out91 {"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 D117.out15 { 'execute': 'human-monitor-command',
H A D181.out9 QEMU X.Y.Z monitor - type 'help' for more information
/qemu/monitor/
H A Dtrace-events6 # monitor.c
/qemu/include/net/
H A Dnet.h258 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 Dutils.py17 res = vm.cmd('human-monitor-command', command_line='info usernet')
/qemu/include/disas/
H A Ddisas.h10 void monitor_disas(Monitor *mon, CPUState *cpu, uint64_t pc,
/qemu/hw/display/
H A Dqxl.c1043 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 Dsockets.json144 # monitor commands, in combination with the 'getfd' command.
146 # contexts where no monitor context is active.
/qemu/tests/functional/
H A Dtest_mips64el_malta.py157 self.vm.cmd('human-monitor-command', command_line='stop')
158 res = self.vm.cmd('human-monitor-command',
/qemu/python/qemu/machine/
H A Dmachine.py142 @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 Dlpc-ich9-test.c19 "-nographic -monitor none -serial none"); in test_lp1878642_pci_bus_get_irq_level_assert()
/qemu/hw/riscv/
H A Driscv-iommu-hpm.h2 * RISC-V IOMMU - Hardware Performance Monitor (HPM) helpers
/qemu/target/i386/
H A Dmeson.build20 'monitor.c',
/qemu/target/mips/system/
H A Dmips-qmp-cmds.c2 * QEMU MIPS CPU (monitor definitions)
/qemu/system/
H A Dmeson.build24 'qdev-monitor.c',
/qemu/include/hw/display/
H A Di2c-ddc.h1 /* A simple I2C slave for returning monitor EDID data via DDC.
/qemu/target/riscv/
H A Dmeson.build33 'monitor.c',
/qemu/include/hw/
H A Dnmi.h2 * NMI monitor handler class and helpers definitions.
/qemu/block/
H A Dwrite-threshold.c55 /* autodisable to avoid flooding the monitor */ in bdrv_write_threshold_check_write()
/qemu/python/qemu/qmp/
H A D__init__.py2 QEMU Monitor Protocol (QMP) development library & tooling.

12345678910>>...19