Module memory_mapper

Source
Expand description

MemoryMapper trait and basic impl for virtio-iommu implementation

All the addr/range ends in this file are exclusive.

Structs§

BasicMemoryMapper
MappingInfo
Manages the mapping from a guest IO virtual address space to the guest physical address space
MemRegion

Enums§

AddMapResult
RemoveMapResult

Traits§

MemoryMapper
A generic interface for vfio and other iommu backends
MemoryMapperTrait