diff options
Diffstat (limited to 'hw/virtio-balloon.h')
-rw-r--r-- | hw/virtio-balloon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/virtio-balloon.h b/hw/virtio-balloon.h index 139eac309e..5f8fe021d0 100644 --- a/hw/virtio-balloon.h +++ b/hw/virtio-balloon.h @@ -57,7 +57,7 @@ typedef struct VirtIOBalloonStat { } QEMU_PACKED VirtIOBalloonStat; typedef struct VirtIOBalloon { - VirtIODevice vdev; + VirtIODevice parent_obj; VirtQueue *ivq, *dvq, *svq; uint32_t num_pages; uint32_t actual; |