From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58556) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPqO4-0007hY-AG for qemu-devel@nongnu.org; Fri, 05 Sep 2014 06:05:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPqNy-0002SK-SB for qemu-devel@nongnu.org; Fri, 05 Sep 2014 06:05:00 -0400 Received: from mail-we0-x229.google.com ([2a00:1450:400c:c03::229]:60433) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPqNy-0002S0-F8 for qemu-devel@nongnu.org; Fri, 05 Sep 2014 06:04:54 -0400 Received: by mail-we0-f169.google.com with SMTP id k48so11623359wev.0 for ; Fri, 05 Sep 2014 03:04:53 -0700 (PDT) Date: Fri, 5 Sep 2014 11:04:51 +0100 From: Stefan Hajnoczi Message-ID: <20140905100451.GF18562@stefanha-thinkpad.redhat.com> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hUH5gZbnpyIv7Mn4" Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [RFC PATCH v2] Support vhd type VHD_DIFFERENCING List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gordon Gong Cc: "Xiaoding (B)" , "Liuji (Jeremy)" , "Luohao (brian)" , qemu-devel@nongnu.org, Stefan Hajnoczi --hUH5gZbnpyIv7Mn4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 04, 2014 at 10:49:43PM +0800, Gordon Gong wrote: > [Qemu-devel][RFC PATCH v2] Support vhd type VHD_DIFFERENCING >=20 >=20 >=20 > From 5387a2a7b6ad052659a08a1fc7e89595708396d1 Mon Sep 17 00:00:00 2001 >=20 > From: Xiaodong Gong >=20 > Date: Thu, 4 Sep 2014 01:14:59 +0800 >=20 > Subject: [PATCH 2/2] Support vhd type VHD_DIFFERENCING >=20 >=20 >=20 > Now qemu only supports vhd type VHD_FIXED and VHD_DYNAMIC, >=20 > so qemu can't read snapshot volume of vhd, and can't support >=20 > other storage features of vhd file. >=20 >=20 >=20 > This patch add read parent information in function "vpc_open", >=20 > read bitmap in "vpc_read", and change bitmap in "vpc_write". >=20 >=20 >=20 > Signed-off-by: Xiaodong Gong >=20 > --- >=20 > block/vpc.c | 329 > +++++++++++++++++++++++++++++++++++++++++++++++------------- >=20 > 1 file changed, 261 insertions(+), 68 deletions(-) This patch is malformed. Please use git-send-email(1): http://qemu-project.org/Contribute/SubmitAPatch Stefan --hUH5gZbnpyIv7Mn4 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJUCYrDAAoJEJykq7OBq3PIiP0H/34meebXDUhjWeu1BHQn+zM1 XHCI98dUXgeIUDmSeOC4oggYFFuxnDbI3NR08gBA8Fdxbyy07tSCmOdpBX14cXgK 2nVHLlUqAJu6S1Vs723zGxqindi2rvFdrEZC1zKUhzaaN3R9moPshlL6xJWNf7B1 /8qeqQq4NUB3WrEtxvYzOlTIcrPOkb2jHcEjufuieXaZ5nlrJH/YodaWoWxKxwTd jFNvmoPCDBY/0KSH8PTq7v8gyYc84FFgK6PcBz08yHPae7ULaGfhoNOzfbh7zHa9 PUUQA1r9mA55KorJasyoZXHNvF3Sp2yDbgZNyxxu0O+wDwWUl7SvnNLeN848f1c= =j9HC -----END PGP SIGNATURE----- --hUH5gZbnpyIv7Mn4--