From a11c4592c39dd0fe897fb6208a2e40aa4291eb4a Mon Sep 17 00:00:00 2001 From: Amy Reyes Date: Mon, 8 Nov 2021 09:32:42 -0800 Subject: [PATCH] Updated per feedback Signed-off-by: Amy Reyes --- doc/developer-guides/hld/hld-virtio-devices.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/developer-guides/hld/hld-virtio-devices.rst b/doc/developer-guides/hld/hld-virtio-devices.rst index 983ff6f8f..a4399140c 100644 --- a/doc/developer-guides/hld/hld-virtio-devices.rst +++ b/doc/developer-guides/hld/hld-virtio-devices.rst @@ -217,7 +217,7 @@ virtqueues, feature mechanisms, configuration space, and buses. 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 can be classified into two types, virtio backend service in userland (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 ======= -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. .. doxygenfunction:: paddr_guest2host