From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59485) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xvkiu-0001yk-D1 for qemu-devel@nongnu.org; Tue, 02 Dec 2014 05:30:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xvkim-0005kl-IA for qemu-devel@nongnu.org; Tue, 02 Dec 2014 05:30:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60589) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xvkim-0005kZ-As for qemu-devel@nongnu.org; Tue, 02 Dec 2014 05:30:16 -0500 Date: Tue, 2 Dec 2014 11:30:11 +0100 From: Kevin Wolf Message-ID: <20141202103011.GD7283@noname.str.redhat.com> References: <1417105681-1878-1-git-send-email-mimu@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1417105681-1878-1-git-send-email-mimu@linux.vnet.ibm.com> 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 Cc: maochuan@linux.vnet.ibm.com, qemu-devel@nongnu.org, stefanha@redhat.com, mreitz@redhat.com Am 27.11.2014 um 17:28 hat Michael Mueller 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 082. > > Signed-off-by: Michael Mueller Thanks, applied to the block-next branch. Kevin