qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 4/4] virtio-9p: Remove migration blockers.


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 4/4] virtio-9p: Remove migration blockers.
Date: Thu, 11 Apr 2013 13:18:24 +0100

On 11 April 2013 13:14, Benoît Canet <address@hidden> wrote:
> Signed-off-by: Benoit Canet <address@hidden>
> ---
>  hw/9pfs/virtio-9p-device.c |    2 --
>  hw/9pfs/virtio-9p.c        |   23 -----------------------
>  hw/9pfs/virtio-9p.h        |    2 --
>  3 files changed, 27 deletions(-)
>
> diff --git a/hw/9pfs/virtio-9p-device.c b/hw/9pfs/virtio-9p-device.c
> index 02b8630..f91a9b8 100644
> --- a/hw/9pfs/virtio-9p-device.c
> +++ b/hw/9pfs/virtio-9p-device.c
> @@ -86,7 +86,6 @@ static void virtio_9p_save(QEMUFile *f, void *opaque)
>
>      qemu_put_be32(f, s->proto_version);
>      qemu_put_be32(f, s->msize);
> -    qemu_put_be32(f, s->root_fid);

Why do these need to be added in an earlier patch and then
taken out again here?


-- PMM



reply via email to

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