Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dvirtio-balloon.h43 struct VirtIOBalloon { struct
44 VirtIODevice parent_obj;
45 VirtQueue *ivq, *dvq, *svq, *free_page_vq, *reporting_vq;
47 uint32_t num_pages;
48 uint32_t actual;
52 size_t stats_vq_offset;
53 QEMUTimer *stats_timer;
54 IOThread *iothread;
55 QEMUBH *free_page_bh;
66 bool block_iothread;
[all …]