index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
core
/
machine-qmp-cmds.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'accel-20250715' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2025-07-16
1
-0
/
+2
|
\
|
*
qapi/machine: Add @qom-type field to CpuInfoFast structure
Philippe Mathieu-Daudé
2025-07-15
1
-0
/
+1
|
*
qapi/accel: Move definitions related to accelerators in their own file
Philippe Mathieu-Daudé
2025-07-15
1
-0
/
+1
*
|
qemu/target-info: Factor target_arch() out
Philippe Mathieu-Daudé
2025-07-15
1
-5
/
+3
|
/
*
qemu: Convert target_name() to TargetInfo API
Philippe Mathieu-Daudé
2025-04-25
1
-0
/
+1
*
qapi: Rename TargetInfo structure as QemuTargetInfo
Philippe Mathieu-Daudé
2025-04-25
1
-2
/
+2
*
hw/core: Get default_cpu_type calling machine_class_default_cpu_type()
Philippe Mathieu-Daudé
2025-04-25
1
-2
/
+3
*
qapi/machine: Make @dump-skeys command generic
Philippe Mathieu-Daudé
2025-04-23
1
-0
/
+14
*
qapi: Move include/qapi/qmp/ to include/qobject/
Daniel P. Berrangé
2025-02-10
1
-1
/
+1
*
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-12-20
1
-5
/
+5
*
hw/intc: Introduce x-query-interrupt-controllers QMP command
Philippe Mathieu-Daudé
2024-06-19
1
-0
/
+29
*
qmp: add dump machine type compatibility properties
Maksim Davydov
2024-04-25
1
-1
/
+22
*
hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helper
Philippe Mathieu-Daudé
2024-04-24
1
-32
/
+0
*
hw/core: Cleanup unused included header in machine-qmp-cmds.c
Zhao Liu
2024-03-11
1
-1
/
+0
*
hw/core: Move machine-qmp-cmds.c into the target independent source set
Thomas Huth
2023-05-16
1
-2
/
+2
*
hw/core: Use a callback for target specific query-cpus-fast information
Thomas Huth
2023-05-16
1
-14
/
+2
*
qapi: Add 'acpi' field to 'query-machines' output
Peter Krempa
2023-03-01
1
-0
/
+1
*
hw/core: Improve the query-hotpluggable-cpus error message
Markus Armbruster
2023-02-23
1
-2
/
+1
*
hw/acpi: Move QMP command to hw/core/
Markus Armbruster
2023-02-23
1
-0
/
+18
*
machine: Move QMP commands from monitor/ to hw/core/
Markus Armbruster
2023-02-04
1
-0
/
+144
*
qapi machine: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
1
-7
/
+2
*
qapi: introduce x-query-numa QMP command
Daniel P. Berrangé
2021-11-02
1
-0
/
+40
*
qmp: Include "reserve" property of memory backends
David Hildenbrand
2021-06-15
1
-0
/
+7
*
qmp: Include "share" property of memory backends
David Hildenbrand
2021-06-15
1
-0
/
+1
*
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
machine: remove 'arch' field from 'query-cpus-fast' QMP command
Daniel P. Berrangé
2021-03-18
1
-41
/
+0
*
machine: remove 'query-cpus' QMP command
Daniel P. Berrangé
2021-03-18
1
-79
/
+0
*
qapi: More complex uses of QAPI_LIST_APPEND
Eric Blake
2021-01-28
1
-53
/
+40
*
qapi: A couple more QAPI_LIST_PREPEND() stragglers
Eric Blake
2021-01-28
1
-22
/
+12
*
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
2020-12-19
1
-5
/
+1
*
machine: introduce MachineInitPhase
Paolo Bonzini
2020-12-15
1
-3
/
+3
*
remove preconfig state
Paolo Bonzini
2020-12-15
1
-3
/
+2
*
cphp: remove deprecated cpu-add command(s)
Igor Mammedov
2020-09-29
1
-12
/
+0
*
qmp: Expose MachineClass::default_ram_id
Michal Privoznik
2020-08-19
1
-0
/
+4
*
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster
2020-07-21
1
-1
/
+1
*
qom: Drop convenience method object_property_get_uint16List()
Markus Armbruster
2020-05-15
1
-3
/
+13
*
qapi: report the default CPU type for each machine
Daniel P. Berrangé
2019-09-03
1
-0
/
+4
*
qapi: Move query-target from misc.json to machine.json
Markus Armbruster
2019-08-21
1
-0
/
+10
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
qmp: Add deprecation information to query-machines
Eduardo Habkost
2019-07-05
1
-0
/
+1
*
machine: show if CLI option '-numa node,mem' is supported in QAPI schema
Igor Mammedov
2019-07-05
1
-0
/
+1
*
machine: Refactor smp-related call chains to pass MachineState
Like Xu
2019-07-05
1
-1
/
+1
*
hw/core: Collect QMP command handlers in hw/core/
Markus Armbruster
2019-07-02
1
-0
/
+328