diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-07-02 15:03:12 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-07-15 19:34:33 +0200 |
| commit | 1861993f1fc13e42afed6a618c45a5a95a1457ea (patch) | |
| tree | 2a7e391e7fbe61988ce5e03138dfc0b8a5c20b48 /accel/accel-system.c | |
| parent | 8cc04fd9df3b9775eaf0fb1b17d82a1a075aa3ec (diff) | |
| download | focaccia-qemu-1861993f1fc13e42afed6a618c45a5a95a1457ea.tar.gz focaccia-qemu-1861993f1fc13e42afed6a618c45a5a95a1457ea.zip | |
accel/system: Introduce @x-accel-stats QMP command
Unstable QMP 'x-accel-stats' dispatches to the AccelOpsClass::get_stats() and get_vcpu_stats() handlers. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Message-Id: <20250715140048.84942-4-philmd@linaro.org>
Diffstat (limited to 'accel/accel-system.c')
| -rw-r--r-- | accel/accel-system.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel/accel-system.c b/accel/accel-system.c index 8df561b953..76cf4e7ef7 100644 --- a/accel/accel-system.c +++ b/accel/accel-system.c @@ -26,6 +26,7 @@ #include "qemu/osdep.h" #include "qemu/accel.h" #include "hw/boards.h" +#include "hw/core/cpu.h" #include "accel/accel-ops.h" #include "accel/accel-cpu-ops.h" #include "system/cpus.h" |