From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xu4Bm-0001WK-93 for qemu-devel@nongnu.org; Thu, 27 Nov 2014 13:53:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xu4Bc-0002Fh-LU for qemu-devel@nongnu.org; Thu, 27 Nov 2014 13:53:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34964) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xu4Bc-0002Ea-E2 for qemu-devel@nongnu.org; Thu, 27 Nov 2014 13:53:04 -0500 Message-ID: <54777309.9040704@redhat.com> Date: Thu, 27 Nov 2014 19:52:57 +0100 From: Max Reitz MIME-Version: 1.0 References: <1417105681-1878-1-git-send-email-mimu@linux.vnet.ibm.com> In-Reply-To: <1417105681-1878-1-git-send-email-mimu@linux.vnet.ibm.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: 082: Filter the real disk size List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Mueller , qemu-devel@nongnu.org Cc: kwolf@redhat.com, maochuan@linux.vnet.ibm.com, stefanha@redhat.com On 27.11.2014 17:28, Michael Mueller wrote: > The real on-disk size of an image depends on things like the host > filesystem. _img_info already filters it out, use the function in 082. > > Signed-off-by: Michael Mueller > --- > tests/qemu-iotests/082 | 14 ++++++------- > tests/qemu-iotests/082.out | 49 +++++++++++++--------------------------------- > 2 files changed, 21 insertions(+), 42 deletions(-) Ah, I knew there was some other test which called qemu-img info directly... Now I know why I didn't find anything by grepping for $QEMU_IMG info. Reviewed-by: Max Reitz