From: "Michael S. Tsirkin" <mst@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v2 0/7] virtio-scsi: do not rely on iov boundaries
Date: Wed, 18 Jun 2014 19:17:30 +0300 [thread overview]
Message-ID: <20140618161730.GA1087@redhat.com> (raw)
In-Reply-To: <1402931870-17261-1-git-send-email-pbonzini@redhat.com>
On Mon, Jun 16, 2014 at 05:17:43PM +0200, Paolo Bonzini wrote:
> The upcoming virtio 1.0 standard requires virtio devices not to
> rely on iov boundaries when parsing requests or sending responses.
> This series converts virtio-scsi.
>
> v1->v2: missed a few replacements in patch 6 (Paolo)
> never compare in_num/out_num to a non-zero value (Paolo)
> do not use in_sg[0]/out_sg[0] (mst)
Applied.
There was a trivial conflict in the last patch, please
verify the pci branch in my tree.
Thanks!
> Paolo Bonzini (7):
> util: add return value to qemu_iovec_concat_iov
> virtio-scsi: start preparing for any_layout
> virtio-scsi: add target swap for VirtIOSCSICtrlTMFReq fields
> virtio-scsi: add extra argument and return type to qemu_sgl_concat
> virtio-scsi: prepare sense data handling for any_layout
> virtio-scsi: introduce virtio_scsi_complete_cmd_req
> virtio-scsi: add support for the any_layout feature
>
> hw/scsi/virtio-scsi.c | 314 ++++++++++++++++++++++++----------------
> include/hw/i386/pc.h | 4 +
> include/hw/virtio/virtio-scsi.h | 4 +-
> include/qemu-common.h | 6 +-
> util/iov.c | 10 +-
> 5 files changed, 202 insertions(+), 136 deletions(-)
>
> --
> 1.8.3.1
next prev parent reply other threads:[~2014-06-18 16:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-16 15:17 [Qemu-devel] [PATCH v2 0/7] virtio-scsi: do not rely on iov boundaries Paolo Bonzini
2014-06-16 15:17 ` [Qemu-devel] [PATCH v2 1/7] util: add return value to qemu_iovec_concat_iov Paolo Bonzini
2014-06-16 15:17 ` [Qemu-devel] [PATCH v2 2/7] virtio-scsi: start preparing for any_layout Paolo Bonzini
2014-06-16 15:17 ` [Qemu-devel] [PATCH v2 3/7] virtio-scsi: add target swap for VirtIOSCSICtrlTMFReq fields Paolo Bonzini
2014-06-16 15:17 ` [Qemu-devel] [PATCH v2 4/7] virtio-scsi: add extra argument and return type to qemu_sgl_concat Paolo Bonzini
2014-06-16 15:17 ` [Qemu-devel] [PATCH v2 5/7] virtio-scsi: prepare sense data handling for any_layout Paolo Bonzini
2014-06-16 15:17 ` [Qemu-devel] [PATCH v2 6/7] virtio-scsi: introduce virtio_scsi_complete_cmd_req Paolo Bonzini
2014-06-16 15:17 ` [Qemu-devel] [PATCH v2 7/7] virtio-scsi: add support for the any_layout feature Paolo Bonzini
2014-06-18 16:17 ` Michael S. Tsirkin [this message]
2014-06-18 16:17 ` [Qemu-devel] [PATCH v2 0/7] virtio-scsi: do not rely on iov boundaries Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140618161730.GA1087@redhat.com \
--to=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.