Re: [libvirt] [PATCH V2 1/9] qemu_migration: Add support for mutil-thread compressed migration enable

2015-11-07 Thread Feng, Shaohe
> However, since we already have VIR_MIGRATE_COMPRESSED flag and I can imagine > various other hypervisors could support > their own compression methods, I think using flags for selecting the > compression method is wrong. So what if we keep just > VIR_MIGRATE_COMPRESSED flag and introduce a

Re: [libvirt] [PATCH v2] tests: redo test argv file line wrapping

2015-11-07 Thread Martin Kletzander
On Fri, Nov 06, 2015 at 04:32:54PM +, Daniel P. Berrange wrote: Back in commit bd6c46fa0cfe275c24debc1152cfc5206c04b59b Author: Juerg Haefliger Date: Mon Jan 31 06:42:57 2011 -0500 tests: handle backspace-newline pairs in test input files all the test argv

[libvirt] [PATCHv2] "Don't include .c file for editing support" bug was fixed. Callbacks in special struct were added instead of EDIT-* macros

2015-11-07 Thread rodinasophie
From: Sofia Rodina --- tools/Makefile.am | 1 + tools/virsh-domain.c| 187 tools/virsh-edit.c | 79 ++-- tools/virsh-edit.h | 42 +++ tools/virsh-interface.c | 64

[libvirt] [PATCHv2] *** "Don't include .c file for editing support" bug was fixed***

2015-11-07 Thread rodinasophie
From: Sophia Rodina *** When editing an XML of a domain, network or anything else, it is implemented in virsh-edit.c and currently included as a C file with the behaviour being influenced by EDIT_ macros. This should be changed so that the same file is not being

[libvirt] [sandbox 0/2] virt-sandbox-config minor fixes

2015-11-07 Thread Cédric Bosdonnat
Hi all, Here are two really trivial patches, one adding image format guess to -m host-image in the same way we do it for --disk, and one fixing some code formatting issue. Cédric Bosdonnat (2): Try guessing host-image image format Code formatting fix

[libvirt] [sandbox 2/2] Code formatting fix

2015-11-07 Thread Cédric Bosdonnat
--- libvirt-sandbox/libvirt-sandbox-config.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/libvirt-sandbox/libvirt-sandbox-config.c b/libvirt-sandbox/libvirt-sandbox-config.c index 55ee291..0ade178 100644 --- a/libvirt-sandbox/libvirt-sandbox-config.c +++

[libvirt] [sandbox 1/2] Try guessing host-image image format

2015-11-07 Thread Cédric Bosdonnat
--- libvirt-sandbox/libvirt-sandbox-config.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libvirt-sandbox/libvirt-sandbox-config.c b/libvirt-sandbox/libvirt-sandbox-config.c index 5a4aacb..55ee291 100644 --- a/libvirt-sandbox/libvirt-sandbox-config.c +++