summaryrefslogtreecommitdiff
path: root/content.tex
diff options
context:
space:
mode:
authorhornet <hornet@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2014-01-03 17:57:34 +0000
committerhornet <hornet@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2014-01-03 17:57:34 +0000
commit568383447cd3bd83d5ecfbd116ab6c0f769094cb (patch)
treed9ad884475cb7fedcff6cd09211336f4ece6a6ad /content.tex
parent7b8f0d580f5434cc79d01dfb36528cf842e66b0c (diff)
mmio: Obviously wrong notification register name
The "4.2.3.3 Notifying The Device" section said "writing the index of the updated queue to the QueueNum". This is obviously wrong - should read "QueueNotify". Signed-off-by: Pawel Moll <pawel.moll@arm.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@179 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'content.tex')
-rw-r--r--content.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/content.tex b/content.tex
index 797ee3e..7091bf4 100644
--- a/content.tex
+++ b/content.tex
@@ -1645,7 +1645,7 @@ The driver MUST initialize the virtual queue in the following way:
\subsubsection{Notifying The Device}\label{sec:Virtio Transport Options / Virtio Over MMIO / MMIO-specific Initialization And Device Operation / Notifying The Device}
The driver MUST notify the device about new buffers being available in
-a queue by writing the index of the updated queue to the QueueNum register.
+a queue by writing the index of the updated queue to the QueueNotify register.
\subsubsection{Notifications From The Device}\label{sec:Virtio Transport Options / Virtio Over MMIO / MMIO-specific Initialization And Device Operation / Notifications From The Device}