From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH] tcm_vhost: Add hotplug/hotunplug support Date: Tue, 05 Mar 2013 14:21:20 +0100 Message-ID: <5135F150.1060206@redhat.com> References: <1362475027-12018-1-git-send-email-asias@redhat.com> <20130305121125.GA823@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, target-devel@vger.kernel.org, Stefan Hajnoczi To: "Michael S. Tsirkin" Return-path: In-Reply-To: <20130305121125.GA823@redhat.com> 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 List-Id: kvm.vger.kernel.org Il 05/03/2013 13:11, Michael S. Tsirkin ha scritto: >> > + >> > + struct vhost_work vs_event_work; /* evt injection work item */ >> > + struct llist_head vs_event_list; /* evt injection queue */ >> > + >> > + bool vs_events_dropped; > Documentation pls. > Also - how is this handled during migration? Migration is not supported by vhost-scsi but yes, we would need to retrieve this bit. Paolo > Don't we need a way for userspace to retrieve this bit? >