Re: [libvirt] [PATCH v3] network: Bring netdevs online later

2014-12-12 Thread Laine Stump
On 12/11/2014 02:18 PM, Matthew Rosato wrote: > On 12/11/2014 01:35 PM, Laine Stump wrote: >> On 09/16/2014 04:50 PM, Matthew Rosato wrote: >>> >>> #include "cpu/cpu.h" >>> #include "datatypes.h" >>> @@ -2947,6 +2948,12 @@ qemuProcessStartCPUs(virQEMUDriverPtr driver, >>> virDomainObjPtr vm, >

Re: [libvirt] [PATCH v3] network: Bring netdevs online later

2014-12-11 Thread Matthew Rosato
On 12/11/2014 01:35 PM, Laine Stump wrote: > On 09/16/2014 04:50 PM, Matthew Rosato wrote: >> >> #include "cpu/cpu.h" >> #include "datatypes.h" >> @@ -2947,6 +2948,12 @@ qemuProcessStartCPUs(virQEMUDriverPtr driver, >> virDomainObjPtr vm, >> qemuDomainObjPrivatePtr priv = vm->privateData;

Re: [libvirt] [PATCH v3] network: Bring netdevs online later

2014-12-11 Thread Laine Stump
On 09/16/2014 04:50 PM, Matthew Rosato wrote: > > #include "cpu/cpu.h" > #include "datatypes.h" > @@ -2947,6 +2948,12 @@ qemuProcessStartCPUs(virQEMUDriverPtr driver, > virDomainObjPtr vm, > qemuDomainObjPrivatePtr priv = vm->privateData; > virQEMUDriverConfigPtr cfg = virQEMUDriverG

Re: [libvirt] [PATCH v3] network: Bring netdevs online later

2014-12-10 Thread Laine Stump
On 09/16/2014 04:50 PM, Matthew Rosato wrote: > Currently, MAC registration occurs during device creation, which is > early enough that, during live migration, you end up with duplicate > MAC addresses on still-running source and target devices, even though > the target device isn't actually being

Re: [libvirt] [PATCH v3] network: Bring netdevs online later

2014-10-02 Thread Martin Kletzander
On Tue, Sep 16, 2014 at 04:50:53PM -0400, Matthew Rosato wrote: Currently, MAC registration occurs during device creation, which is early enough that, during live migration, you end up with duplicate MAC addresses on still-running source and target devices, even though the target device isn't act

Re: [libvirt] [PATCH v3] network: Bring netdevs online later

2014-09-24 Thread Matthew Rosato
On 09/16/2014 04:50 PM, Matthew Rosato wrote: > Currently, MAC registration occurs during device creation, which is > early enough that, during live migration, you end up with duplicate > MAC addresses on still-running source and target devices, even though > the target device isn't actually being

[libvirt] [PATCH v3] network: Bring netdevs online later

2014-09-16 Thread Matthew Rosato
Currently, MAC registration occurs during device creation, which is early enough that, during live migration, you end up with duplicate MAC addresses on still-running source and target devices, even though the target device isn't actually being used yet. This patch proposes to defer MAC registratio