aboutsummaryrefslogtreecommitdiff
path: root/target/loongarch
diff options
context:
space:
mode:
authorSteve Sistare <steven.sistare@oracle.com>2024-03-11 10:48:48 -0700
committerPeter Xu <peterx@redhat.com>2024-03-11 16:28:59 -0400
commitf853fa0714061989b14d7f85667a353b69e2d9b6 (patch)
tree2786f40fa06740916d76faf7a8adcd18708f11ad /target/loongarch
parentf3bff6c44304a21ea99eeed336672bd46ca102d5 (diff)
downloadqemu-f853fa0714061989b14d7f85667a353b69e2d9b6.zip
qemu-f853fa0714061989b14d7f85667a353b69e2d9b6.tar.gz
qemu-f853fa0714061989b14d7f85667a353b69e2d9b6.tar.bz2
migration: remove migration.h references
Remove migration.h from files that no longer need it due to previous commits. Signed-off-by: Steve Sistare <steven.sistare@oracle.com> Link: https://lore.kernel.org/r/1710179338-294359-2-git-send-email-steven.sistare@oracle.com Signed-off-by: Peter Xu <peterx@redhat.com>
Diffstat (limited to 'target/loongarch')
-rw-r--r--target/loongarch/kvm/kvm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/loongarch/kvm/kvm.c b/target/loongarch/kvm/kvm.c
index c19978a..11a69a3 100644
--- a/target/loongarch/kvm/kvm.c
+++ b/target/loongarch/kvm/kvm.c
@@ -22,7 +22,6 @@
#include "hw/irq.h"
#include "qemu/log.h"
#include "hw/loader.h"
-#include "migration/migration.h"
#include "sysemu/runstate.h"
#include "cpu-csr.h"
#include "kvm_loongarch.h"