Re: [libvirt] [PATCH 01/14] Introduce VIR_MIGRATE_COMPRESSED flag

2013-02-22 Thread Daniel P. Berrange
On Thu, Feb 21, 2013 at 10:04:07PM +0100, Peter Krempa wrote: > On 02/19/13 13:35, Jiri Denemark wrote: > >This flag may be used with migration APIs to request compression of > >migration data. > >--- > > include/libvirt/libvirt.h.in | 1 + > > tools/virsh-domain.c | 8 > > tools/

Re: [libvirt] [PATCH 01/14] Introduce VIR_MIGRATE_COMPRESSED flag

2013-02-21 Thread Peter Krempa
On 02/22/13 01:45, Eric Blake wrote: On 02/21/2013 02:04 PM, Peter Krempa wrote: On 02/19/13 13:35, Jiri Denemark wrote: This flag may be used with migration APIs to request compression of migration data. --- include/libvirt/libvirt.h.in | 1 + tools/virsh-domain.c | 8

Re: [libvirt] [PATCH 01/14] Introduce VIR_MIGRATE_COMPRESSED flag

2013-02-21 Thread Eric Blake
On 02/21/2013 02:04 PM, Peter Krempa wrote: > On 02/19/13 13:35, Jiri Denemark wrote: >> This flag may be used with migration APIs to request compression of >> migration data. >> --- >> include/libvirt/libvirt.h.in | 1 + >> tools/virsh-domain.c | 8 >> tools/virsh.pod

Re: [libvirt] [PATCH 01/14] Introduce VIR_MIGRATE_COMPRESSED flag

2013-02-21 Thread Peter Krempa
On 02/19/13 13:35, Jiri Denemark wrote: This flag may be used with migration APIs to request compression of migration data. --- include/libvirt/libvirt.h.in | 1 + tools/virsh-domain.c | 8 tools/virsh.pod | 6 -- 3 files changed, 13 insertions(+), 2 deletio

[libvirt] [PATCH 01/14] Introduce VIR_MIGRATE_COMPRESSED flag

2013-02-19 Thread Jiri Denemark
This flag may be used with migration APIs to request compression of migration data. --- include/libvirt/libvirt.h.in | 1 + tools/virsh-domain.c | 8 tools/virsh.pod | 6 -- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/include/libvirt/libvirt.h.