From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrnUI-0001Em-6t for qemu-devel@nongnu.org; Fri, 21 Nov 2014 07:39:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrnUC-0006UC-2K for qemu-devel@nongnu.org; Fri, 21 Nov 2014 07:38:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrnUB-0006U6-S5 for qemu-devel@nongnu.org; Fri, 21 Nov 2014 07:38:52 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sALCcpcF010667 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 21 Nov 2014 07:38:51 -0500 Date: Fri, 21 Nov 2014 13:38:48 +0100 From: Kevin Wolf Message-ID: <20141121123848.GD3956@noname.redhat.com> References: <1415808678-30795-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1415808678-30795-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/5] block: QMP cache info and HMP node support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: armbru@redhat.com, stefanha@redhat.com Am 12.11.2014 um 17:11 hat Kevin Wolf geschrieben: > This was supposed to be the first part of a series allowing to override > the cache mode for backing files, and more specifically to support the > test cases for that series. > > However, this work turned out to be a bit more complicated than I had > hoped, and the query improvement is nice to have on its own, so I'm > sending this out as a standalone series. > > v2: > - Markus didn't like QMP query-* commands that filter, so this series > is mainly about HMP now [Markus] > - Use BlockdevCacheInfo instead of BlockdevCacheOptions [Markus] > - API version changed to 2.3 > - Added 'info block -n' which lists all names nodes > - Added a tab completion fix for HMP, bug exposed by 'info block -n' > > Kevin Wolf (5): > block/qapi: Add cache information to query-block > block/hmp: Factor out print_block_info() > block/hmp: Allow info = NULL in print_block_info() > block/hmp: Allow node-name in 'info block' > monitor: Fix HMP tab completion Applied to block-next (with the trivial conflict resolution in patch 1 that Eric predicted). Kevin