diff options
author | Steve Sistare <steven.sistare@oracle.com> | 2024-03-11 10:48:48 -0700 |
---|---|---|
committer | Peter Xu <peterx@redhat.com> | 2024-03-11 16:28:59 -0400 |
commit | f853fa0714061989b14d7f85667a353b69e2d9b6 (patch) | |
tree | 2786f40fa06740916d76faf7a8adcd18708f11ad /hw/virtio | |
parent | f3bff6c44304a21ea99eeed336672bd46ca102d5 (diff) | |
download | qemu-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 'hw/virtio')
-rw-r--r-- | hw/virtio/vhost-user.c | 1 | ||||
-rw-r--r-- | hw/virtio/virtio-balloon.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/hw/virtio/vhost-user.c b/hw/virtio/vhost-user.c index a1eea85..1af8621 100644 --- a/hw/virtio/vhost-user.c +++ b/hw/virtio/vhost-user.c @@ -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" diff --git a/hw/virtio/virtio-balloon.c b/hw/virtio/virtio-balloon.c index a59ff17..609e39a 100644 --- a/hw/virtio/virtio-balloon.c +++ b/hw/virtio/virtio-balloon.c @@ -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" |