aboutsummaryrefslogtreecommitdiff
path: root/hw/core/machine-qmp-cmds.c
AgeCommit message (Expand)Author
2024-03-11hw/core: Cleanup unused included header in machine-qmp-cmds.cZhao Liu
2023-05-16hw/core: Move machine-qmp-cmds.c into the target independent source setThomas Huth
2023-05-16hw/core: Use a callback for target specific query-cpus-fast informationThomas Huth
2023-03-01qapi: Add 'acpi' field to 'query-machines' outputPeter Krempa
2023-02-23hw/core: Improve the query-hotpluggable-cpus error messageMarkus Armbruster
2023-02-23hw/acpi: Move QMP command to hw/core/Markus Armbruster
2023-02-04machine: Move QMP commands from monitor/ to hw/core/Markus Armbruster
2022-12-14qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster
2021-11-02qapi: introduce x-query-numa QMP commandDaniel P. Berrangé
2021-06-15qmp: Include "reserve" property of memory backendsDavid Hildenbrand
2021-06-15qmp: Include "share" property of memory backendsDavid Hildenbrand
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-03-18machine: remove 'arch' field from 'query-cpus-fast' QMP commandDaniel P. Berrangé
2021-03-18machine: remove 'query-cpus' QMP commandDaniel P. Berrangé
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake
2021-01-28qapi: A couple more QAPI_LIST_PREPEND() stragglersEric Blake
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini
2020-12-15remove preconfig statePaolo Bonzini
2020-09-29cphp: remove deprecated cpu-add command(s)Igor Mammedov
2020-08-19qmp: Expose MachineClass::default_ram_idMichal Privoznik
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster
2020-05-15qom: Drop convenience method object_property_get_uint16List()Markus Armbruster
2019-09-03qapi: report the default CPU type for each machineDaniel P. Berrangé
2019-08-21qapi: Move query-target from misc.json to machine.jsonMarkus Armbruster
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-07-05qmp: Add deprecation information to query-machinesEduardo Habkost
2019-07-05machine: show if CLI option '-numa node,mem' is supported in QAPI schemaIgor Mammedov
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu
2019-07-02hw/core: Collect QMP command handlers in hw/core/Markus Armbruster