Re: [libvirt] [PATCH 2/3] vz: fix disk order on load domain

2016-04-07 Thread Maxim Nestratov
22.03.2016 16:56, Nikolay Shirokovskiy пишет: We want to report boot order in dumpxml for vz domains. Thus we want disks devices to be sorted in output compatible with boot ordering specification. So let's just use virDomainDiskInsert which makes appropriate sorting. Signed-off-by: Nikolay Shiro

[libvirt] [PATCH 2/3] vz: fix disk order on load domain

2016-03-22 Thread Nikolay Shirokovskiy
We want to report boot order in dumpxml for vz domains. Thus we want disks devices to be sorted in output compatible with boot ordering specification. So let's just use virDomainDiskInsert which makes appropriate sorting. Signed-off-by: Nikolay Shirokovskiy --- src/vz/vz_sdk.c | 4 ++-- 1 file c