aboutsummaryrefslogtreecommitdiff
path: root/hw/core/machine-qmp-cmds.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-16hw/core: Move machine-qmp-cmds.c into the target independent source setThomas Huth1-2/+2
2023-05-16hw/core: Use a callback for target specific query-cpus-fast informationThomas Huth1-14/+2
2023-03-01qapi: Add 'acpi' field to 'query-machines' outputPeter Krempa1-0/+1
2023-02-23hw/core: Improve the query-hotpluggable-cpus error messageMarkus Armbruster1-2/+1
2023-02-23hw/acpi: Move QMP command to hw/core/Markus Armbruster1-0/+18
2023-02-04machine: Move QMP commands from monitor/ to hw/core/Markus Armbruster1-0/+144
2022-12-14qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster1-7/+2
2021-11-02qapi: introduce x-query-numa QMP commandDaniel P. Berrangé1-0/+40
2021-06-15qmp: Include "reserve" property of memory backendsDavid Hildenbrand1-0/+7
2021-06-15qmp: Include "share" property of memory backendsDavid Hildenbrand1-0/+1
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-03-18machine: remove 'arch' field from 'query-cpus-fast' QMP commandDaniel P. Berrangé1-41/+0
2021-03-18machine: remove 'query-cpus' QMP commandDaniel P. Berrangé1-79/+0
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake1-53/+40
2021-01-28qapi: A couple more QAPI_LIST_PREPEND() stragglersEric Blake1-22/+12
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake1-5/+1
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini1-3/+3
2020-12-15remove preconfig statePaolo Bonzini1-3/+2
2020-09-29cphp: remove deprecated cpu-add command(s)Igor Mammedov1-12/+0
2020-08-19qmp: Expose MachineClass::default_ram_idMichal Privoznik1-0/+4
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster1-1/+1
2020-05-15qom: Drop convenience method object_property_get_uint16List()Markus Armbruster1-3/+13
2019-09-03qapi: report the default CPU type for each machineDaniel P. Berrangé1-0/+4
2019-08-21qapi: Move query-target from misc.json to machine.jsonMarkus Armbruster1-0/+10
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-07-05qmp: Add deprecation information to query-machinesEduardo Habkost1-0/+1
2019-07-05machine: show if CLI option '-numa node,mem' is supported in QAPI schemaIgor Mammedov1-0/+1
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu1-1/+1
2019-07-02hw/core: Collect QMP command handlers in hw/core/Markus Armbruster1-0/+328