diff options
author | Jean-Philippe Brucker <jean-philippe@linaro.org> | 2019-11-20 16:19:03 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2020-01-20 15:52:19 -0500 |
commit | 652237ea283941507d83bbe344e01a1012b50ca8 (patch) | |
tree | c16cf93e56219b460d930f343eec1d95810f480e /content.tex | |
parent | 1efcda89219390c48d249fac7d72dd2236240bc3 (diff) | |
download | virtio-spec-652237ea283941507d83bbe344e01a1012b50ca8.tar.gz |
Add virtio-iommu device specification
The IOMMU device allows a guest to manage DMA mappings for physical,
emulated and paravirtualized endpoints. Add device description for the
virtio-iommu device and driver. Introduce PROBE, ATTACH, DETACH, MAP and
UNMAP requests, as well as translation error reporting.
Fixes: https://github.com/oasis-tcs/virtio-spec/issues/37
Signed-off-by: Jean-Philippe Brucker <jean-philippe.brucker@arm.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'content.tex')
-rw-r--r-- | content.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content.tex b/content.tex index f5a683d..a085900 100644 --- a/content.tex +++ b/content.tex @@ -6021,6 +6021,7 @@ descriptor for the \field{sense_len}, \field{residual}, \input{virtio-vsock.tex} \input{virtio-fs.tex} \input{virtio-rpmb.tex} +\input{virtio-iommu.tex} \chapter{Reserved Feature Bits}\label{sec:Reserved Feature Bits} |