]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix migration in xend driver
authorJim Fehlig <jfehlig@novell.com>
Tue, 12 Jan 2010 18:18:34 +0000 (11:18 -0700)
committerJim Fehlig <jfehlig@novell.com>
Tue, 12 Jan 2010 20:49:25 +0000 (13:49 -0700)
commit6c6fbac7a99b960128f925ab34db52153f7591c2
treee8bad8b5bde6986e52dbbb363c4359c2983512ca
parent515378b34e3c01f2d97edbba973072b24158eb39
Fix migration in xend driver

Upstream xen has changed parameters to the migration operation
several times over the past 18 months.  Changeset 17553 removed
the resouce parameter,  Changesets 17709, 17753, and 20326 added
ssl, node, and change_home_server parameters respectively.

Fortunately, testing has revealed that xend will fail the
operation if a parameter is missing but happily honor it if
unknown parameters are provided.  Thus all currently supported
parameters can be provided, satisfying current xend but not
regressing older versions.
src/xen/xend_internal.c