From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW3Zo-0001pL-2Z for qemu-devel@nongnu.org; Mon, 22 Sep 2014 09:22:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XW3Zh-0004Mn-U2 for qemu-devel@nongnu.org; Mon, 22 Sep 2014 09:22:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW3Zh-0004ME-N4 for qemu-devel@nongnu.org; Mon, 22 Sep 2014 09:22:41 -0400 Message-ID: <54202296.1070402@redhat.com> Date: Mon, 22 Sep 2014 15:22:30 +0200 From: Max Reitz MIME-Version: 1.0 References: <1410891148-28849-1-git-send-email-armbru@redhat.com> <1410891148-28849-21-git-send-email-armbru@redhat.com> In-Reply-To: <1410891148-28849-21-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 20/23] block/qapi: Convert qmp_query_block() to BlockBackend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , qemu-devel@nongnu.org Cc: kwolf@redhat.com, famz@redhat.com, benoit.canet@nodalink.com, stefanha@redhat.com On 16.09.2014 20:12, Markus Armbruster wrote: > Much more command code needs conversion. I start with this one > because it's using bdrv_dev_* functions, which I'm about to lift into > BlockBackend. > > While there, give bdrv_query_info() internal linkage. > > Signed-off-by: Markus Armbruster > --- > block/qapi.c | 15 ++++++++------- > include/block/qapi.h | 3 --- > 2 files changed, 8 insertions(+), 10 deletions(-) Reviewed-by: Max Reitz