From mboxrd@z Thu Jan 1 00:00:00 1970 From: Asias He Subject: Re: [PATCH V3 0/2] tcm_vhost hotplug/hotunplug support Date: Tue, 19 Mar 2013 08:33:53 +0800 Message-ID: <20130319003353.GA15879@hj.localdomain> References: <1363056339-6061-1-git-send-email-asias@redhat.com> <1363643172.3156.62.camel@haakon2.linux-iscsi.org> <20130318215350.GA21091@redhat.com> <1363645170.3156.86.camel@haakon2.linux-iscsi.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1363645170.3156.86.camel@haakon2.linux-iscsi.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: "Nicholas A. Bellinger" Cc: kvm@vger.kernel.org, "Michael S. Tsirkin" , virtualization@lists.linux-foundation.org, target-devel@vger.kernel.org, Stefan Hajnoczi , Paolo Bonzini List-Id: virtualization@lists.linuxfoundation.org On Mon, Mar 18, 2013 at 03:19:30PM -0700, Nicholas A. Bellinger wrote: > On Mon, 2013-03-18 at 23:53 +0200, Michael S. Tsirkin wrote: > > On Mon, Mar 18, 2013 at 02:46:12PM -0700, Nicholas A. Bellinger wrote: > > > On Tue, 2013-03-12 at 10:45 +0800, Asias He wrote: > > > > Changes in v3: > > > > - Separate the bug fix to another thread > > > > > > > > Changes in v2: > > > > - Remove code duplication in tcm_vhost_{hotplug,hotunplug} > > > > - Fix racing of vs_events_nr > > > > - Add flush fix patch to this series > > > > > > > > > > > > Asias He (2): > > > > tcm_vhost: Introduce tcm_vhost_check_feature() > > > > tcm_vhost: Add hotplug/hotunplug support > > > > > > > > drivers/vhost/tcm_vhost.c | 224 ++++++++++++++++++++++++++++++++++++++++++++-- > > > > drivers/vhost/tcm_vhost.h | 10 +++ > > > > 2 files changed, 229 insertions(+), 5 deletions(-) > > > > > > > > > > MST, are you OK with these two being applied to target-pending/for-next > > > now..? > > > > > > --nab > > > > Sorry, no, I'd prefer we get userspace support in qemu in first. > > If there's only a single user for this driver (kvmtool), > > then it was a mistake to merge it, the right thing would be to freeze it > > and look at whether we can drop it completely. > > > > I really don't want this, I hope it will be merged and all will > > be shiny, but I think it's wrong to rush in more code, > > we have some time before the next merge window. > > > > Fair enough. > > With the seabios issues now out of the way, the proposed vhost-scsi-pci > series from Paolo can make it's way into upstream QEMU in an expedited > fashion. > > If Asias is OK with it, I'll take ownership of the WIP code and make > sure it finally makes it into upstream QEMU proper. Nicholas, sure, go ahead. I will send out WIP v3 where you can start with. -- Asias