From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH] virtio-spec: serial: english tweak Date: Mon, 12 Nov 2012 18:56:54 +0200 Message-ID: <20121112165654.GA18190@redhat.com> References: <20120909121116.GA2972@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: <20120909121116.GA2972@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: virtualization@lists.linux-foundation.org, Amit Shah List-Id: virtualization@lists.linuxfoundation.org On Sun, Sep 09, 2012 at 03:11:16PM +0300, Michael S. Tsirkin wrote: > "A number of virtqueues are created" seems clearer > than "the number of virtqueues": it's > virtqueues that are created not the number. > > Signed-off-by: Michael S. Tsirkin ping > --- > > I'm not a native english speaker but the below > seems correct to me. Rusty? > > virtio-spec.lyx | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/virtio-spec.lyx b/virtio-spec.lyx > index d9626a9..a29315c 100644 > --- a/virtio-spec.lyx > +++ b/virtio-spec.lyx > @@ -6406,7 +6406,7 @@ If the VIRTIO_CONSOLE_F_MULTIPORT feature is negotiated, the driver can > spawn multiple ports, not all of which may be attached to a console. > Some could be generic ports. > In this case, the control virtqueues are enabled and according to the max_nr_po > -rts configuration-space value, the appropriate number of virtqueues are > +rts configuration-space value, an appropriate number of virtqueues are > created. > A control message indicating the driver is ready is sent to the host. > The host can then send control messages for adding new ports to the device. > -- > MST