From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTuoF-0006Id-JJ for qemu-devel@nongnu.org; Tue, 16 Sep 2014 11:36:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTuo9-00028w-8o for qemu-devel@nongnu.org; Tue, 16 Sep 2014 11:36:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45588) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTuo9-00028T-2C for qemu-devel@nongnu.org; Tue, 16 Sep 2014 11:36:45 -0400 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 s8GFaf42024174 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 16 Sep 2014 11:36:41 -0400 From: Kevin Wolf Date: Tue, 16 Sep 2014 17:36:30 +0200 Message-Id: <1410881796-18452-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/6] block: Single-device query-block(-node) and cache info List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com 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. Kevin Wolf (6): block/qapi: Add cache information to query-block block: Add optional device argument to query-block block: Introduce query-block-node block/hmp: Factor out print_block_info() block/hmp: Allow info = NULL in print_block_info() block: Allow node-name in HMP 'info block' block.c | 15 +++- block/qapi.c | 25 +++++- blockdev.c | 8 +- hmp.c | 208 ++++++++++++++++++++++++++------------------- include/block/block.h | 2 +- qapi/block-core.json | 31 +++++-- tests/qemu-iotests/051.out | 1 + tests/qemu-iotests/067.out | 10 +-- 8 files changed, 196 insertions(+), 104 deletions(-) -- 1.8.3.1