Re: [libvirt] [PATCH] Support a new peer-to-peer migration mode & public API

2009-10-02 Thread Daniel P. Berrange
On Thu, Oct 01, 2009 at 03:57:13PM +0200, Paolo Bonzini wrote: > On 09/17/2009 07:25 PM, Daniel P. Berrange wrote: > >+if (flags& VIR_MIGRATE_PEER2PEER) { > >+if (VIR_DRV_SUPPORTS_FEATURE (domain->conn->driver, domain->conn, > >+ VIR_DRV_FEATURE_MIG

Re: [libvirt] [PATCH] Support a new peer-to-peer migration mode & public API

2009-10-01 Thread Paolo Bonzini
On 09/17/2009 07:25 PM, Daniel P. Berrange wrote: +if (flags& VIR_MIGRATE_PEER2PEER) { +if (VIR_DRV_SUPPORTS_FEATURE (domain->conn->driver, domain->conn, + VIR_DRV_FEATURE_MIGRATION_P2P)) { +char *duri = NULL; Is there a reason why y

Re: [libvirt] [PATCH] Support a new peer-to-peer migration mode & public API

2009-09-25 Thread Daniel Veillard
On Fri, Sep 25, 2009 at 02:27:23PM +0100, Daniel P. Berrange wrote: > On Tue, Sep 22, 2009 at 02:43:20PM +0200, Daniel Veillard wrote: > > [ Sending again due to mail output problems ] > > > > On Thu, Sep 17, 2009 at 06:25:01PM +0100, Daniel P. Berrange wrote: > > > Introduces several new public A

Re: [libvirt] [PATCH] Support a new peer-to-peer migration mode & public API

2009-09-25 Thread Daniel P. Berrange
On Tue, Sep 22, 2009 at 02:43:20PM +0200, Daniel Veillard wrote: > [ Sending again due to mail output problems ] > > On Thu, Sep 17, 2009 at 06:25:01PM +0100, Daniel P. Berrange wrote: > > Introduces several new public API options for migration > > > > - VIR_MIGRATE_PEER2PEER: With this flag the

Re: [libvirt] [PATCH] Support a new peer-to-peer migration mode & public API

2009-09-22 Thread Daniel Veillard
[ Sending again due to mail output problems ] On Thu, Sep 17, 2009 at 06:25:01PM +0100, Daniel P. Berrange wrote: > Introduces several new public API options for migration > > - VIR_MIGRATE_PEER2PEER: With this flag the client only >invokes the virDomainMigratePerform method, expecting >

[libvirt] [PATCH] Support a new peer-to-peer migration mode & public API

2009-09-17 Thread Daniel P. Berrange
Introduces several new public API options for migration - VIR_MIGRATE_PEER2PEER: With this flag the client only invokes the virDomainMigratePerform method, expecting the source host driver to do whatever is required to complete the entire migration process. - VIR_MIGRATE_TUNNELLED: With