libvirt/src
David L. Leskovec 0bd57cdbe1 Fix a few issues related to restart of libvirtd with containers running.
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
2008-06-05 06:03:00 +00:00
..
.cvsignore Ignore libvirt_parthelper binary 2008-02-20 15:58:38 +00:00
Makefile.am Switch to using lcov for code coverage repots 2008-05-29 19:27:04 +00:00
bridge.c remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
bridge.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
buf.c Convert to use new memory allocation APIs 2008-05-29 18:45:36 +00:00
buf.h Change virBuffer API to prevent common usage errors. Update all users of APIs 2008-04-28 15:14:59 +00:00
capabilities.c Misc OOM / memory leak fixes 2008-05-29 15:28:28 +00:00
capabilities.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
conf.c Convert to use new memory allocation APIs 2008-05-29 19:20:22 +00:00
conf.h Convert to use new memory allocation APIs 2008-05-29 19:20:22 +00:00
console.c remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
console.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
driver.h Enable libvirtd drivers to handle signals, in lxc, sigchld triggers vm cleanup 2008-05-13 06:30:58 +00:00
event.c Change libvirtd description from qemu only to various VM(i.e. Xen, LXC) 2008-05-15 06:12:32 +00:00
event.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
gnutls_1_0_compat.h Enable the <config.h>-requiring test; fix violations 2008-01-29 18:15:54 +00:00
hash.c Fixed couple of memory leaks wrt to virXXXDestroy APIs, and clarify docs to match reality 2008-05-21 20:53:30 +00:00
hash.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
internal.h Deprecate the conn, dom and net fields in the _virError structure. 2008-05-23 08:32:08 +00:00
iptables.c Remove all use of strcmp, strncmp in favour of STREQ, STREQLEN, STRPREFIX 2008-05-14 19:51:24 +00:00
iptables.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
libvirt.c Fix parted check & disable storage driver if daemon isn't present 2008-05-29 19:23:17 +00:00
libvirt_sym.version Enable libvirtd drivers to handle signals, in lxc, sigchld triggers vm cleanup 2008-05-13 06:30:58 +00:00
lxc_conf.c Fix a few issues related to restart of libvirtd with containers running. 2008-06-05 06:03:00 +00:00
lxc_conf.h Fix a few issues related to restart of libvirtd with containers running. 2008-06-05 06:03:00 +00:00
lxc_container.c remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
lxc_container.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
lxc_driver.c Fix a few issues related to restart of libvirtd with containers running. 2008-06-05 06:03:00 +00:00
lxc_driver.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
memory.c Pass allocation number to callback 2008-05-29 18:47:00 +00:00
memory.h Pass allocation number to callback 2008-05-29 18:47:00 +00:00
nodeinfo.c Standardize use of header files, making internal.h primary. 2008-05-23 08:24:41 +00:00
nodeinfo.h Fix gcc-4.3.0 "inlining failed" warning. 2008-02-08 09:15:16 +00:00
openvz_conf.c Remove all use of strcmp, strncmp in favour of STREQ, STREQLEN, STRPREFIX 2008-05-14 19:51:24 +00:00
openvz_conf.h Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
openvz_driver.c Use gnulib's c-ctype.h, not <ctype.h>. 2008-05-09 13:50:14 +00:00
openvz_driver.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
parthelper.c Avoid in-function #if directives. 2008-04-29 13:20:46 +00:00
proxy_internal.c Change libvirtd description from qemu only to various VM(i.e. Xen, LXC) 2008-05-15 06:12:32 +00:00
proxy_internal.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
qemu.conf * NEWS virsh.1 docs//* include/libvirt/libvirt.h[.in] qemud/mdns.h 2008-03-17 10:27:31 +00:00
qemu_conf.c Convert to use new memory allocation APIs 2008-05-29 19:20:22 +00:00
qemu_conf.h Apply CPU pinning at startup for QEMU guests 2008-05-22 16:27:20 +00:00
qemu_driver.c Convert to use new memory allocation APIs 2008-05-29 19:20:22 +00:00
qemu_driver.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
qparams.c Misc OOM / memory leak fixes 2008-05-29 15:28:28 +00:00
qparams.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
remote_internal.c Wire up free memory APIs to remote driver/daemon 2008-05-22 15:20:25 +00:00
remote_internal.h Added listen_addr config param for daemon (Stefan de Konink) 2008-05-14 20:57:20 +00:00
sexpr.c start using c-ctype functions 2008-05-16 09:37:44 +00:00
sexpr.h Adjust sexpr-related interfaces to be const-correct. 2008-01-21 14:22:15 +00:00
socketcompat.h Fix typos (Atsushi SAKAI). 2008-02-27 10:37:19 +00:00
stats_linux.c Standardize use of header files, making internal.h primary. 2008-05-23 08:24:41 +00:00
stats_linux.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
storage_backend.c Standardize use of header files, making internal.h primary. 2008-05-23 08:24:41 +00:00
storage_backend.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
storage_backend_disk.c Fix use of header files in disk storage backend. 2008-05-27 08:56:56 +00:00
storage_backend_disk.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
storage_backend_fs.c Standardize use of header files, making internal.h primary. 2008-05-23 08:24:41 +00:00
storage_backend_fs.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
storage_backend_iscsi.c Standardize use of header files, making internal.h primary. 2008-05-23 08:24:41 +00:00
storage_backend_iscsi.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
storage_backend_logical.c Standardize use of header files, making internal.h primary. 2008-05-23 08:24:41 +00:00
storage_backend_logical.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
storage_conf.c Standardize use of header files, making internal.h primary. 2008-05-23 08:24:41 +00:00
storage_conf.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
storage_driver.c Standardize use of header files, making internal.h primary. 2008-05-23 08:24:41 +00:00
storage_driver.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
test.c Convert to use new memory allocation APIs 2008-05-29 19:20:22 +00:00
test.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
util-lib.c convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
util-lib.h fix compilation against static libraries 2008-02-25 13:55:56 +00:00
util.c Convert to use new memory allocation APIs 2008-05-29 19:20:22 +00:00
util.h Standardize use of header files, making internal.h primary. 2008-05-23 08:24:41 +00:00
uuid.c start using c-ctype functions 2008-05-16 09:37:44 +00:00
uuid.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
virsh.c Don't add trailing blanks in dominfo output 2008-05-29 14:56:12 +00:00
virterror.c Standardize use of header files, making internal.h primary. 2008-05-23 08:24:41 +00:00
xen_internal.c Fix array out of bounds in capabilities code parsing 2008-04-29 14:13:54 +00:00
xen_internal.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
xen_unified.c Remove all use of strcmp, strncmp in favour of STREQ, STREQLEN, STRPREFIX 2008-05-14 19:51:24 +00:00
xen_unified.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
xend_internal.c Convert to use new memory allocation APIs 2008-05-29 19:20:22 +00:00
xend_internal.h autostart for running Xen domains 2008-05-09 08:17:18 +00:00
xm_internal.c * src/xm_internal.c: If vcpu cpuset attribute is invalid 2008-06-03 08:01:45 +00:00
xm_internal.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
xml.c Convert to use new memory allocation APIs 2008-05-29 19:20:22 +00:00
xml.h Apply CPU pinning at startup for QEMU guests 2008-05-22 16:27:20 +00:00
xmlrpc.c Remove all use of strcmp, strncmp in favour of STREQ, STREQLEN, STRPREFIX 2008-05-14 19:51:24 +00:00
xmlrpc.h Change virBuffer API to prevent common usage errors. Update all users of APIs 2008-04-28 15:14:59 +00:00
xs_internal.c convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
xs_internal.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00