aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/virtio_mmio.h (follow)
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 <sebastien.boeuf@intel.com> Cc: kvm@vger.kernel.org Cc: virtualization@lists.linux-foundation.org Cc: "Michael S. Tsirkin" <mst@redhat.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
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 <mst@redhat.com>