aboutsummaryrefslogtreecommitdiff
path: root/migration
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2023-04-05 18:04:45 +0200
committerThomas Huth <thuth@redhat.com>2023-05-16 09:13:34 +0200
commit1e05888ab5e0f78adb29c4344586fb7a6df572c6 (patch)
treee6c561776dcc5fbc9a1b4d4f48a3a1038ca87ec2 /migration
parent57822f71ddd64e79933539376fa1139433edcc4f (diff)
downloadqemu-1e05888ab5e0f78adb29c4344586fb7a6df572c6.zip
qemu-1e05888ab5e0f78adb29c4344586fb7a6df572c6.tar.gz
qemu-1e05888ab5e0f78adb29c4344586fb7a6df572c6.tar.bz2
sysemu/kvm: Remove unused headers
All types used are forward-declared in "qemu/typedefs.h". Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20230405160454.97436-2-philmd@linaro.org> [thuth: Add hw/core/cpu.h to migration/dirtyrate.c to fix compile failure] Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'migration')
-rw-r--r--migration/dirtyrate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/migration/dirtyrate.c b/migration/dirtyrate.c
index c06f12c..0220db8 100644
--- a/migration/dirtyrate.c
+++ b/migration/dirtyrate.c
@@ -13,6 +13,7 @@
#include "qemu/osdep.h"
#include "qemu/error-report.h"
#include <zlib.h>
+#include "hw/core/cpu.h"
#include "qapi/error.h"
#include "exec/ramblock.h"
#include "exec/target_page.h"