summaryrefslogtreecommitdiffstats
path: root/hw/ivshmem.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-12-17 18:19:50 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2012-12-19 08:31:32 +0100
commitcaf71f86a3de97394bcc5b06549012b7dc65fe60 (patch)
treebbeacc38d481886a8a65e81ed6e03d78aa885f01 /hw/ivshmem.c
parent83c9089e73b81c69dc1ecdf859fa84d2c500fb5f (diff)
downloadhqemu-caf71f86a3de97394bcc5b06549012b7dc65fe60.zip
hqemu-caf71f86a3de97394bcc5b06549012b7dc65fe60.tar.gz
migration: move include files to include/migration/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/ivshmem.c')
-rw-r--r--hw/ivshmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ivshmem.c b/hw/ivshmem.c
index d15760b..d5b91dd 100644
--- a/hw/ivshmem.c
+++ b/hw/ivshmem.c
@@ -21,7 +21,7 @@
#include "pci/pci.h"
#include "pci/msix.h"
#include "kvm.h"
-#include "migration.h"
+#include "migration/migration.h"
#include "qapi/qmp/qerror.h"
#include "event_notifier.h"
#include "qemu-char.h"
OpenPOWER on IntegriCloud