All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
Cc: kvm@vger.kernel.org, virtualization@lists.linux-foundation.org,
	Stefan Hajnoczi <stefanha@redhat.com>,
	Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [PATCH v5 0/3] tcm_vhost hotplug
Date: Wed, 17 Apr 2013 16:17:26 +0300	[thread overview]
Message-ID: <20130417131726.GA26157@redhat.com> (raw)
In-Reply-To: <1365808250.26011.68.camel@haakon2.linux-iscsi.org>

On Fri, Apr 12, 2013 at 04:10:50PM -0700, Nicholas A. Bellinger wrote:
> Hi MST,
> 
> Ping on this series for use with vhost-scsi-pci code..?
> 
> They will need to be heading into target-pending/for-next soon to make
> the v3.10 window opening in t-minus 9 days.  ;)
> 
> --nab
> 
> On Tue, 2013-04-09 at 16:51 +0800, Asias He wrote:
> > Asias He (3):
> >   tcm_vhost: Introduce tcm_vhost_check_feature()
> >   tcm_vhost: Add helper to check if endpoint is setup
> >   tcm_vhost: Add hotplug/hotunplug support
> > 
> >  drivers/vhost/tcm_vhost.c | 236 +++++++++++++++++++++++++++++++++++++++++++++-
> >  drivers/vhost/tcm_vhost.h |  10 ++
> >  2 files changed, 242 insertions(+), 4 deletions(-)
> > 

Okay, Paolo says it's now a sure thing we'll use it in qemu, in fact in
1.5, so let's cross the fingers and start merging new code.

Acked-by: Michael S. Tsirkin <mst@redhat.com>

  parent reply	other threads:[~2013-04-17 13:17 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-09  8:51 [PATCH v5 0/3] tcm_vhost hotplug Asias He
2013-04-09  8:51 ` [PATCH v5 1/3] tcm_vhost: Introduce tcm_vhost_check_feature() Asias He
2013-04-09  8:51 ` [PATCH v5 2/3] tcm_vhost: Add helper to check if endpoint is setup Asias He
2013-04-09  8:51 ` [PATCH v5 3/3] tcm_vhost: Add hotplug/hotunplug support Asias He
2013-04-12 23:10 ` [PATCH v5 0/3] tcm_vhost hotplug Nicholas A. Bellinger
2013-04-13  3:20   ` [PATCH v6 " Asias He
2013-04-13  3:20   ` [PATCH v6 1/3] tcm_vhost: Introduce tcm_vhost_check_feature() Asias He
2013-04-13  3:20   ` [PATCH v6 2/3] tcm_vhost: Add helper to check if endpoint is setup Asias He
2013-04-13  3:20   ` [PATCH v6 3/3] tcm_vhost: Add hotplug/hotunplug support Asias He
2013-04-13  3:20   ` Asias He
2013-04-14  8:53   ` [PATCH v5 0/3] tcm_vhost hotplug Michael S. Tsirkin
2013-04-17 13:17   ` Michael S. Tsirkin [this message]
2013-04-18  1:05     ` [PATCH v7 " Asias He
2013-04-18  1:05     ` Asias He
2013-04-18  7:36       ` Michael S. Tsirkin
2013-04-18  1:05     ` [PATCH v7 1/3] tcm_vhost: Introduce tcm_vhost_check_feature() Asias He
2013-04-18  7:06       ` Michael S. Tsirkin
2013-04-18  7:06       ` Michael S. Tsirkin
2013-04-18  8:25         ` Asias He
2013-04-18  7:44           ` Michael S. Tsirkin
2013-04-18  1:05     ` [PATCH v7 2/3] tcm_vhost: Add helper to check if endpoint is setup Asias He
2013-04-18  1:05     ` Asias He
2013-04-18  7:09       ` Michael S. Tsirkin
2013-04-18  8:32         ` Asias He
2013-04-18  7:38           ` Michael S. Tsirkin
2013-04-22  8:53             ` Asias He
2013-04-22 13:28               ` Michael S. Tsirkin
2013-04-22 15:00                 ` Asias He
2013-04-22 16:21                   ` Michael S. Tsirkin
2013-04-22 16:21                   ` Michael S. Tsirkin
2013-04-22  8:53             ` Asias He
2013-04-18  1:05     ` [PATCH v7 3/3] tcm_vhost: Add hotplug/hotunplug support Asias He
2013-04-18  7:34       ` Michael S. Tsirkin
2013-04-18  8:59         ` Asias He
2013-04-18  8:21           ` Michael S. Tsirkin
2013-04-19  2:34             ` Asias He
2013-04-20 19:01               ` Michael S. Tsirkin
2013-04-22  9:20                 ` Asias He
2013-04-22 13:17                   ` Michael S. Tsirkin
2013-04-22 15:22                     ` Asias He
2013-04-23  4:18                       ` Rusty Russell
2013-04-23  4:45                         ` Asias He
2013-04-18  1:05     ` Asias He
2013-04-18  1:09     ` [PATCH v5 0/3] tcm_vhost hotplug Asias He
2013-04-12 23:10 ` Nicholas A. Bellinger

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=20130417131726.GA26157@redhat.com \
    --to=mst@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=nab@linux-iscsi.org \
    --cc=pbonzini@redhat.com \
    --cc=stefanha@redhat.com \
    --cc=virtualization@lists.linux-foundation.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.