From: Paolo Bonzini <pbonzini@redhat.com>
To: Fam Zheng <famz@redhat.com>, qemu-devel@nongnu.org
Cc: kwolf@redhat.com, stefanha@redhat.com
Subject: Re: [Qemu-devel] [PATCH v3 0/7] virtio-scsi: Dataplane on single iothread
Date: Tue, 23 Sep 2014 12:33:55 +0200 [thread overview]
Message-ID: <54214C93.7090200@redhat.com> (raw)
In-Reply-To: <1411458570-7299-1-git-send-email-famz@redhat.com>
Il 23/09/2014 09:49, Fam Zheng ha scritto:
> The second half of previous series while rebasing on Paolo's scsi-next branch.
>
> Changes include:
>
> - Move dataplane fields from VirtIOSCSICommon to VirtIOSCSI.
> - Assert s->ctx in virtio_scsi_set_iothread.
> - No virtio_scsi_aio_acquire, just acquire/release in virtio_scsi_push_event.
> - Add migration state notifier.
> - Add bdrv_io_plug / bdrv_io_unplug.
>
> Thanks,
> Fam
>
> Fam Zheng (7):
> virtio-scsi-dataplane: Code to run virtio-scsi on iothread
> virtio-scsi: Hook up with dataplane
> virtio-scsi: Add migration state notifier for dataplane code
> virtio-scsi: Two stages processing of cmd request
> virtio-scsi: Batched prepare for cmd reqs
> virtio-scsi: Call bdrv_io_plug/bdrv_io_unplug in cmd request handling
> virtio-scsi: Process ".iothread" property
>
> hw/scsi/Makefile.objs | 2 +-
> hw/scsi/virtio-scsi-dataplane.c | 229 ++++++++++++++++++++++++++++++++++++++++
> hw/scsi/virtio-scsi.c | 116 +++++++++++++++++---
> include/hw/virtio/virtio-scsi.h | 33 +++++-
> 4 files changed, 362 insertions(+), 18 deletions(-)
> create mode 100644 hw/scsi/virtio-scsi-dataplane.c
>
Thanks, applied to scsi-next.
Paolo
prev parent reply other threads:[~2014-09-23 10:34 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-23 7:49 [Qemu-devel] [PATCH v3 0/7] virtio-scsi: Dataplane on single iothread Fam Zheng
2014-09-23 7:49 ` [Qemu-devel] [PATCH v3 1/7] virtio-scsi-dataplane: Code to run virtio-scsi on iothread Fam Zheng
2014-09-23 7:49 ` [Qemu-devel] [PATCH v3 2/7] virtio-scsi: Hook up with dataplane Fam Zheng
2014-09-23 7:49 ` [Qemu-devel] [PATCH v3 3/7] virtio-scsi: Add migration state notifier for dataplane code Fam Zheng
2014-09-23 7:49 ` [Qemu-devel] [PATCH v3 4/7] virtio-scsi: Two stages processing of cmd request Fam Zheng
2014-09-23 7:49 ` [Qemu-devel] [PATCH v3 5/7] virtio-scsi: Batched prepare for cmd reqs Fam Zheng
2014-09-23 7:49 ` [Qemu-devel] [PATCH v3 6/7] virtio-scsi: Call bdrv_io_plug/bdrv_io_unplug in cmd request handling Fam Zheng
2014-09-23 7:49 ` [Qemu-devel] [PATCH v3 7/7] virtio-scsi: Process ".iothread" property Fam Zheng
2014-09-23 10:33 ` Paolo Bonzini [this message]
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=54214C93.7090200@redhat.com \
--to=pbonzini@redhat.com \
--cc=famz@redhat.com \
--cc=kwolf@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/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.