]> xenbits.xensource.com Git - libvirt.git/commit
KVM/QEmu migration support
authorDaniel Veillard <veillard@redhat.com>
Fri, 14 Nov 2008 08:42:47 +0000 (08:42 +0000)
committerDaniel Veillard <veillard@redhat.com>
Fri, 14 Nov 2008 08:42:47 +0000 (08:42 +0000)
commitdf285bdd8d7fc6f50cb99e5f497c1625cafe9b58
treeec0f5a6b7671f2c65698f60e7e00a14379655443
parentbfdac58c36a9d3008f7ead9a142559d8cf3c4149
KVM/QEmu migration support
* qemud/remote.c qemud/remote_dispatch_localvars.h
  qemud/remote_dispatch_proc_switch.h qemud/remote_dispatch_prototypes.h
  qemud/remote_protocol.c qemud/remote_protocol.h
  qemud/remote_protocol.x src/driver.h src/libvirt.c
  src/libvirt_internal.h src/libvirt_sym.version src/lxc_driver.c
  src/openvz_driver.c src/qemu_conf.h src/qemu_driver.c
  src/remote_internal.c src/test.c src/virsh.c: large patch to
  add migration support for KVM/QEmu, based on the work of Rich Jones
  and Chris Lalancette. This introduce a new version of the prepare
  and finish steps of the migration, so changes the driver API and
  a lot of code.
Daniel
19 files changed:
ChangeLog
qemud/remote.c
qemud/remote_dispatch_localvars.h
qemud/remote_dispatch_proc_switch.h
qemud/remote_dispatch_prototypes.h
qemud/remote_protocol.c
qemud/remote_protocol.h
qemud/remote_protocol.x
src/driver.h
src/libvirt.c
src/libvirt_internal.h
src/libvirt_sym.version
src/lxc_driver.c
src/openvz_driver.c
src/qemu_conf.h
src/qemu_driver.c
src/remote_internal.c
src/test.c
src/virsh.c