Re: [libvirt] [PATCHv5 16/19] lib: Introduce flag VIR_DOMAIN_BLOCK_COMMIT_RELATIVE

2014-06-25 Thread Eric Blake
On 06/19/2014 07:59 AM, Peter Krempa wrote: > Introduce flag for the block commit API to allow the commit operation to > leave the chain relatively addressed. Also adds a virsh switch to enable > this behavior. > --- > include/libvirt/libvirt.h.in | 4 > src/libvirt.c| 5 +

[libvirt] [PATCHv5 16/19] lib: Introduce flag VIR_DOMAIN_BLOCK_COMMIT_RELATIVE

2014-06-19 Thread Peter Krempa
Introduce flag for the block commit API to allow the commit operation to leave the chain relatively addressed. Also adds a virsh switch to enable this behavior. --- include/libvirt/libvirt.h.in | 4 src/libvirt.c| 5 + tools/virsh-domain.c | 7 +++ tools/virsh.