]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add domainSave/Restore to libxl driver
authorMarkus Groß <gross@univention.de>
Mon, 30 May 2011 09:53:02 +0000 (11:53 +0200)
committerJim Fehlig <jfehlig@novell.com>
Tue, 31 May 2011 05:29:05 +0000 (23:29 -0600)
commitdb0274c9d757555a6dff4ccc24d42abe47b6dfc7
treec0eee28e7baa758044cfdd3387e3954f43433854
parente69b1921028211c01cb2c1f2fc57192a3f6f1dfd
Add domainSave/Restore to libxl driver

v3:
* initialize xml pointer to avoid segfault
* throw error message if domain is paused as
  libxenlight itself will pause it

v2:
* header is now padded and has a version field
* the correct restore function from libxl is used
* only create the restore event once in libxlVmStart
src/libxl/libxl_conf.h
src/libxl/libxl_driver.c