From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bn4Ez-0000qq-B1 for qemu-devel@nongnu.org; Thu, 22 Sep 2016 09:40:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bn4Eu-0005Lm-4x for qemu-devel@nongnu.org; Thu, 22 Sep 2016 09:40:40 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:53637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bn4Et-0005LR-RI for qemu-devel@nongnu.org; Thu, 22 Sep 2016 09:40:36 -0400 Received: from pps.filterd (m0098404.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id u8MDcmku061043 for ; Thu, 22 Sep 2016 09:40:35 -0400 Received: from e06smtp13.uk.ibm.com (e06smtp13.uk.ibm.com [195.75.94.109]) by mx0a-001b2d01.pphosted.com with ESMTP id 25m73ab983-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 22 Sep 2016 09:40:34 -0400 Received: from localhost by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 22 Sep 2016 14:40:32 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 1BA6417D805F for ; Thu, 22 Sep 2016 14:42:30 +0100 (BST) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u8MDeUW014090672 for ; Thu, 22 Sep 2016 13:40:30 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u8MDeUdS004803 for ; Thu, 22 Sep 2016 07:40:30 -0600 Date: Thu, 22 Sep 2016 15:40:28 +0200 From: Cornelia Huck In-Reply-To: <147447702371.30952.12299213732680238463.stgit@bahia> References: <147447700612.30952.9420141963781948805.stgit@bahia> <147447702371.30952.12299213732680238463.stgit@bahia> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20160922154028.406003a5.cornelia.huck@de.ibm.com> Subject: Re: [Qemu-devel] [PATCH v2 2/9] virtio-blk: turn virtio_blk_handle_request() into a static function List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Kurz Cc: qemu-devel@nongnu.org, Kevin Wolf , "Michael S. Tsirkin" , Jason Wang , Max Reitz , "Aneesh Kumar K.V" , Stefan Hajnoczi , Paolo Bonzini On Wed, 21 Sep 2016 18:57:03 +0200 Greg Kurz wrote: > It is only used locally since this commit: > > 03de2f527499 virtio-blk: do not use vring in dataplane > > Signed-off-by: Greg Kurz > --- > hw/block/virtio-blk.c | 2 +- > include/hw/virtio/virtio-blk.h | 2 -- > 2 files changed, 1 insertion(+), 3 deletions(-) Reviewed-by: Cornelia Huck