Re: [virtio-dev] [PATCH v3 1/2] content: add virtio file system device

From
Stefan Hajnoczi <>
Date
2019-07-23T15:58:07+00:00
ID
Thread
Re: [virtio-dev] [PATCH v3 1/2] content: add virtio file system device
On Tue, Jun 18, 2019 at 09:29:13PM -0400, Michael S. Tsirkin wrote:
> On Wed, Feb 20, 2019 at 12:46:12PM +0000, Stefan Hajnoczi wrote:
> > +\begin{description}
> > +\item[\field{tag}] is the name associated with this file system.  The tag is
> > +    encoded in UTF-8 and padded with NUL bytes if shorter than the
> > +    available space.  This field is not NUL-terminated if the encoded bytes
> > +    take up the entire field.
> > +\item[\field{num_queues}] is the total number of request virtqueues exposed by
> > +    the device. The driver MAY use only one request queue,
> > +    or it can use more to achieve better performance.
> 
> Pls copy instances of MAY,SHOULD,MUST into conformance sections.
> Pls convert text outside of conformance sections to "can"
> or "is allowed to" etc.

Thanks for your feedback.  All of these comments will be addressed in
the next revision.

Stefan