qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/2] virtio-blk: drop unused migration.h include


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 2/2] virtio-blk: drop unused migration.h include
Date: Mon, 25 Jan 2016 13:33:21 +0000

The migration blocker functionality is no longer necessary since
dataplane is now compatible with live migration.  Drop the unused header
include.

Signed-off-by: Stefan Hajnoczi <address@hidden>
---
This patch can be squashed into "virtio-blk: do not use vring in
dataplane".
---
 hw/block/virtio-blk.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/block/virtio-blk.c b/hw/block/virtio-blk.c
index 1106d13..3e34d35 100644
--- a/hw/block/virtio-blk.c
+++ b/hw/block/virtio-blk.c
@@ -20,7 +20,6 @@
 #include "sysemu/blockdev.h"
 #include "hw/virtio/virtio-blk.h"
 #include "dataplane/virtio-blk.h"
-#include "migration/migration.h"
 #include "block/scsi.h"
 #ifdef __linux__
 # include <scsi/sg.h>
-- 
2.5.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]