mbox series

[0/5,v3] preparation for Parallels Disk xml driver

Message ID 20180112090122.1702-1-klim.kireev@virtuozzo.com
Headers show
Series preparation for Parallels Disk xml driver | expand

Message

Klim Kireev Jan. 12, 2018, 9:01 a.m. UTC
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 <edgar.kaziakhmedov@virtuozzo.com>
Signed-off-by: Klim Kireev <klim.kireev@virtuozzo.com>
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Signed-off-by: Denis V. Lunev <den@openvz.org>

Changelog:

v2:
PATCH 1/5: Fix some places noticed by Stefan Hajnoczi <stefanha@redhat.com>
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

Comments

Klim Kireev Jan. 19, 2018, 10:30 a.m. UTC | #1
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 <edgar.kaziakhmedov@virtuozzo.com>
> Signed-off-by: Klim Kireev <klim.kireev@virtuozzo.com>
> Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
> Signed-off-by: Denis V. Lunev <den@openvz.org>
>
> Changelog:
>
> v2:
> PATCH 1/5: Fix some places noticed by Stefan Hajnoczi <stefanha@redhat.com>
> 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
>
Stefan Hajnoczi Jan. 22, 2018, 1:55 p.m. UTC | #2
On Fri, Jan 12, 2018 at 12:01:17PM +0300, Klim Kireev wrote:
> 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 <edgar.kaziakhmedov@virtuozzo.com>
> Signed-off-by: Klim Kireev <klim.kireev@virtuozzo.com>
> Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
> Signed-off-by: Denis V. Lunev <den@openvz.org>
> 
> Changelog:
> 
> v2:
> PATCH 1/5: Fix some places noticed by Stefan Hajnoczi <stefanha@redhat.com>
> 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

Thanks, applied to my block-next tree:
https://github.com/stefanha/qemu/commits/block-next

Stefan