Re: [libvirt] [PATCH v2 00/23] qemu: Add support for new vcpu hotplug and unplug

2016-08-22 Thread Peter Krempa
On Sat, Aug 20, 2016 at 09:00:37 -0400, John Ferlan wrote: > > > On 08/19/2016 10:38 AM, Peter Krempa wrote: > > Version 2 attempts to address feedback on v1: > > - added more documentation > > - fixed various typos > > - fixed bugs appearing when restarting daemon > > - fixed fallback code > >

Re: [libvirt] Does libvirt live migration have error handling on port bind failure

2016-08-22 Thread Michal Privoznik
On 17.08.2016 11:02, Prasanna Kalever wrote: > [ oops! apologies, my previous draft miss the links ] > > Hello, > > This was the scenario close to 3 years back, libvirt's live migration > tries to use ports in ephemeral port range, but has no fallback to use > (an)other port(s) when the one it

Re: [libvirt] Does libvirt live migration have error handling on port bind failure

2016-08-22 Thread John Ferlan
On 08/22/2016 08:08 AM, Prasanna Kalever wrote: > Can someone please invest few cycles here ? > The bulk of the team is at KVM Forum in Toronto with limited time and access, so please try to be patient. John > Thanks, > -- > Prasanna > > > On Wed, Aug 17, 2016 at 2:32 PM, Prasanna Kalever

Re: [libvirt] [PATCH v2 16/23] conf: Add XML for individual vCPU hotplug

2016-08-22 Thread Peter Krempa
On Fri, Aug 19, 2016 at 17:08:50 -0400, John Ferlan wrote: > > > On 08/19/2016 10:38 AM, Peter Krempa wrote: > > Individual vCPU hotplug requires us to track the state of any vCPU. To > > allow this add the following XML: > > > > > > ... > > 2 > > > > > > > > > > ... > >

Re: [libvirt] [PATCH v2 04/23] qemu: Forbid config when topology based cpu count doesn't match the config

2016-08-22 Thread Peter Krempa
On Fri, Aug 19, 2016 at 13:10:09 -0400, John Ferlan wrote: > > > On 08/19/2016 10:38 AM, Peter Krempa wrote: > > As of qemu commit: > > commit a32ef3bfc12c8d0588f43f74dcc5280885bbdb30 > > Author: Thomas Huth > > Date: Wed Jul 22 15:59:50 2015 +0200 > > > > vl: Add

Re: [libvirt] wiki accounts for GSOC submissions

2016-08-22 Thread Daniel P. Berrange
On Fri, Aug 19, 2016 at 05:27:25PM +0200, Ján Tomko wrote: > On Fri, Aug 19, 2016 at 05:13:57PM +0200, Martin Kletzander wrote: > > On Thu, Aug 11, 2016 at 10:29:31AM -0400, Cole Robinson wrote: > > > On 08/11/2016 10:26 AM, Daniel P. Berrange wrote: > > > > On Thu, Aug 11, 2016 at 04:25:01PM

Re: [libvirt] [PATCH] lxc: don't try to reference NULL when mounting filesystems

2016-08-22 Thread mxs kolo
> src/lxc/lxc_container.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/src/lxc/lxc_container.c b/src/lxc/lxc_container.c > index e1eb434..5357df4 100644 > --- a/src/lxc/lxc_container.c > +++ b/src/lxc/lxc_container.c > @@ -1627,8 +1627,7 @@ static int

Re: [libvirt] [PATCH] remove the dead code this patch is to remove the dead code Signed-off-by: JieWang <wangji...@huawei.com>

2016-08-22 Thread Martin Kletzander
On Mon, Aug 22, 2016 at 01:30:08PM +0100, Richard W.M. Jones wrote: On Mon, Aug 22, 2016 at 08:17:37PM +0800, JieWang wrote: Signed-off-by: JieWang --- src/qemu/qemu_migration.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qemu/qemu_migration.c

[libvirt] [PATCH] remove the dead code this patch is to remove the dead code Signed-off-by: JieWang <wangji...@huawei.com>

2016-08-22 Thread Jie Wang
From: JieWang Signed-off-by: JieWang --- src/qemu/qemu_migration.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qemu/qemu_migration.c b/src/qemu/qemu_migration.c index 6a683f7..759e15a 100644 --- a/src/qemu/qemu_migration.c +++

Re: [libvirt] [PATCH] remove the dead code this patch is to remove the dead code Signed-off-by: JieWang <wangji...@huawei.com>

2016-08-22 Thread Richard W.M. Jones
On Mon, Aug 22, 2016 at 08:17:37PM +0800, JieWang wrote: > Signed-off-by: JieWang > --- > src/qemu/qemu_migration.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/src/qemu/qemu_migration.c b/src/qemu/qemu_migration.c > index 6a683f7..759e15a 100644 > ---

[libvirt] [PATCH] remove the dead code this patch is to remove the dead code Signed-off-by: JieWang <wangji...@huawei.com>

2016-08-22 Thread JieWang
Signed-off-by: JieWang --- src/qemu/qemu_migration.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qemu/qemu_migration.c b/src/qemu/qemu_migration.c index 6a683f7..759e15a 100644 --- a/src/qemu/qemu_migration.c +++ b/src/qemu/qemu_migration.c @@ -1602,7 +1602,6 @@

[libvirt] remove-the-dead

2016-08-22 Thread JieWang
[PATCH] remove the dead code this patch is to remove the dead code Signed-off-by: JieWang 0001-remove-the-dead-code.patch Description: Binary data -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] Does libvirt live migration have error handling on port bind failure

2016-08-22 Thread Prasanna Kalever
Can someone please invest few cycles here ? Thanks, -- Prasanna On Wed, Aug 17, 2016 at 2:32 PM, Prasanna Kalever wrote: > [ oops! apologies, my previous draft miss the links ] > > Hello, > > This was the scenario close to 3 years back, libvirt's live migration > tries to

[libvirt] [PATCH] remove the dead code this patch is to remove the dead code Signed-off-by: JieWang <wangji...@huawei.com>

2016-08-22 Thread JieWang
Signed-off-by: JieWang --- src/qemu/qemu_migration.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qemu/qemu_migration.c b/src/qemu/qemu_migration.c index 6a683f7..759e15a 100644 --- a/src/qemu/qemu_migration.c +++ b/src/qemu/qemu_migration.c @@ -1602,7 +1602,6 @@

Re: [libvirt] [PATCH v2 01/23] qemu: monitor: Return structures from qemuMonitorGetCPUInfo

2016-08-22 Thread Dou Liyang
At 08/19/2016 10:38 PM, Peter Krempa wrote: The function will gradually add more returned data. Return a struct for every vCPU containing the data. /** * qemuMonitorGetCPUInfo: * @mon: monitor - * @pids: returned array of thread ids corresponding to the vCPUs + * @cpus: pointer filled by