qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH 41/41] virtio: virtio_save/load are not used any


From: Michael S. Tsirkin
Subject: [Qemu-devel] Re: [PATCH 41/41] virtio: virtio_save/load are not used anymore
Date: Wed, 2 Dec 2009 20:17:46 +0200
User-agent: Mutt/1.5.19 (2009-01-05)

You probably can just roll "not used anymore"
lines in the parent patch. It does not help
splitting this part out IMO.

On Wed, Dec 02, 2009 at 01:04:39PM +0100, Juan Quintela wrote:
> 
> Signed-off-by: Juan Quintela <address@hidden>
> ---
>  hw/virtio.c |   10 ----------
>  hw/virtio.h |    4 ----
>  2 files changed, 0 insertions(+), 14 deletions(-)
> 
> diff --git a/hw/virtio.c b/hw/virtio.c
> index 73dae7c..2c4ac0b 100644
> --- a/hw/virtio.c
> +++ b/hw/virtio.c
> @@ -730,16 +730,6 @@ const VMStateDescription vmstate_virtio = {
>      }
>  };
> 
> -void virtio_save(VirtIODevice *vdev, QEMUFile *f)
> -{
> -    vmstate_save_state(f, &vmstate_virtio, vdev);
> -}
> -
> -int virtio_load(VirtIODevice *vdev, QEMUFile *f)
> -{
> -    return vmstate_load_state(f, &vmstate_virtio, vdev, 
> vmstate_virtio.version_id);
> -}
> -
>  void virtio_cleanup(VirtIODevice *vdev)
>  {
>      if (vdev->config)
> diff --git a/hw/virtio.h b/hw/virtio.h
> index ac7b8eb..fe3ba7a 100644
> --- a/hw/virtio.h
> +++ b/hw/virtio.h
> @@ -135,10 +135,6 @@ extern const VMStateDescription vmstate_virtio;
>  #define VMSTATE_VIRTIO(_field, _state)                                       
>   \
>      VMSTATE_STRUCT_TEST(_field, _state, NULL, 0, vmstate_virtio, 
> VirtIODevice)
> 
> -void virtio_save(VirtIODevice *vdev, QEMUFile *f);
> -
> -int virtio_load(VirtIODevice *vdev, QEMUFile *f);
> -
>  void virtio_cleanup(VirtIODevice *vdev);
> 
>  void virtio_notify_config(VirtIODevice *vdev);
> -- 
> 1.6.5.2




reply via email to

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