Re: [libvirt] [libvirt-python 10/18] virDomainMigrate3 and virDomainMigrateToURI3 not added until 1.1.0

2013-11-19 Thread Eric Blake
On 11/18/2013 03:44 PM, Doug Goldstein wrote: The functions virDomainMigrate3 and virDomainMigrateToURI3 were not added to libvirt until v1.1.0. Is there a method to how you picked which functions to work around? It would be nicer to rearrange this series from newest to oldest (1.1.3

Re: [libvirt] [libvirt-python 10/18] virDomainMigrate3 and virDomainMigrateToURI3 not added until 1.1.0

2013-11-19 Thread Doug Goldstein
On Tue, Nov 19, 2013 at 9:35 AM, Eric Blake ebl...@redhat.com wrote: On 11/18/2013 03:44 PM, Doug Goldstein wrote: The functions virDomainMigrate3 and virDomainMigrateToURI3 were not added to libvirt until v1.1.0. Is there a method to how you picked which functions to work around? It would

Re: [libvirt] [libvirt-python 10/18] virDomainMigrate3 and virDomainMigrateToURI3 not added until 1.1.0

2013-11-19 Thread Daniel P. Berrange
On Tue, Nov 19, 2013 at 09:48:57AM -0600, Doug Goldstein wrote: On Tue, Nov 19, 2013 at 9:35 AM, Eric Blake ebl...@redhat.com wrote: On 11/18/2013 03:44 PM, Doug Goldstein wrote: The functions virDomainMigrate3 and virDomainMigrateToURI3 were not added to libvirt until v1.1.0. Is there

[libvirt] [libvirt-python 10/18] virDomainMigrate3 and virDomainMigrateToURI3 not added until 1.1.0

2013-11-18 Thread Doug Goldstein
The functions virDomainMigrate3 and virDomainMigrateToURI3 were not added to libvirt until v1.1.0. --- libvirt-override.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libvirt-override.c b/libvirt-override.c index 6964ee4..b20af57 100644 --- a/libvirt-override.c +++