diff options
author | Daniel Marcovitch <danielm@mellanox.com> | 2018-10-31 17:18:27 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2018-11-30 15:24:38 -0500 |
commit | 09245d6f7d1edcbef06b6c1faff61b487ebcc4c3 (patch) | |
tree | 3b0cd23be63b11325ca7f92e35c90aa6ca2831b6 | |
parent | b50f8e62ebe87a78dc4818c7dff6e4527ee13f43 (diff) | |
download | virtio-spec-09245d6f7d1edcbef06b6c1faff61b487ebcc4c3.tar.gz |
packed-ring/split-ring/content: fixed misc typos
Signed-off-by: Daniel Marcovitch <danielm@mellanox.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Fixes: https://github.com/oasis-tcs/virtio-spec/issues/24
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | content.tex | 2 | ||||
-rw-r--r-- | packed-ring.tex | 2 | ||||
-rw-r--r-- | split-ring.tex | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/content.tex b/content.tex index 03ecc26..0b72e94 100644 --- a/content.tex +++ b/content.tex @@ -346,7 +346,7 @@ The driver MUST follow this sequence to initialize a device: \begin{enumerate} \item Reset the device. -\item Set the ACKNOWLEDGE status bit: the guest OS has notice the device. +\item Set the ACKNOWLEDGE status bit: the guest OS has noticed the device. \item Set the DRIVER status bit: the guest OS knows how to drive the device. diff --git a/packed-ring.tex b/packed-ring.tex index ebbad95..f24f49b 100644 --- a/packed-ring.tex +++ b/packed-ring.tex @@ -186,7 +186,7 @@ described completely by a single descriptor. While unusual (most implementations either create all lists solely using non-indirect descriptors, or always use a single indirect element), if both features have been negotiated, mixing -direct and direct descriptors in a ring is valid, as long as each +indirect and non-indirect descriptors in a ring is valid, as long as each list only contains descriptors of a given type. Scatter/gather lists only apply to available descriptors. A diff --git a/split-ring.tex b/split-ring.tex index be0cd2f..6f4a0a6 100644 --- a/split-ring.tex +++ b/split-ring.tex @@ -220,7 +220,7 @@ read a device-writable buffer (it MAY do so for debugging or diagnostic purposes). \drivernormative{\subsubsection}{The Virtqueue Descriptor Table}{Basic Facilities of a Virtio Device / Virtqueues / The Virtqueue Descriptor Table} -Drivers MUST NOT add a descriptor chain over than $2^{32}$ bytes long in total; +Drivers MUST NOT add a descriptor chain longer than $2^{32}$ bytes in total; this implies that loops in the descriptor chain are forbidden! If VIRTIO_F_IN_ORDER has been negotiated, and when making a @@ -560,7 +560,7 @@ The driver offers buffers to one of the device's virtqueues as follows: \item Steps \ref{itm:Basic Facilities of a Virtio Device / Virtqueues / Supplying Buffers to The Device / Place Buffers} and \ref{itm:Basic Facilities of a Virtio Device / Virtqueues / Supplying Buffers to The Device / Place Index} MAY be performed repeatedly if batching is possible. -\item The driver performs suitable a memory barrier to ensure the device sees +\item The driver performs a suitable memory barrier to ensure the device sees the updated descriptor table and available ring before the next step. |