From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYayq-0001si-Pw for qemu-devel@nongnu.org; Mon, 29 Sep 2014 09:27:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYayk-0001Sg-Ld for qemu-devel@nongnu.org; Mon, 29 Sep 2014 09:27:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46616) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYayk-0001LV-E2 for qemu-devel@nongnu.org; Mon, 29 Sep 2014 09:27:02 -0400 Date: Mon, 29 Sep 2014 15:26:51 +0200 From: Kevin Wolf Message-ID: <20140929132651.GH3910@noname.str.redhat.com> References: <1410891148-28849-1-git-send-email-armbru@redhat.com> <1410891148-28849-21-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1410891148-28849-21-git-send-email-armbru@redhat.com> 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 Cc: mreitz@redhat.com, famz@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, benoit.canet@nodalink.com Am 16.09.2014 um 20:12 hat Markus Armbruster geschrieben: > 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 Reviewed-by: Kevin Wolf