From e3b04128ea5b9bcbedc2b1cc6f16615a8afe645a Mon Sep 17 00:00:00 2001 From: rusty Date: Wed, 12 Feb 2014 03:14:23 +0000 Subject: PCI: rearrange it all This is the re-arrangement originally suggested by Rusty, except I made some fixes and also tweaked a couple of places where behaviour changes where suggested - if we want these, they should go in separately. Rearrange discovery section to make it clearer what goes on. Wording changes MUST/MAY/etc. Clarify cfg gateway use. No behavioural changes. [ Merged "fixup! PCI: rearrange it all" --RR ] As per minutes: https://lists.oasis-open.org/archives/virtio/201402/msg00121.html Signed-off-by: Michael S. Tsirkin Signed-off-by: Rusty Russell git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@233 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- content.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'content.tex') diff --git a/content.tex b/content.tex index abab16c..9c5b38f 100644 --- a/content.tex +++ b/content.tex @@ -1090,8 +1090,7 @@ the same Queue Notify address for all queues. The value cap.length presented by the device MUST be at least 2 and MUST be large enough to support queue notification offsets for all supported queues in all possible configurations. -For all queues, the value cap.length presented by the device MUST satisty: - +For all queues, the value cap.length presented by the device MUST satisfy: \begin{lstlisting} cap.length >= queue_notify_off * notify_off_multiplier + 2 \end{lstlisting} -- cgit v1.2.3