From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBmss-0005Ku-Gt for qemu-devel@nongnu.org; Tue, 20 Aug 2013 10:26:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBmsm-0004A0-He for qemu-devel@nongnu.org; Tue, 20 Aug 2013 10:26:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBmsm-00049Y-58 for qemu-devel@nongnu.org; Tue, 20 Aug 2013 10:26:04 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r7KEQ2xt025399 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 20 Aug 2013 10:26:02 -0400 Date: Tue, 20 Aug 2013 16:26:05 +0200 From: Kevin Wolf Message-ID: <20130820142605.GE2384@dhcp-200-207.str.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v4 00/13] VHDX log replay and write support, .bdrv_create() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeff Cody Cc: famz@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com Am 20.08.2013 um 08:01 hat Jeff Cody geschrieben: > This patch series contains the initial VHDX log parsing, replay, > and write support. (New with v4: VHDX image file creation) Not sure if it helps a lot, but patches 1 to 4 are: Reviewed-by: Kevin Wolf I'll continue next week (unless someone else takes it up until then). Kevin