[libvirt PATCH 0/2] fix disk XML formatting for qemuDomainBlockCopy API

Pavel Hrdina posted 2 patches 2 years, 11 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1622125214.git.phrdina@redhat.com
src/conf/domain_conf.c | 52 ++++++++++++++++++++++++++++++------------
1 file changed, 37 insertions(+), 15 deletions(-)
[libvirt PATCH 0/2] fix disk XML formatting for qemuDomainBlockCopy API
Posted by Pavel Hrdina 2 years, 11 months ago
Pavel Hrdina (2):
  domain_conf: extract disk driver source bits to its own function
  virDomainDiskDefParseSource: parse source bits from driver element

 src/conf/domain_conf.c | 52 ++++++++++++++++++++++++++++++------------
 1 file changed, 37 insertions(+), 15 deletions(-)

-- 
2.31.1

Re: [libvirt PATCH 0/2] fix disk XML formatting for qemuDomainBlockCopy API
Posted by Peter Krempa 2 years, 11 months ago
On Thu, May 27, 2021 at 16:23:24 +0200, Pavel Hrdina wrote:
> Pavel Hrdina (2):
>   domain_conf: extract disk driver source bits to its own function
>   virDomainDiskDefParseSource: parse source bits from driver element
> 
>  src/conf/domain_conf.c | 52 ++++++++++++++++++++++++++++++------------
>  1 file changed, 37 insertions(+), 15 deletions(-)

Reviewed-by: Peter Krempa <pkrempa@redhat.com>