diff options
author | Alyssa Ross <[email protected]> | 2021-05-04 21:06:51 +0000 |
---|---|---|
committer | Alex Williamson <[email protected]> | 2021-05-05 10:20:33 -0600 |
commit | cc35518d29bc8e38902866b74874b4a3f1ad3617 (patch) | |
tree | 3ffa6154c2cc80f4a0a95c4eb94a01bca4850ace | |
parent | 77b8aeb9da0490357f1f5a2b0d12125e6332c37a (diff) |
docs: vfio: fix typo
Signed-off-by: Alyssa Ross <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Alex Williamson <[email protected]>
-rw-r--r-- | Documentation/driver-api/vfio.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/vfio.rst b/Documentation/driver-api/vfio.rst index decc68cb8114..606eed8823ce 100644 --- a/Documentation/driver-api/vfio.rst +++ b/Documentation/driver-api/vfio.rst @@ -2,7 +2,7 @@ VFIO - "Virtual Function I/O" [1]_ ================================== -Many modern system now provide DMA and interrupt remapping facilities +Many modern systems now provide DMA and interrupt remapping facilities to help ensure I/O devices behave within the boundaries they've been allotted. This includes x86 hardware with AMD-Vi and Intel VT-d, POWER systems with Partitionable Endpoints (PEs) and embedded PowerPC |