From: Paolo Bonzini <pbonzini@redhat.com>
To: unlisted-recipients:; (no To-header on input)
Cc: "Nicholas A. Bellinger" <nab@linux-iscsi.org>,
target-devel <target-devel@vger.kernel.org>,
lf-virt <virtualization@lists.linux-foundation.org>,
kvm-devel <kvm@vger.kernel.org>,
qemu-devel <qemu-devel@nongnu.org>,
Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>,
Zhi Yong Wu <wuzhy@cn.ibm.com>,
Anthony Liguori <aliguori@linux.vnet.ibm.com>,
"Michael S. Tsirkin" <mst@redhat.com>,
Christoph Hellwig <hch@lst.de>, Jens Axboe <axboe@kernel.dk>,
Hannes Reinecke <hare@suse.de>
Subject: Re: [RFC 7/9] virtio-scsi: Start/stop vhost
Date: Wed, 25 Jul 2012 09:03:19 +0200 [thread overview]
Message-ID: <500F9A37.9080203@redhat.com> (raw)
In-Reply-To: <500F99B4.4050209@redhat.com>
Il 25/07/2012 09:01, Paolo Bonzini ha scritto:
>> > From: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
>> >
>> > This patch starts and stops vhost as the virtio device transitions
>> > through its status phases. Vhost can only be started once the guest
>> > reports its driver has successfully initialized, which means the
>> > virtqueues have been set up by the guest.
>> >
>> > (v2: Squash virtio-scsi: use the vhost-scsi host device from stefan)
>> >
>> > Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
>> > Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
>> > Cc: Michael S. Tsirkin <mst@redhat.com>
>> > Cc: Paolo Bonzini <pbonzini@redhat.com>
>> > Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
> Hmm, this is not what the patch does... :)
Oops, the above comment was meant for patch 5. Which is a one-liner
that can be squashed here.
Anyway there is some problem with the ordering of the patches, because
this patch includes vhost-scsi.h (introduced in patch 9) and patch 5
uses VHostSCSI (defined by vhost-scsi.h).
Paolo
WARNING: multiple messages have this Message-ID (diff)
From: Paolo Bonzini <pbonzini@redhat.com>
Cc: Jens Axboe <axboe@kernel.dk>,
Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>,
kvm-devel <kvm@vger.kernel.org>,
"Michael S. Tsirkin" <mst@redhat.com>,
qemu-devel <qemu-devel@nongnu.org>,
"Nicholas A. Bellinger" <nab@linux-iscsi.org>,
lf-virt <virtualization@lists.linux-foundation.org>,
Anthony Liguori <aliguori@linux.vnet.ibm.com>,
target-devel <target-devel@vger.kernel.org>,
Hannes Reinecke <hare@suse.de>, Zhi Yong Wu <wuzhy@cn.ibm.com>,
Christoph Hellwig <hch@lst.de>
Subject: Re: [Qemu-devel] [RFC 7/9] virtio-scsi: Start/stop vhost
Date: Wed, 25 Jul 2012 09:03:19 +0200 [thread overview]
Message-ID: <500F9A37.9080203@redhat.com> (raw)
In-Reply-To: <500F99B4.4050209@redhat.com>
Il 25/07/2012 09:01, Paolo Bonzini ha scritto:
>> > From: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
>> >
>> > This patch starts and stops vhost as the virtio device transitions
>> > through its status phases. Vhost can only be started once the guest
>> > reports its driver has successfully initialized, which means the
>> > virtqueues have been set up by the guest.
>> >
>> > (v2: Squash virtio-scsi: use the vhost-scsi host device from stefan)
>> >
>> > Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
>> > Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
>> > Cc: Michael S. Tsirkin <mst@redhat.com>
>> > Cc: Paolo Bonzini <pbonzini@redhat.com>
>> > Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
> Hmm, this is not what the patch does... :)
Oops, the above comment was meant for patch 5. Which is a one-liner
that can be squashed here.
Anyway there is some problem with the ordering of the patches, because
this patch includes vhost-scsi.h (introduced in patch 9) and patch 5
uses VHostSCSI (defined by vhost-scsi.h).
Paolo
next prev parent reply other threads:[~2012-07-25 7:03 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-24 22:33 [RFC 0/9] vhost-scsi: Add support for host virtualized target Nicholas A. Bellinger
2012-07-24 22:33 ` [Qemu-devel] " Nicholas A. Bellinger
2012-07-24 22:33 ` [RFC 1/9] notifier: add validity check and notify function Nicholas A. Bellinger
2012-07-24 22:33 ` [Qemu-devel] " Nicholas A. Bellinger
2012-07-25 6:53 ` Paolo Bonzini
2012-07-25 6:53 ` [Qemu-devel] " Paolo Bonzini
2012-07-25 6:53 ` Paolo Bonzini
2012-07-24 22:33 ` Nicholas A. Bellinger
2012-07-24 22:33 ` [RFC 2/9] virtio-pci: support host notifiers in TCG mode Nicholas A. Bellinger
2012-07-24 22:33 ` [Qemu-devel] " Nicholas A. Bellinger
2012-07-25 6:50 ` Paolo Bonzini
2012-07-25 6:50 ` [Qemu-devel] " Paolo Bonzini
2012-07-24 22:33 ` Nicholas A. Bellinger
2012-07-24 22:34 ` [RFC 3/9] virtio-pci: check that event notification worked Nicholas A. Bellinger
2012-07-24 22:34 ` [Qemu-devel] " Nicholas A. Bellinger
2012-07-24 22:34 ` Nicholas A. Bellinger
2012-07-24 22:34 ` [RFC 4/9] vhost: Pass device path to vhost_dev_init() Nicholas A. Bellinger
2012-07-24 22:34 ` Nicholas A. Bellinger
2012-07-24 22:34 ` [Qemu-devel] " Nicholas A. Bellinger
2012-07-24 22:34 ` [RFC 5/9] virtio-scsi: Add wwpn and tgpt properties Nicholas A. Bellinger
2012-07-24 22:34 ` Nicholas A. Bellinger
2012-07-24 22:34 ` [Qemu-devel] " Nicholas A. Bellinger
2012-07-24 22:34 ` [RFC 6/9] virtio-scsi: Open and initialize /dev/vhost-scsi Nicholas A. Bellinger
2012-07-24 22:34 ` Nicholas A. Bellinger
2012-07-24 22:34 ` [Qemu-devel] " Nicholas A. Bellinger
2012-07-25 7:05 ` Paolo Bonzini
2012-07-25 7:05 ` [Qemu-devel] " Paolo Bonzini
2012-07-24 22:34 ` [RFC 7/9] virtio-scsi: Start/stop vhost Nicholas A. Bellinger
2012-07-24 22:34 ` Nicholas A. Bellinger
2012-07-24 22:34 ` [Qemu-devel] " Nicholas A. Bellinger
2012-07-25 7:01 ` Paolo Bonzini
2012-07-25 7:01 ` Paolo Bonzini
2012-07-25 7:01 ` [Qemu-devel] " Paolo Bonzini
2012-07-25 7:03 ` Paolo Bonzini [this message]
2012-07-25 7:03 ` Paolo Bonzini
2012-07-25 7:03 ` Paolo Bonzini
2012-07-24 22:34 ` [RFC 8/9] virtio-scsi: Set max_target=0 during vhost-scsi operation Nicholas A. Bellinger
2012-07-24 22:34 ` Nicholas A. Bellinger
2012-07-24 22:34 ` [Qemu-devel] " Nicholas A. Bellinger
2012-07-24 22:34 ` [RFC 9/9] vhost-scsi: add -vhost-scsi host device Nicholas A. Bellinger
2012-07-24 22:34 ` [Qemu-devel] " Nicholas A. Bellinger
2012-07-25 6:58 ` Paolo Bonzini
2012-07-25 6:58 ` [Qemu-devel] " Paolo Bonzini
2012-07-24 22:34 ` Nicholas A. Bellinger
2012-07-25 2:53 ` [RFC 0/9] vhost-scsi: Add support for host virtualized target Zhi Yong Wu
2012-07-25 2:53 ` [Qemu-devel] " Zhi Yong Wu
2012-07-25 2:53 ` Zhi Yong Wu
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=500F9A37.9080203@redhat.com \
--to=pbonzini@redhat.com \
--cc=aliguori@linux.vnet.ibm.com \
--cc=axboe@kernel.dk \
--cc=hare@suse.de \
--cc=hch@lst.de \
--cc=kvm@vger.kernel.org \
--cc=mst@redhat.com \
--cc=nab@linux-iscsi.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@linux.vnet.ibm.com \
--cc=target-devel@vger.kernel.org \
--cc=virtualization@lists.linux-foundation.org \
--cc=wuzhy@cn.ibm.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.