Updated per feedback

Signed-off-by: Amy Reyes <amy.reyes@intel.com>
This commit is contained in:
Amy Reyes 2021-11-08 09:32:42 -08:00 committed by David Kinder
parent b662ea1f08
commit a11c4592c3
1 changed files with 2 additions and 2 deletions

View File

@ -217,7 +217,7 @@ virtqueues, feature mechanisms, configuration space, and buses.
Virtio Framework Considerations Virtio Framework Considerations
=============================== ===============================
How to configure the virtio framework is specific to a How to implement the virtio framework is specific to a
hypervisor implementation. In ACRN, the virtio framework implementations hypervisor implementation. In ACRN, the virtio framework implementations
can be classified into two types, virtio backend service in userland can be classified into two types, virtio backend service in userland
(VBS-U) and virtio backend service in kernel-land (VBS-K), according to (VBS-U) and virtio backend service in kernel-land (VBS-K), according to
@ -507,7 +507,7 @@ The key data structures for vhost are listed as follows.
DM APIs DM APIs
======= =======
The DM APIs are exported by DM, and they should be used when configuring The DM APIs are exported by DM, and they should be used when implementing
BE device drivers on ACRN. BE device drivers on ACRN.
.. doxygenfunction:: paddr_guest2host .. doxygenfunction:: paddr_guest2host