cloud-hypervisor/virtio-devices
Sebastien Boeuf ce6446501d virtio-devices: Handle queue addresses translation
Upon the enablement of the queue by the guest, we perform a translation
of the descriptor table, the available ring and used ring addresses
prior to enabling the device itself. This only applies to the case where
the device is placed behind a vIOMMU, which is the reason why the
translation is needed. Indeed, the addresses allocated by the guest are
IOVAs which must be translated into GPAs before we can access the queue.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-01-27 10:00:20 +00:00
..
src virtio-devices: Handle queue addresses translation 2022-01-27 10:00:20 +00:00
Cargo.toml build: bump serde_derive from 1.0.135 to 1.0.136 2022-01-26 16:14:16 +00:00