From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xu005-0002P8-Bt for qemu-devel@nongnu.org; Thu, 27 Nov 2014 09:24:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xtzzz-00037U-6b for qemu-devel@nongnu.org; Thu, 27 Nov 2014 09:24:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xtzzy-00037Q-Un for qemu-devel@nongnu.org; Thu, 27 Nov 2014 09:24:47 -0500 Message-ID: <54773428.1040603@redhat.com> Date: Thu, 27 Nov 2014 15:24:40 +0100 From: Max Reitz MIME-Version: 1.0 References: <1417097287-767-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1417097287-767-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: 060: Filter the real disk size List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , qemu-devel@nongnu.org Cc: maochuan@linux.vnet.ibm.com, mimu@linux.vnet.ibm.com, stefanha@redhat.com On 2014-11-27 at 15:08, Kevin Wolf 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 060. > > Signed-off-by: Kevin Wolf > --- > tests/qemu-iotests/060 | 2 +- > tests/qemu-iotests/060.out | 5 ++--- > tests/qemu-iotests/common.rc | 11 ++++++++++- > 3 files changed, 13 insertions(+), 5 deletions(-) Reviewed-by: Max Reitz