summary refs log tree commit diff stats
path: root/hw/core/machine-qmp-cmds.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'accel-20250715' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2025-07-161-0/+2
|\
| * qapi/machine: Add @qom-type field to CpuInfoFast structurePhilippe Mathieu-Daudé2025-07-151-0/+1
| * qapi/accel: Move definitions related to accelerators in their own filePhilippe Mathieu-Daudé2025-07-151-0/+1
* | qemu/target-info: Factor target_arch() outPhilippe Mathieu-Daudé2025-07-151-5/+3
|/
* qemu: Convert target_name() to TargetInfo APIPhilippe Mathieu-Daudé2025-04-251-0/+1
* qapi: Rename TargetInfo structure as QemuTargetInfoPhilippe Mathieu-Daudé2025-04-251-2/+2
* hw/core: Get default_cpu_type calling machine_class_default_cpu_type()Philippe Mathieu-Daudé2025-04-251-2/+3
* qapi/machine: Make @dump-skeys command genericPhilippe Mathieu-Daudé2025-04-231-0/+14
* qapi: Move include/qapi/qmp/ to include/qobject/Daniel P. Berrangé2025-02-101-1/+1
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-5/+5
* hw/intc: Introduce x-query-interrupt-controllers QMP commandPhilippe Mathieu-Daudé2024-06-191-0/+29
* qmp: add dump machine type compatibility propertiesMaksim Davydov2024-04-251-1/+22
* hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helperPhilippe Mathieu-Daudé2024-04-241-32/+0
* hw/core: Cleanup unused included header in machine-qmp-cmds.cZhao Liu2024-03-111-1/+0
* hw/core: Move machine-qmp-cmds.c into the target independent source setThomas Huth2023-05-161-2/+2
* hw/core: Use a callback for target specific query-cpus-fast informationThomas Huth2023-05-161-14/+2
* qapi: Add 'acpi' field to 'query-machines' outputPeter Krempa2023-03-011-0/+1
* hw/core: Improve the query-hotpluggable-cpus error messageMarkus Armbruster2023-02-231-2/+1
* hw/acpi: Move QMP command to hw/core/Markus Armbruster2023-02-231-0/+18
* machine: Move QMP commands from monitor/ to hw/core/Markus Armbruster2023-02-041-0/+144
* qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-7/+2
* qapi: introduce x-query-numa QMP commandDaniel P. Berrangé2021-11-021-0/+40
* qmp: Include "reserve" property of memory backendsDavid Hildenbrand2021-06-151-0/+7
* qmp: Include "share" property of memory backendsDavid Hildenbrand2021-06-151-0/+1
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* machine: remove 'arch' field from 'query-cpus-fast' QMP commandDaniel P. Berrangé2021-03-181-41/+0
* machine: remove 'query-cpus' QMP commandDaniel P. Berrangé2021-03-181-79/+0
* qapi: More complex uses of QAPI_LIST_APPENDEric Blake2021-01-281-53/+40
* qapi: A couple more QAPI_LIST_PREPEND() stragglersEric Blake2021-01-281-22/+12
* qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2020-12-191-5/+1
* machine: introduce MachineInitPhasePaolo Bonzini2020-12-151-3/+3
* remove preconfig statePaolo Bonzini2020-12-151-3/+2
* cphp: remove deprecated cpu-add command(s)Igor Mammedov2020-09-291-12/+0
* qmp: Expose MachineClass::default_ram_idMichal Privoznik2020-08-191-0/+4
* qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster2020-07-211-1/+1
* qom: Drop convenience method object_property_get_uint16List()Markus Armbruster2020-05-151-3/+13
* qapi: report the default CPU type for each machineDaniel P. Berrangé2019-09-031-0/+4
* qapi: Move query-target from misc.json to machine.jsonMarkus Armbruster2019-08-211-0/+10
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* qmp: Add deprecation information to query-machinesEduardo Habkost2019-07-051-0/+1
* machine: show if CLI option '-numa node,mem' is supported in QAPI schemaIgor Mammedov2019-07-051-0/+1
* machine: Refactor smp-related call chains to pass MachineStateLike Xu2019-07-051-1/+1
* hw/core: Collect QMP command handlers in hw/core/Markus Armbruster2019-07-021-0/+328