Vfio-user device PCI region. More...
#include <vfu_target.h>

Data Fields | |
| uint64_t | offset |
| Offset of the PCI region. | |
| uint64_t | len |
| Length of the PCI region. | |
| uint64_t | flags |
| Capability flags. | |
| uint32_t | nr_sparse_mmaps |
| Number of sparse mmap region. | |
| int | fd |
| Representative of the PCI region access file descriptor. | |
| struct spdk_vfu_sparse_mmap | mmaps [SPDK_VFU_MAXIMUM_SPARSE_MMAP_REGIONS] |
| Sparse mmap regions. | |
| spdk_vfu_access_cb | access_cb |
| PCI region access callback. | |
Vfio-user device PCI region.
PCI region is definition of PCI device BAR.