]> xenbits.xensource.com Git - libvirt.git/commit
Add support for autodestroy of guests to the LXC and UML drivers
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 13 Jul 2011 11:21:54 +0000 (12:21 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 19 Oct 2011 08:14:27 +0000 (09:14 +0100)
commit02e92dc47085427b5ba243aec207c2d6f3d3bbdc
treebd45e0ae3226e958166c3337ed64f26eb264abae
parent07862822f312fc7752c492f8e8ca7d7aed1b4515
Add support for autodestroy of guests to the LXC and UML drivers

We recently added support for VIR_DOMAIN_START_AUTODESTROY and
an impl to the QEMU driver. It is very desirable to support in
other drivers, so this adds it to LXC and UML

* src/lxc/lxc_conf.h, src/lxc/lxc_driver.c,
  src/uml/uml_conf.h, src/uml/uml_driver.c: Wire up autodestroy
  functions
src/lxc/lxc_conf.h
src/lxc/lxc_driver.c
src/uml/uml_conf.h
src/uml/uml_driver.c