From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46424) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xu1xi-0003pi-HB for qemu-devel@nongnu.org; Thu, 27 Nov 2014 11:30:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xu1xZ-0007Rk-GU for qemu-devel@nongnu.org; Thu, 27 Nov 2014 11:30:34 -0500 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:53609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xu1xZ-0007R6-8O for qemu-devel@nongnu.org; Thu, 27 Nov 2014 11:30:25 -0500 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 27 Nov 2014 16:30:24 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id C74D01B0805F for ; Thu, 27 Nov 2014 16:30:36 +0000 (GMT) Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id sARGULqw10289172 for ; Thu, 27 Nov 2014 16:30:21 GMT Received: from d06av09.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id sARGUKgI000582 for ; Thu, 27 Nov 2014 09:30:21 -0700 Date: Thu, 27 Nov 2014 17:30:19 +0100 From: Michael Mueller Message-ID: <20141127173019.34f1f067@bee> In-Reply-To: <1417097287-767-1-git-send-email-kwolf@redhat.com> References: <1417097287-767-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 Cc: maochuan@linux.vnet.ibm.com, qemu-devel@nongnu.org, stefanha@redhat.com, mreitz@redhat.com On Thu, 27 Nov 2014 15:08:07 +0100 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: Michael Mueller