diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2018-12-12 18:22:24 -0500 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2019-01-11 16:05:49 -0500 |
commit | a8b784139e10a9e2ed71243864f9b497a883de94 (patch) | |
tree | 6f0afbecfd258910f46522878425e2d41ae73128 | |
parent | 0a4ff10510e5194ee0ab9d7b6b3c57d9660a8803 (diff) | |
download | virtio-spec-a8b784139e10a9e2ed71243864f9b497a883de94.tar.gz |
packed-ring: put normative on one line
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | packed-ring.tex | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packed-ring.tex b/packed-ring.tex index 2a6c685..4395b5a 100644 --- a/packed-ring.tex +++ b/packed-ring.tex @@ -652,9 +652,7 @@ if (vq->device_event.flags != RING_EVENT_FLAGS_DISABLE) { \end{lstlisting} -\drivernormative{\paragraph}{Sending Available Buffer Notifications} -{Basic Facilities of a Virtio Device / Packed Virtqueues / Supplying -Buffers to The Device / Sending Available Buffer Notifications} +\drivernormative{\paragraph}{Sending Available Buffer Notifications} {Basic Facilities of a Virtio Device / Packed Virtqueues / Supplying Buffers to The Device / Sending Available Buffer Notifications} The driver MUST perform a suitable memory barrier before reading the Event Suppression structure occupying the Device Area. Failing to do so could result in mandatory available buffer notifications |