Re: [libvirt] [PATCH] conf: Fix initialization value of 'multi' in PCI address

2016-09-04 Thread Xian Han Yu
On 9/2/2016 9:18 PM, Martin Kletzander wrote: On Mon, Aug 15, 2016 at 06:22:25AM +0200, Xian Han Yu wrote: The 'multi' element in PCI address struct used as 'virTristateSwitch', and its default value is 'VIR_TRISTATE_SWITCH_ABSENT'. Current PCI process use 'false' to initialization 'multi',

Re: [libvirt] [PATCH] qemu_driver: pass path of compress prog directly

2016-09-04 Thread Chen Hanxiao
At 2016-08-27 15:13:01, "Chen Hanxiao" wrote: >From: Chen Hanxiao > >We check compress prog in qemuCompressProgramAvailable, >then check it again in virExec. > >This path will pass compress prog's path directly. > >Signed-off-by: Chen Hanxiao

Re: [libvirt] [PATCH] qemu_driver: protect existed save image

2016-09-04 Thread Chen Hanxiao
At 2016-08-18 19:47:29, "Chen Hanxiao" wrote: >From: Chen Hanxiao > >We may overwrite existed save image by >'virsh save' command. > >This patch will check qemu save headers >before trying to rewrite it. > >Signed-off-by: Chen Hanxiao

[libvirt] [libvirt-perl][PATCH 2/2] Add more PERF_PARAM_* constants

2016-09-04 Thread Michal Privoznik
Libvirt introduce PERF_PARAM_CACHE_MISSES, PERF_PARAM_CACHE_REFERENCES, PERF_PARAM_CPU_CYCLES, PERF_PARAM_INSTRUCTIONS constants. Add those to our perl bindings too. Signed-off-by: Michal Privoznik --- Changes| 3 ++- Virt.xs| 4

[libvirt] [libvirt-perl][PATCH 0/2] Add more PERF_PARAM_* constants

2016-09-04 Thread Michal Privoznik
Now that libvirt-2.2.0 is out, we should: a) do the libvirt-perl release too b) adapt to new constants pushed to 2.3.0 Michal Privoznik (2): Bump version to 2.3.0 Add more PERF_PARAM_* constants Changes| 5 + Makefile.PL| 2 +- README | 2

[libvirt] [libvirt-perl][PATCH 1/2] Bump version to 2.3.0

2016-09-04 Thread Michal Privoznik
Signed-off-by: Michal Privoznik --- Changes | 4 Makefile.PL | 2 +- README | 2 +- lib/Sys/Virt.pm | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 51a47e4..20a20a2 100644 --- a/Changes +++ b/Changes @@

Re: [libvirt]

2016-09-04 Thread Moshe Levi
From: sendmail [mailto:justsendmailnothinge...@gmail.com] On Behalf Of Laine Stump Sent: Saturday, September 03, 2016 10:50 PM To: Libvirt Cc: Moshe Levi ; Edan David Subject: Re: [libvirt] On 09/03/2016 11:08 AM, Moshe Levi