From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56907) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZHqk-0002bv-5J for qemu-devel@nongnu.org; Thu, 24 Oct 2013 06:09:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZHqe-00063h-BF for qemu-devel@nongnu.org; Thu, 24 Oct 2013 06:09:06 -0400 Received: from mx.ipv6.kamp.de ([2a02:248:0:51::16]:44580 helo=mx01.kamp.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZHqd-00063V-QV for qemu-devel@nongnu.org; Thu, 24 Oct 2013 06:09:00 -0400 Message-ID: <5268F1BE.1020904@kamp.de> Date: Thu, 24 Oct 2013 12:09:02 +0200 From: Peter Lieven MIME-Version: 1.0 References: <1382598963-9264-1-git-send-email-pl@kamp.de> <20131024100642.GF7385@dhcp-200-207.str.redhat.com> In-Reply-To: <20131024100642.GF7385@dhcp-200-207.str.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv2] block/vpc: check that the image has not been truncated List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: pbonzini@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com On 24.10.2013 12:06, Kevin Wolf wrote: > Am 24.10.2013 um 09:16 hat Peter Lieven geschrieben: >> this adds a check that a dynamic VHD file has not been >> accidently truncated (e.g. during transfer or upload). >> >> Signed-off-by: Peter Lieven > Thanks, applied to the block branch. Can you have a look at: block/vpc: fix virtual size for images created with disk2vhd as well please. Peter