cloud-hypervisor/virtio-devices/src
Sebastien Boeuf 26006974e8 virtio-devices: iommu: Error out if couldn't translate address
It doesn't matter if we're trying to translate a GVA or a GPA address,
but in both cases we must error out if the address couldn't be
translated.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-04-06 11:21:46 +02:00
..
transport virtio-devices: Rename address translation function for more clarity 2022-04-05 00:09:52 +02:00
vhost_user virtio-devices: vhost-user: Add support for TDX 2022-03-30 10:32:23 +02:00
vsock virtio-devices: Rename address translation function for more clarity 2022-04-05 00:09:52 +02:00
balloon.rs
block.rs
console.rs virtio-devices: Rename address translation function for more clarity 2022-04-05 00:09:52 +02:00
device.rs virtio-devices: Introduce new function translating GPAs into GVAs 2022-04-05 00:09:52 +02:00
epoll_helper.rs
iommu.rs virtio-devices: iommu: Error out if couldn't translate address 2022-04-06 11:21:46 +02:00
lib.rs
mem.rs
net.rs
pmem.rs virtio-devices: Rename address translation function for more clarity 2022-04-05 00:09:52 +02:00
rng.rs virtio-devices: Rename address translation function for more clarity 2022-04-05 00:09:52 +02:00
seccomp_filters.rs virtio-devices: Add missing syscalls to virtio common list 2022-03-25 17:56:49 +00:00
thread_helper.rs
vdpa.rs virtio-devices: Translate queue addresses back to GVA if needed 2022-04-05 00:09:52 +02:00
watchdog.rs