From f6fa72200dd2eb707027ceb2967417beb431db5e Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Sun, 24 Nov 2019 07:57:17 -0500 Subject: Revert "virtio-rng: fix device/driver confusion" This reverts commit 3ea1af6afb4cccb9a12c59c27e9df74505e5289e. Pushed by mistake. --- content.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit