Skip to content

Commit

Permalink
virtio_balloon: header update
Browse files Browse the repository at this point in the history
add modern header

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
  • Loading branch information
mstsirkin committed Jun 10, 2015
1 parent 975acc0 commit fbdc689
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/hw/virtio/virtio-balloon.h
Expand Up @@ -25,6 +25,12 @@

typedef struct virtio_balloon_stat VirtIOBalloonStat;

typedef struct virtio_balloon_stat_modern {
uint16_t tag;
uint8_t reserved[6];
uint64_t val;
} VirtIOBalloonStatModern;

typedef struct VirtIOBalloon {
VirtIODevice parent_obj;
VirtQueue *ivq, *dvq, *svq;
Expand Down

0 comments on commit fbdc689

Please sign in to comment.