OASIS Virtual I/O Device (VIRTIO) TC

 View Only
  • 1.  [PATCH] virtio-scsi: fix typos

    Posted 11-30-2016 21:22
    Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> --- content.tex 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content.tex b/content.tex index 5949c50..7339c4b 100644 --- a/content.tex +++ b/content.tex @@ -5145,7 +5145,7 @@ struct virtio_scsi_config { field doesn't restrict the actual block size of the LUNs, which is returned in the LUN's inquiry data. -item[field{cmd_per_lun}] is tells the driver the maximum number of +item[field{cmd_per_lun}] tells the driver the maximum number of linked commands it can send to one LUN. item[field{event_info_size}] is the maximum size that the device will fill @@ -5254,7 +5254,7 @@ struct virtio_scsi_req_cmd { u8 prio; u8 crn; u8 cdb[cdb_size]; - // The next two fields are only present if VIRTIO_SCSI_F_T10_PI + // The next three fields are only present if VIRTIO_SCSI_F_T10_PI // is negotiated. le32 pi_bytesout; le32 pi_bytesin; @@ -5268,7 +5268,7 @@ struct virtio_scsi_req_cmd { u8 status; u8 response; u8 sense[sense_size]; - // The next two fields are only present if VIRTIO_SCSI_F_T10_PI + // The next field is only present if VIRTIO_SCSI_F_T10_PI // is negotiated u8 pi_in[pi_bytesin]; u8 datain[]; -- 2.9.3


  • 2.  Re: [virtio] [PATCH] virtio-scsi: fix typos

    Posted 12-01-2016 13:36
    On Wed, Nov 30, 2016 at 10:22:13PM +0100, Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> > --- > content.tex 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Attachment: signature.asc Description: PGP signature