mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
migration: Create migration/blocker.h
This allows us to remove lots of includes of migration/migration.h Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
This commit is contained in:
parent
bb890ed551
commit
795c40b8bd
20 changed files with 53 additions and 35 deletions
|
@ -26,7 +26,7 @@
|
|||
#include "qemu/queue.h"
|
||||
#include "qemu/atomic.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "migration/migration.h"
|
||||
#include "migration/blocker.h"
|
||||
#include "trace.h"
|
||||
|
||||
#include "qxl.h"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include "hw/virtio/virtio.h"
|
||||
#include "hw/virtio/virtio-gpu.h"
|
||||
#include "hw/virtio/virtio-bus.h"
|
||||
#include "migration/migration.h"
|
||||
#include "migration/blocker.h"
|
||||
#include "qemu/log.h"
|
||||
#include "qapi/error.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue