Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dvfio-helpers.c49 struct QEMUVFIOState { struct
50 QemuMutex lock;
53 int container;
54 int group;
55 int device;
56 RAMBlockNotifier ram_notifier;
57 struct vfio_region_info config_region_info, bar_region_info[6];
58 struct IOVARange *usable_iova_ranges;
59 uint8_t nb_iova_ranges;
97 uint64_t low_water_mark;
[all …]
/openbmc/qemu/include/qemu/
H A Dvfio-helpers.h16 typedef struct QEMUVFIOState QEMUVFIOState; typedef