diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2019-11-24 07:57:17 -0500 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2019-11-24 07:57:17 -0500 |
commit | f6fa72200dd2eb707027ceb2967417beb431db5e (patch) | |
tree | a2015f1900d9a3f8ef137b7de69076b4839ba504 | |
parent | 3ea1af6afb4cccb9a12c59c27e9df74505e5289e (diff) | |
download | virtio-spec-f6fa72200dd2eb707027ceb2967417beb431db5e.tar.gz |
Revert "virtio-rng: fix device/driver confusion"
This reverts commit 3ea1af6afb4cccb9a12c59c27e9df74505e5289e.
Pushed by mistake.
-rw-r--r-- | content.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content.tex b/content.tex index 1bb2745..ad50c9b 100644 --- a/content.tex +++ b/content.tex @@ -4759,7 +4759,7 @@ by random data by the device. \drivernormative{\subsubsection}{Device Operation}{Device Types / Entropy Device / Device Operation} -The driver MUST NOT place device-readable buffers into the queue. +The driver MUST NOT place driver-readable buffers into the queue. The driver MUST examine the length written by the device to determine how many random bytes were received. |