From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2b13-0005GC-Db for qemu-devel@nongnu.org; Fri, 04 Nov 2016 05:42:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c2b10-0002QF-9b for qemu-devel@nongnu.org; Fri, 04 Nov 2016 05:42:29 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:34548) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c2b0z-0002Oo-VE for qemu-devel@nongnu.org; Fri, 04 Nov 2016 05:42:26 -0400 Received: from pps.filterd (m0098410.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id uA49cba8058095 for ; Fri, 4 Nov 2016 05:42:25 -0400 Received: from e06smtp11.uk.ibm.com (e06smtp11.uk.ibm.com [195.75.94.107]) by mx0a-001b2d01.pphosted.com with ESMTP id 26gqqegh0j-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Fri, 04 Nov 2016 05:42:24 -0400 Received: from localhost by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 4 Nov 2016 09:42:22 -0000 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id B351017D805D for ; Fri, 4 Nov 2016 09:44:26 +0000 (GMT) Received: from d06av06.portsmouth.uk.ibm.com (d06av06.portsmouth.uk.ibm.com [9.149.37.217]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id uA49g7Ha37879836 for ; Fri, 4 Nov 2016 09:42:07 GMT Received: from d06av06.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id uA49g7ts009216 for ; Fri, 4 Nov 2016 05:42:07 -0400 Date: Fri, 4 Nov 2016 10:42:05 +0100 From: Cornelia Huck In-Reply-To: <147824876965.27553.10665203899288420186.stgit@bahia> References: <147824874772.27553.11117306757523688100.stgit@bahia> <147824876965.27553.10665203899288420186.stgit@bahia> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20161104104205.7fb5989f.cornelia.huck@de.ibm.com> Subject: Re: [Qemu-devel] [PATCH 3/3] virtio: drop virtio_queue_get_ring_{size, addr}() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Kurz Cc: qemu-devel@nongnu.org, Pierre Morel , "Michael S. Tsirkin" On Fri, 04 Nov 2016 09:39:29 +0100 Greg Kurz wrote: > These are not used anymore. > > Signed-off-by: Greg Kurz > --- > hw/virtio/virtio.c | 11 ----------- > include/hw/virtio/virtio.h | 2 -- > 2 files changed, 13 deletions(-) Reviewed-by: Cornelia Huck