libvirt/src
2008-05-22 23:49:36 +00:00
..
.cvsignore Ignore libvirt_parthelper binary 2008-02-20 15:58:38 +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 start using c-ctype functions 2008-05-16 09:37:44 +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 Added safer lowlevel memory allocation APis. Converted hash.c and capabilities.c to use them 2008-04-28 21:44:54 +00:00
capabilities.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
conf.c start using c-ctype functions 2008-05-16 09:37:44 +00:00
conf.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +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 Enable libvirtd drivers to handle signals, in lxc, sigchld triggers vm cleanup 2008-05-13 06:30:58 +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_sym.version Enable libvirtd drivers to handle signals, in lxc, sigchld triggers vm cleanup 2008-05-13 06:30:58 +00:00
libvirt.c Fix misc memory leaks 2008-05-22 15:12:25 +00:00
lxc_conf.c Change virBuffer API to prevent common usage errors. Update all users of APIs 2008-04-28 15:14:59 +00:00
lxc_conf.h * src/Makefile.am src/lxc_conf.c src/lxc_conf.h src/lxc_container.c 2008-04-10 07:30:52 +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 Enable libvirtd drivers to handle signals, in lxc, sigchld triggers vm cleanup 2008-05-13 06:30:58 +00:00
lxc_driver.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
Makefile.am Implement NUMA info/apis in QEMU driver 2008-05-22 15:29:50 +00:00
memory.c Fix build on F9 with missing stddefs.h include 2008-05-06 21:44:12 +00:00
memory.h Added safer lowlevel memory allocation APis. Converted hash.c and capabilities.c to use them 2008-04-28 21:44:54 +00:00
nodeinfo.c start using c-ctype functions 2008-05-16 09:37:44 +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.c Refactor QEMU command line building code for readability 2008-05-22 23:45:09 +00:00
qemu_conf.h Apply CPU pinning at startup for QEMU guests 2008-05-22 16:27:20 +00:00
qemu_driver.c Apply CPU pinning at startup for QEMU guests 2008-05-22 16:27:20 +00:00
qemu_driver.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
qemu.conf * NEWS virsh.1 docs//* include/libvirt/libvirt.h[.in] qemud/mdns.h 2008-03-17 10:27:31 +00:00
qparams.c Fix misc leaks in qparams code, support ; as param separator. Add test suite 2008-05-22 23:49:36 +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 start using c-ctype functions 2008-05-16 09:37:44 +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_disk.c remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +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 complete the previous change 2008-05-09 08:06:50 +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 remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +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 remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +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_backend.c remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
storage_backend.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
storage_conf.c remove useless tests before xmlFree 2008-04-29 19:43:57 +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 Enable libvirtd drivers to handle signals, in lxc, sigchld triggers vm cleanup 2008-05-13 06:30:58 +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 Remove all use of strcmp, strncmp in favour of STREQ, STREQLEN, STRPREFIX 2008-05-14 19:51:24 +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 start using c-ctype functions 2008-05-16 09:37:44 +00:00
util.h Add support for -drive QEMU syntax, and virtio bus / disk type 2008-05-09 16:41:19 +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 Fixed couple of memory leaks wrt to virXXXDestroy APIs, and clarify docs to match reality 2008-05-21 20:53:30 +00:00
virterror.c convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +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 avoid using STREQLEN with a literal; use STRPREFIX instead 2008-05-15 14:21:34 +00:00
xend_internal.h autostart for running Xen domains 2008-05-09 08:17:18 +00:00
xm_internal.c avoid using STREQLEN with a literal; use STRPREFIX instead 2008-05-15 14:21:34 +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 Apply CPU pinning at startup for QEMU guests 2008-05-22 16:27:20 +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