Home
last modified time | relevance | path

Searched defs:VirtIOBalloon (Results 1 – 1 of 1) sorted by relevance

/qemu/include/hw/virtio/
H A Dvirtio-balloon.h44 struct VirtIOBalloon { struct
45 VirtIODevice parent_obj;
46 VirtQueue *ivq, *dvq, *svq, *free_page_vq, *reporting_vq;
47 uint32_t free_page_hint_status;
48 uint32_t num_pages;
49 uint32_t actual;
50 uint32_t free_page_hint_cmd_id;
51 uint64_t stats[VIRTIO_BALLOON_S_NR];
52 VirtQueueElement *stats_vq_elem;
53 size_t stats_vq_offset;
[all …]