Re: [libvirt] [PATCHv7 1/4] lib: Introduce flag VIR_DOMAIN_BLOCK_COMMIT_RELATIVE

2014-07-07 Thread Eric Blake
On 07/04/2014 05:22 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 | 3 +++ > src/libvirt.c| 5 +

[libvirt] [PATCHv7 1/4] lib: Introduce flag VIR_DOMAIN_BLOCK_COMMIT_RELATIVE

2014-07-04 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 | 3 +++ src/libvirt.c| 5 + tools/virsh-domain.c | 6 ++ tools/virsh.po