From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH] virtio-spec: fix thinko in multiport documentation Date: Wed, 12 Dec 2012 10:22:24 +0200 Message-ID: <20121212082224.GA3827@redhat.com> References: <20120909110837.GA2395@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20120909110837.GA2395@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Amit Shah , virtualization@lists.linux-foundation.org List-Id: virtualization@lists.linuxfoundation.org On Sun, Sep 09, 2012 at 02:08:37PM +0300, Michael S. Tsirkin wrote: > spec numbers ports port0, port 1 etc, then goes on to say > "ports 2 onwards only if MULTIPORT is set". > An obvious thinko, should be port 1 onwards. > > Signed-off-by: Michael S. Tsirkin Rusty, Amit, any feedback? > --- > virtio-spec.lyx | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/virtio-spec.lyx b/virtio-spec.lyx > index a713807..d801aa6 100644 > --- a/virtio-spec.lyx > +++ b/virtio-spec.lyx > @@ -6298,7 +6298,13 @@ Virtqueues 0:receiveq(port0). > status open > > \begin_layout Plain Layout > -Ports 2 onwards only if VIRTIO_CONSOLE_F_MULTIPORT is set > +Ports > +\change_inserted 1986246365 1347188327 > +1 > +\change_deleted 1986246365 1347188327 > +2 > +\change_unchanged > + onwards only if VIRTIO_CONSOLE_F_MULTIPORT is set > \end_layout > > \end_inset > -- > MST