From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55077) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cByny-0006DU-Py for qemu-devel@nongnu.org; Wed, 30 Nov 2016 01:55:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cBynv-0004yY-I3 for qemu-devel@nongnu.org; Wed, 30 Nov 2016 01:55:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41494) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cBynv-0004y9-8l for qemu-devel@nongnu.org; Wed, 30 Nov 2016 01:55:43 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 18091C04B325 for ; Wed, 30 Nov 2016 06:55:42 +0000 (UTC) Date: Wed, 30 Nov 2016 14:55:39 +0800 From: Fam Zheng Message-ID: <20161130065539.GA27283@lemon> References: <20161129153701.29472-1-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161129153701.29472-1-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH] virtio-scsi: introduce virtio_scsi_acquire/release List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, stefanha@redhat.com On Tue, 11/29 16:37, Paolo Bonzini wrote: > These will be used more as soon as the acquire/release is pushed down to > the ioeventfd handlers. > > Signed-off-by: Paolo Bonzini Looks sane. Reviewed-by: Fam Zheng