summary refs log tree commit diff stats
path: root/include/hw/virtio/virtio-balloon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/virtio/virtio-balloon.h')
-rw-r--r--include/hw/virtio/virtio-balloon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/virtio/virtio-balloon.h b/include/hw/virtio/virtio-balloon.h
index 09c2ce4dcd..35f62ac119 100644
--- a/include/hw/virtio/virtio-balloon.h
+++ b/include/hw/virtio/virtio-balloon.h
@@ -37,7 +37,7 @@ typedef struct VirtIOBalloon {
     uint32_t num_pages;
     uint32_t actual;
     uint64_t stats[VIRTIO_BALLOON_S_NR];
-    VirtQueueElement stats_vq_elem;
+    VirtQueueElement *stats_vq_elem;
     size_t stats_vq_offset;
     QEMUTimer *stats_timer;
     int64_t stats_last_update;