From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvkdF-0008Qw-Sl for qemu-devel@nongnu.org; Tue, 02 Dec 2014 05:24:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xvkd9-0003gE-63 for qemu-devel@nongnu.org; Tue, 02 Dec 2014 05:24:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xvkd8-0003g2-VN for qemu-devel@nongnu.org; Tue, 02 Dec 2014 05:24:27 -0500 Date: Tue, 2 Dec 2014 11:24:22 +0100 From: Kevin Wolf Message-ID: <20141202102422.GC7283@noname.str.redhat.com> References: <1417097287-767-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1417097287-767-1-git-send-email-kwolf@redhat.com> 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: qemu-devel@nongnu.org Cc: maochuan@linux.vnet.ibm.com, mimu@linux.vnet.ibm.com, stefanha@redhat.com, mreitz@redhat.com Am 27.11.2014 um 15:08 hat Kevin Wolf geschrieben: > 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 Applied to block-next. Kevin