From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Sender: List-Post: List-Help: List-Unsubscribe: List-Subscribe: Received: from lists.oasis-open.org (oasis-open.org [10.110.1.242]) by lists.oasis-open.org (Postfix) with ESMTP id 1587B98649F for ; Tue, 25 Jan 2022 12:24:46 +0000 (UTC) Date: Tue, 25 Jan 2022 07:24:39 -0500 From: "Michael S. Tsirkin" Message-ID: <20220125122332.64473-1-mst@redhat.com> MIME-Version: 1.0 Subject: [virtio-dev] [PATCH] virtio-gpio: offered -> negotiated Content-Type: text/plain; charset=us-ascii Content-Disposition: inline To: virtio-comment@lists.oasis-open.org, virtio-dev@lists.oasis-open.org Cc: Viresh Kumar , virtio@lists.oasis-open.org List-ID: virtqueues are only discovered after FEATURES_OK. As such it makes no sense to talk about virtqueues being affected by features which are offered but not negotiated, and doing so will confuse the reader. Signed-off-by: Michael S. Tsirkin --- Viresh, others your thoughts on this? Looks like an obvious typo to me, and something that I think we can fix under the editorial changes rule. virtio-gpio.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtio-gpio.tex b/virtio-gpio.tex index 55c553f..8e5c7f0 100644 --- a/virtio-gpio.tex +++ b/virtio-gpio.tex @@ -15,7 +15,7 @@ \subsection{Virtqueues}\label{sec:Device Types / GPIO Device / Virtqueues} \end{description} The \field{eventq} virtqueue is available only if the \field{VIRTIO_GPIO_F_IRQ} -feature is offered by the device. +feature has been negotiated. \subsection{Feature bits}\label{sec:Device Types / GPIO Device / Feature bits} -- MST --------------------------------------------------------------------- To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org