aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux/virtio_mmio.h
AgeCommit message (Collapse)AuthorFilesLines
2020-09-10virtio: Implement get_shm_region for MMIO transportSebastien Boeuf1-0/+11
On MMIO a new set of registers is defined for finding SHM regions. Add their definitions and use them to find the region. Signed-off-by: Sebastien Boeuf <[email protected]> Cc: [email protected] Cc: [email protected] Cc: "Michael S. Tsirkin" <[email protected]> Signed-off-by: Miklos Szeredi <[email protected]>
2017-02-27virtio_mmio: expose header to userspaceMichael S. Tsirkin1-0/+141
It's handy for userspace emulators like QEMU. Signed-off-by: Michael S. Tsirkin <[email protected]>