From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJ3Dv-0007j7-5e for qemu-devel@nongnu.org; Thu, 27 Feb 2014 10:50:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJ3Dl-0005aU-9V for qemu-devel@nongnu.org; Thu, 27 Feb 2014 10:50:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:3616) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJ3Dk-0005Zj-VR for qemu-devel@nongnu.org; Thu, 27 Feb 2014 10:50:01 -0500 Date: Thu, 27 Feb 2014 16:49:51 +0100 From: Stefan Hajnoczi Message-ID: <20140227154951.GH30987@stefanha-thinkpad.redhat.com> References: <1393408077-556-1-git-send-email-pl@kamp.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1393408077-556-1-git-send-email-pl@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 Wed, Feb 26, 2014 at 10:47:57AM +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