From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNGDA-0002n7-DH for qemu-devel@nongnu.org; Wed, 13 Jul 2016 05:12:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNGD4-000423-93 for qemu-devel@nongnu.org; Wed, 13 Jul 2016 05:12:07 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:7321 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNGD4-00041x-2i for qemu-devel@nongnu.org; Wed, 13 Jul 2016 05:12:02 -0400 Received: from pps.filterd (m0098414.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u6D9BQxY053455 for ; Wed, 13 Jul 2016 05:12:01 -0400 Received: from e06smtp16.uk.ibm.com (e06smtp16.uk.ibm.com [195.75.94.112]) by mx0b-001b2d01.pphosted.com with ESMTP id 2455fcpf1q-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 13 Jul 2016 05:12:01 -0400 Received: from localhost by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 13 Jul 2016 10:12:00 +0100 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 61DB617D8024 for ; Wed, 13 Jul 2016 10:13:24 +0100 (BST) Received: from d06av10.portsmouth.uk.ibm.com (d06av10.portsmouth.uk.ibm.com [9.149.37.251]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u6D9Bvh83080486 for ; Wed, 13 Jul 2016 09:11:57 GMT Received: from d06av10.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av10.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u6D8BxNd010887 for ; Wed, 13 Jul 2016 02:11:59 -0600 Date: Wed, 13 Jul 2016 11:11:55 +0200 From: Cornelia Huck In-Reply-To: <1468386588-26584-7-git-send-email-famz@redhat.com> References: <1468386588-26584-1-git-send-email-famz@redhat.com> <1468386588-26584-7-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20160713111155.68cf826d.cornelia.huck@de.ibm.com> Subject: Re: [Qemu-devel] [PATCH v4 6/6] virtio-scsi: Replace HandleOutput typedef List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, kwolf@redhat.com, pbonzini@redhat.com, stefanha@redhat.com, mst@redhat.com On Wed, 13 Jul 2016 13:09:48 +0800 Fam Zheng wrote: > There is a new common one in virtio.h, use it. > > Signed-off-by: Fam Zheng > --- > hw/scsi/virtio-scsi.c | 5 +++-- > include/hw/virtio/virtio-scsi.h | 6 ++---- > 2 files changed, 5 insertions(+), 6 deletions(-) I think you can merge this with patch 1, but anyway: Reviewed-by: Cornelia Huck