From 9761928f430412c5b3bd1e879cb1f502e0f987aa Mon Sep 17 00:00:00 2001 From: rusty Date: Fri, 16 Aug 2013 03:18:34 +0000 Subject: 2.4.2.2 MMIO Device Layout: clarity enhancement. Outcome of discussion with Amos Kong. Ported from draft, commit 38c8600ef2e33d672449f517598239bc682673c9. Signed-off-by: Rusty Russell git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@7 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- virtio-spec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtio-spec.txt b/virtio-spec.txt index 0199b5a..ced9f9a 100644 --- a/virtio-spec.txt +++ b/virtio-spec.txt @@ -916,7 +916,7 @@ configuration space. The following list presents their layout: • 0x038 | W | QueueNum Virtual queue size. - Queue size is a number of elements in the queue, therefore size + Queue size is the number of elements in the queue, therefore size of the descriptor table and both available and used rings. Writing to this register notifies the Host what size of the queue the Guest will use. This applies to the queue selected by @@ -981,7 +981,7 @@ Reading from this register returns a bit mask of interrupts and is accessed with byte alignment. Its meaning and size depends on the device and the driver. -Virtual queue size is a number of elements in the queue, +Virtual queue size is the number of elements in the queue, therefore size of the descriptor table and both available and used rings. -- cgit v1.2.3