[Qemu-devel] [PATCH 0/5 v3] preparation for Parallels Disk xml driver

Klim Kireev posted 5 patches 6 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180112090122.1702-1-klim.kireev@virtuozzo.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
[Qemu-devel] [PATCH 0/5 v3] preparation for Parallels Disk xml driver
Posted by Klim Kireev 6 years, 3 months ago
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

Re: [Qemu-devel] [PATCH 0/5 v3] preparation for Parallels Disk xml driver
Posted by klim 6 years, 2 months ago
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
>


Re: [Qemu-devel] [PATCH 0/5 v3] preparation for Parallels Disk xml driver
Posted by Stefan Hajnoczi 6 years, 2 months ago
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