From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ecTwz-00044E-SH for qemu-devel@nongnu.org; Fri, 19 Jan 2018 05:31:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ecTww-0002MF-7s for qemu-devel@nongnu.org; Fri, 19 Jan 2018 05:31:09 -0500 From: klim References: <20180112090122.1702-1-klim.kireev@virtuozzo.com> Message-ID: <166e66d5-3d95-94d1-cba4-c637ecc0c94c@virtuozzo.com> Date: Fri, 19 Jan 2018 13:30:54 +0300 MIME-Version: 1.0 In-Reply-To: <20180112090122.1702-1-klim.kireev@virtuozzo.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [Qemu-devel] [PATCH 0/5 v3] preparation for Parallels Disk xml driver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, den@openvz.org, stefanha@redhat.com, qemu-block@nongnu.org, mreitz@redhat.com On 01/12/2018 12:01 PM, Klim Kireev wrote: ping > Parallels Desktop and Parallels Cloud Server uses images glued with the > bundle description in XML format. This series contains very basic > description of this XML files and makes preparations for actual > implementation to be followed. > > Signed-off-by: Edgar Kaziakhmedov > Signed-off-by: Klim Kireev > Signed-off-by: Vladimir Sementsov-Ogievskiy > Signed-off-by: Denis V. Lunev > > Changelog: > > v2: > PATCH 1/5: Fix some places noticed by Stefan Hajnoczi > PATCH 2/5: Rebase to upstream > PATCH 3/5: Fix includes > > v3: > PATCH 1/5: Fix the place about GUID, add emails of the authors >