1. 13 8月, 2008 4 次提交
  2. 08 8月, 2008 1 次提交
  3. 27 6月, 2008 3 次提交
  4. 12 6月, 2008 1 次提交
  5. 10 6月, 2008 1 次提交
  6. 06 6月, 2008 1 次提交
  7. 05 6月, 2008 1 次提交
    • D
      Fix a few issues related to restart of libvirtd with containers running. · 0bd57cdb
      David L. Leskovec 提交于
      Mon May 12 23:32:21 PST 2008 David L. Leskovec <dlesko@linux.vnet.ibm.com>
      
      	* src/lxc_driver.c: Add sanity of tty pid before kill()
      	Ignore ECHILD errors during VM cleanup
      	Call functions to store tty pid and cleanup tty pid file
      	* src/lxc_conf.h: Add function to verify container process exists
      	Add facilities to manage storing the tty forward process pid
      	* src/lxc_conf.c: Add function to verify container process exists
      	Call function to verify container process during config load
      	Add facilities to manage storing the tty forward process pid
      	Call function to load tty pid during load config
      0bd57cdb
  8. 13 5月, 2008 1 次提交
    • D
      Enable libvirtd drivers to handle signals, in lxc, sigchld triggers vm cleanup · 94311de5
      David L. Leskovec 提交于
      Mon May 12 23:32:21 PST 2008 David L. Leskovec <dlesko@linux.vnet.ibm.com>
      
      	* qemud/qemud.c: get siginfo with signals, distribute to drivers that
          register a handler
      	* src/driver.h: add sighandler function to state driver table
      	* src/internal.h: define virStateSigDispatcher functions
      	* src/libvirt.c: add __virStateSigDispatcher function
      	* src/libvirt_sym.version: add __virStateSigDispatcher
      	* src/lxc_driver.c: add sig handler function, cleanup vm when sigchld
          received from container process
      	* src/qemu_driver.c: NULL for sig handler (no handler) in state driver
      	* src/remote_internal.c: NULL for sig handler (no handler) in state driver
      	* src/storage_driver.c: NULL for sig handler (no handler) in state driver
      94311de5
  9. 09 5月, 2008 1 次提交
  10. 11 4月, 2008 1 次提交
  11. 10 4月, 2008 1 次提交
  12. 31 3月, 2008 2 次提交
    • D
      remove dandling domain/net/conn pointers from error data · c7d7aa1c
      Daniel Veillard 提交于
      * src/hash.c src/internal.h src/virterror.c: remove dandling
        domain/net/conn pointers from error data when released.
      * src/lxc_driver.c: fix a NULL/0 return error mismatch
      Daniel
      c7d7aa1c
    • D
      linux countainers cleanup patches · 497f2520
      Daniel Veillard 提交于
      * src/lxc_conf.c src/lxc_conf.h: cleanup patch for the conf driver
        of linux countainers, reuse XPath helpers, make string fields dynamic
        and remove a memory leak.
      * src/lxc_driver.c: avoid some problems when the config directory is
        not accessible and for regression tests
      Daniel
      497f2520
  13. 27 3月, 2008 1 次提交
    • D
      Linux container fixes, move driver in the daemon. · 425cf2e7
      Daniel Veillard 提交于
      * src/lxc_conf.c src/lxc_conf.h src/lxc_driver.c src/remote_internal.c:
        applied patch from Dan Berrange to change the way the lxc driver
        works, migrating the support in the daemon, it also removes some
        compilation issues and teh way the configuration files are named.
      Daniel
      425cf2e7
  14. 21 3月, 2008 1 次提交
    • D
      Initial Linux containers work · f1638952
      Daniel Veillard 提交于
      * configure.in include/libvirt/virterror.h src/Makefile.am
        src/driver.h src/lxc_conf.[ch] src/lxc_driver.[ch] src/virterror.c:
        Applied 3 patches from Dave Leskovec for intial support of
        Linux containers, configured off by default, work in progress.
      * src/libvirt.c: improve virDomainCreateLinux xmlDesc description
      Daniel
      f1638952