qemu-devel
[Top][All Lists]
Advanced

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

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


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 2/2] virtio-blk: drop unused migration.h include
Date: Mon, 25 Jan 2016 14:46:10 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0


On 25/01/2016 14:33, Stefan Hajnoczi wrote:
> 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>
> 

Great, I'll check if the same is needed for hw/scsi/virtio-scsi.c.

Paolo



reply via email to

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