summary refs log tree commit diff stats
path: root/hw/core/machine-qmp-cmds.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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