]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Introduce two method migration APIs
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 18 May 2011 13:45:28 +0000 (09:45 -0400)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 25 May 2011 15:47:48 +0000 (11:47 -0400)
commit13555416624326da118b1566996ef81fd718320c
tree36c9e1460521e3cdb77d79831fbaa7249e01a81e
parentf9f2d4e147a786bb5dd1bf50675ef9fce3a6cbfe
Introduce two method migration APIs

There are two pieces of information which are desirable for
migration, which cannot be supplied by applications

 - The explicit QEMU migration URI, while using Peer2Peer
   migration
 - An override for the target VM XML

This introduces two new public APIs to support these extra
parameters. There is no need for extra wire protocool changes,
since this is supported by the v3 migration enhancements

* include/libvirt/libvirt.h.in,
  src/libvirt.c, src/libvirt_public.syms: Add virDomainMigrate2
  and virDomainMigrateToURI2
include/libvirt/libvirt.h.in
src/libvirt.c
src/libvirt_public.syms