Skip to content

Commit

Permalink
migration: remove migration.h references
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Steve Sistare authored and xzpeter committed Mar 11, 2024
1 parent f3bff6c commit f853fa0
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion hw/vfio/container.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
1 change: 0 additions & 1 deletion hw/virtio/vhost-user.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion hw/virtio/virtio-balloon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion system/qdev-monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion target/loongarch/kvm/kvm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion tests/unit/test-vmstate.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f853fa0

Please sign in to comment.