]> git.ipfire.org Git - thirdparty/libvirt.git/commit
lxc: suspend/resume support
authorRyota Ozaki <ozaki.ryota@gmail.com>
Mon, 21 Sep 2009 14:31:22 +0000 (23:31 +0900)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 22 Sep 2009 10:30:06 +0000 (11:30 +0100)
commitc8c9ef27578767fafe581fd1e4c23ff86a85aca0
treee0dae4026e7b7e792ca1e574a5889312e2070247
parent0c85095e46f3aba09ac401f559b76df0b0bea998
lxc: suspend/resume support

* src/conf/domain_conf.c: Don't assume all virDomainObjPtr have
  a non-NULL monitor_chr field in virDomainObjFormat.
* src/lxc/lxc_driver.c: Implement suspend/resume driver APis
* src/util/cgroup.c, src/util/cgroup.h: Support the 'freezer'
  cgroup controller
* src/libvirt_private.syms: Export virCgroupSetFreezerState
  and virCgroupGetFreezerState
src/conf/domain_conf.c
src/libvirt_private.syms
src/lxc/lxc_driver.c
src/util/cgroup.c
src/util/cgroup.h