index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
core
/
machine-qmp-cmds.c
Age
Commit message (
Expand
)
Author
2024-06-19
hw/intc: Introduce x-query-interrupt-controllers QMP command
Philippe Mathieu-Daudé
2024-04-25
qmp: add dump machine type compatibility properties
Maksim Davydov
2024-04-24
hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helper
Philippe Mathieu-Daudé
2024-03-11
hw/core: Cleanup unused included header in machine-qmp-cmds.c
Zhao Liu
2023-05-16
hw/core: Move machine-qmp-cmds.c into the target independent source set
Thomas Huth
2023-05-16
hw/core: Use a callback for target specific query-cpus-fast information
Thomas Huth
2023-03-01
qapi: Add 'acpi' field to 'query-machines' output
Peter Krempa
2023-02-23
hw/core: Improve the query-hotpluggable-cpus error message
Markus Armbruster
2023-02-23
hw/acpi: Move QMP command to hw/core/
Markus Armbruster
2023-02-04
machine: Move QMP commands from monitor/ to hw/core/
Markus Armbruster
2022-12-14
qapi machine: Elide redundant has_FOO in generated C
Markus Armbruster
2021-11-02
qapi: introduce x-query-numa QMP command
Daniel P. Berrangé
2021-06-15
qmp: Include "reserve" property of memory backends
David Hildenbrand
2021-06-15
qmp: Include "share" property of memory backends
David Hildenbrand
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-03-18
machine: remove 'arch' field from 'query-cpus-fast' QMP command
Daniel P. Berrangé
2021-03-18
machine: remove 'query-cpus' QMP command
Daniel P. Berrangé
2021-01-28
qapi: More complex uses of QAPI_LIST_APPEND
Eric Blake
2021-01-28
qapi: A couple more QAPI_LIST_PREPEND() stragglers
Eric Blake
2020-12-19
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
2020-12-15
machine: introduce MachineInitPhase
Paolo Bonzini
2020-12-15
remove preconfig state
Paolo Bonzini
2020-09-29
cphp: remove deprecated cpu-add command(s)
Igor Mammedov
2020-08-19
qmp: Expose MachineClass::default_ram_id
Michal Privoznik
2020-07-21
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster
2020-05-15
qom: Drop convenience method object_property_get_uint16List()
Markus Armbruster
2019-09-03
qapi: report the default CPU type for each machine
Daniel P. Berrangé
2019-08-21
qapi: Move query-target from misc.json to machine.json
Markus Armbruster
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-07-05
qmp: Add deprecation information to query-machines
Eduardo Habkost
2019-07-05
machine: show if CLI option '-numa node,mem' is supported in QAPI schema
Igor Mammedov
2019-07-05
machine: Refactor smp-related call chains to pass MachineState
Like Xu
2019-07-02
hw/core: Collect QMP command handlers in hw/core/
Markus Armbruster