[libvirt] [PATCH 07/11] Add auto convergence migration parameters

2016-06-21 Thread Jiri Denemark
They can be used to tune auto-convergence algorithm (which is enabled with VIR_MIGRATE_AUTO_CONVERGE). Signed-off-by: Jiri Denemark --- include/libvirt/libvirt-domain.h | 19 +++ tools/virsh-domain.c | 26 ++ tools/virsh.pod |

[libvirt] [PATCH 01/11] qemu: Make qemuMonitorSetMigrationCompression saner

2016-06-21 Thread Jiri Denemark
Checking whether the function has anything to do is better done in the function rather then requiring callers to do that. Signed-off-by: Jiri Denemark --- src/qemu/qemu_migration.c | 3 +-- src/qemu/qemu_monitor.c | 5 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/qe

[libvirt] [PATCH] qemu: Fix typo pci-extender-bus -> pci-expander-bus

2016-06-21 Thread Andrea Bolognani
--- Pushed as trivial. src/qemu/qemu_domain_address.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qemu/qemu_domain_address.c b/src/qemu/qemu_domain_address.c index 883264a..f42e7c0 100644 --- a/src/qemu/qemu_domain_address.c +++ b/src/qemu/qemu_domain_address.c @@ -138

Re: [libvirt] [PATCH 0/8] Add --in-place and --check to test-wrap-argv

2016-06-21 Thread John Ferlan
On 06/15/2016 12:39 PM, Ján Tomko wrote: > The --in-place parameter makes the invocation in testutils slightly nicer > and --check makes syntax-check faster. > > Ján Tomko (8): > test-wrap-argv: split out rewrap_line > test-wrap-argv: split out rewrap_arg > test-wrap-argv: return a string

[libvirt] [PATCH 2/2] Add new elements source, access and allocation

2016-06-21 Thread Safka, JaroslavX
This change introduces support for preallocated shared file descriptor based memory backing. It allows vhost-user to be used without hugepages. This is achieved by introducing 3 new sub elements to the memoryBacking element: source, access & allocation which will configure qemu commandline dur

Re: [libvirt] [PATCH RFC] libxl: set serial source path for console type=serial

2016-06-21 Thread Joao Martins
On 06/21/2016 01:38 AM, Jim Fehlig wrote: > Joao Martins wrote: >> Guests use a (and sometimes pair) to represent >> the console. On the callback that is called when console is brought up >> (NB: before domain starts), we fill the path of the console element with >> the appropriate "/dev/pts/X"

[libvirt] [PATCH v2] vz: handle gracefully races on undefining domain

2016-06-21 Thread Nikolay Shirokovskiy
This patch is not critical but nice to have. The original motivation was error message in logs on undefining domain thru vz driver. Undefine procedure drops domain lock while waiting for detaching disks vz sdk call. Meanwhile vz sdk event domain-config-changed arrives, its handler finds domain an

Re: [libvirt] [PATCH 1/3] Remove unused SOL_NETLINK macro

2016-06-21 Thread Ján Tomko
On Mon, Jun 20, 2016 at 01:43:30PM -0400, Laine Stump wrote: On 06/20/2016 11:28 AM, Ján Tomko wrote: Introduced by commit d575679, unused at the time. --- src/util/virnetlink.c | 4 1 file changed, 4 deletions(-) diff --git a/src/util/virnetlink.c b/src/util/virnetlink.c index 5491ece.

Re: [libvirt] [PATCH] virsh migrate: Fix positional parameters

2016-06-21 Thread Jiri Denemark
On Mon, Jun 20, 2016 at 13:07:31 +0200, Andrea Bolognani wrote: > On Mon, 2016-06-20 at 10:31 +0200, Jiri Denemark wrote: > > Thanks to our smart option parser which automatically assigns positional > > parameters the following (previously working) command fails: > > > > virsh migrate test qem

[libvirt] [PATCH v2 1/1] perf: add more perf events support

2016-06-21 Thread Qiaowei Ren
With current perf framework, this patch adds support to more perf events, including cache missing, cache peference, cpu cycles, instrction, etc.. Signed-off-by: Qiaowei Ren --- docs/formatdomain.html.in| 24 +++ docs/schemas/domaincommon.rng| 4 +++ include/libvirt/libvi

Re: [libvirt] [PATCH] conf: limit chassisNr, and busNr to a minimum value of 1, not 0

2016-06-21 Thread Michal Privoznik
On 20.06.2016 21:03, Laine Stump wrote: > In the case of chassisNr (used to set chassis_nr of a pci-bridge > controller), 0 is reserved for / used by the pci[e]-root bus. In the > base of busNr, a value of 0 would mean that the root bus had no places > available to plug in new buses, including the

Re: [libvirt] [PATCH 1/1] perf: add more perf events support

2016-06-21 Thread Ren, Qiaowei
> -Original Message- > From: Peter Krempa [mailto:pkre...@redhat.com] > Sent: Tuesday, June 21, 2016 3:03 PM > To: Ren, Qiaowei > Cc: libvir-list@redhat.com > Subject: Re: [libvirt] [PATCH 1/1] perf: add more perf events support > > On Tue, Jun 21, 2016 at 01:43:30 +, Ren, Qiaowei wr

Re: [libvirt] [PATCH 1/1] perf: add more perf events support

2016-06-21 Thread Peter Krempa
On Tue, Jun 21, 2016 at 01:43:30 +, Ren, Qiaowei wrote: > > > -Original Message- > > From: libvir-list-boun...@redhat.com [mailto:libvir-list-boun...@redhat.com] > > On Behalf Of Ren, Qiaowei > > Sent: Sunday, June 12, 2016 10:14 AM > > To: Peter Krempa > > Cc: libvir-list@redhat.com

<    1   2