]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
migration: remove migration.h references
authorSteve Sistare <steven.sistare@oracle.com>
Mon, 11 Mar 2024 17:48:48 +0000 (10:48 -0700)
committerPeter Xu <peterx@redhat.com>
Mon, 11 Mar 2024 20:28:59 +0000 (16:28 -0400)
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>
hw/vfio/container.c
hw/virtio/vhost-user.c
hw/virtio/virtio-balloon.c
system/qdev-monitor.c
target/loongarch/kvm/kvm.c
tests/unit/test-vmstate.c

index bd25b9fbad2e717e63c2ab0e331186e5f63cef49..ff081a12c222f3435af729e27d16836ff842c938 100644 (file)
@@ -32,7 +32,6 @@
 #include "sysemu/reset.h"
 #include "trace.h"
 #include "qapi/error.h"
-#include "migration/migration.h"
 #include "pci.h"
 
 VFIOGroupList vfio_group_list =
index a1eea8547e966673536c14a5922071df6cb4f4eb..1af86214813708488bc4be30f8423a323c34f5d6 100644 (file)
@@ -26,7 +26,6 @@
 #include "qemu/sockets.h"
 #include "sysemu/runstate.h"
 #include "sysemu/cryptodev.h"
-#include "migration/migration.h"
 #include "migration/postcopy-ram.h"
 #include "trace.h"
 #include "exec/ramblock.h"
index a59ff172bdd1f6a143dbdbf3267f373a23c50412..609e39a821f19d7fdab28e1a5838831065f6440a 100644 (file)
@@ -31,7 +31,6 @@
 #include "trace.h"
 #include "qemu/error-report.h"
 #include "migration/misc.h"
-#include "migration/migration.h"
 
 #include "hw/virtio/virtio-bus.h"
 #include "hw/virtio/virtio-access.h"
index 09e07cab9b7261119cd8dad0b6f6762c8682699e..c1243891c38f470d88457e871511a017542227f2 100644 (file)
@@ -38,7 +38,6 @@
 #include "qemu/option_int.h"
 #include "sysemu/block-backend.h"
 #include "migration/misc.h"
-#include "migration/migration.h"
 #include "qemu/cutils.h"
 #include "hw/qdev-properties.h"
 #include "hw/clock.h"
index c19978a970720f2ca1a31bdeb99685bf1e7502fd..11a69a3b4ef070075def7ae0c6f6477889bf27c7 100644 (file)
@@ -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"
index c4f9faa2733f64b7fb6d52135c0542fd6e46c2fa..63f28f26f45691a70936d33e7341d16477a3471f 100644 (file)
@@ -24,7 +24,6 @@
 
 #include "qemu/osdep.h"
 
-#include "../migration/migration.h"
 #include "migration/vmstate.h"
 #include "migration/qemu-file-types.h"
 #include "../migration/qemu-file.h"