summary refs log tree commit diff stats
path: root/hw/core/machine-hmp-cmds.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2025-07-02 14:44:11 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2025-07-15 19:28:02 +0200
commit18da42ee4273a66f240bcca7aa4d8ce3b97b1a77 (patch)
tree61186dbdd3021e79f7d2be2f1b22a32360a2be26 /hw/core/machine-hmp-cmds.c
parent187aad2896a3775941a9a02ce8d8a4a15970c1e6 (diff)
downloadfocaccia-qemu-18da42ee4273a66f240bcca7aa4d8ce3b97b1a77.tar.gz
focaccia-qemu-18da42ee4273a66f240bcca7aa4d8ce3b97b1a77.zip
qapi/accel: Move definitions related to accelerators in their own file
Extract KVM definitions from machine.json to accelerator.json.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Message-Id: <20250703105540.67664-29-philmd@linaro.org>
Diffstat (limited to 'hw/core/machine-hmp-cmds.c')
-rw-r--r--hw/core/machine-hmp-cmds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/core/machine-hmp-cmds.c b/hw/core/machine-hmp-cmds.c
index c6325cdcaa..5ca0da77b1 100644
--- a/hw/core/machine-hmp-cmds.c
+++ b/hw/core/machine-hmp-cmds.c
@@ -18,6 +18,7 @@
 #include "monitor/monitor.h"
 #include "qapi/error.h"
 #include "qapi/qapi-builtin-visit.h"
+#include "qapi/qapi-commands-accelerator.h"
 #include "qapi/qapi-commands-machine.h"
 #include "qobject/qdict.h"
 #include "qapi/string-output-visitor.h"