[libvirt] [PATCH 1/1] Support a new peer-to-peer migration mode

Daniel P. Berrange berrange at redhat.com
Fri Oct 2 11:53:29 UTC 2009


On Thu, Oct 01, 2009 at 11:43:17PM +0200, Paolo Bonzini wrote:
> +
> +        if (dconn)
> +            ddomain = virDomainLookupByName (dconn, dname ? dname : domain->name);
> +        else {
> +            ddomain = domain;
> +            virDomainRef (domain);
> +        }

This bit of code is exactly why we need a new API - the return value is
declared to be a virDomainPtr on the destination host, not just a copy
of the original source domain which no longer even exists on the source
host if it was a transient domain.

Regards,
Daniel
-- 
|: Red Hat, Engineering, London   -o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org  -o-  http://virt-manager.org  -o-  http://ovirt.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-  F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|




More information about the libvir-list mailing list