From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJKiG-0007E0-5M for qemu-devel@nongnu.org; Fri, 28 Feb 2014 05:30:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJKiB-0007PX-Bi for qemu-devel@nongnu.org; Fri, 28 Feb 2014 05:30:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:14948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJKiA-0007PP-Vj for qemu-devel@nongnu.org; Fri, 28 Feb 2014 05:30:35 -0500 Date: Fri, 28 Feb 2014 11:30:22 +0100 From: Stefan Hajnoczi Message-ID: <20140228103022.GD30385@stefanha-thinkpad.redhat.com> References: <530F103A.7090705@kamp.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <530F103A.7090705@kamp.de> Subject: Re: [Qemu-devel] [PATCH] block/vmdk: do not report file offset for compressed extents List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: kwolf@redhat.com, Fam Zheng , qemu-devel@nongnu.org On Thu, Feb 27, 2014 at 11:15:22AM +0100, Peter Lieven wrote: > Signed-off-by: Peter Lieven > --- > block/vmdk.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan