From: KONRAD Frederic <fred.kon...@greensocs.com> The qdev field is no longer needed, just drop it.
Signed-off-by: KONRAD Frederic <fred.kon...@greensocs.com> --- hw/virtio-balloon.c | 1 - hw/virtio-balloon.h | 1 - 2 files changed, 2 deletions(-) diff --git a/hw/virtio-balloon.c b/hw/virtio-balloon.c index 2cb57b2..e2cb2fc 100644 --- a/hw/virtio-balloon.c +++ b/hw/virtio-balloon.c @@ -249,7 +249,6 @@ static int virtio_balloon_device_init(VirtIODevice *vdev) reset_stats(s); - s->qdev = qdev; register_savevm(qdev, "virtio-balloon", -1, 1, virtio_balloon_save, virtio_balloon_load, s); diff --git a/hw/virtio-balloon.h b/hw/virtio-balloon.h index 96327e6..9284f16 100644 --- a/hw/virtio-balloon.h +++ b/hw/virtio-balloon.h @@ -64,7 +64,6 @@ typedef struct VirtIOBalloon { uint64_t stats[VIRTIO_BALLOON_S_NR]; VirtQueueElement stats_vq_elem; size_t stats_vq_offset; - DeviceState *qdev; } VirtIOBalloon; #endif -- 1.7.11.7