..
.cvsignore
Ignore libvirt_lxc binary
2008-08-21 09:14:39 +00:00
.gitignore
generate .gitignore files from .cvsignore ones
2008-10-17 10:03:15 +00:00
bridge.c
Switch over fork/exec code to use virExec
2008-08-29 07:11:15 +00:00
bridge.h
Do conditional driver config in Makefile.am, not source files
2008-08-20 20:48:35 +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
Fix memory leak in OOM cleanup
2008-07-07 09:52:26 +00:00
capabilities.h
remove Vim and Emacs variable settings from C source files
2008-04-10 16:53:29 +00:00
cgroup.c
Fix up cgroup initialization order and allow /dev/pts device access in LXC
2008-10-21 16:46:47 +00:00
cgroup.h
Fix up cgroup initialization order and allow /dev/pts device access in LXC
2008-10-21 16:46:47 +00:00
conf.c
src/conf.c: Improved error messages in XM conf module.
2008-09-17 14:11:21 +00:00
conf.h
Do conditional driver config in Makefile.am, not source files
2008-08-20 20:48:35 +00:00
console.c
remove Vim and Emacs variable settings from C source files
2008-04-10 16:53:29 +00:00
console.h
Do conditional driver config in Makefile.am, not source files
2008-08-20 20:48:35 +00:00
domain_conf.c
* src/domain_conf.c: fix virDiskNameToBusDeviceIndex() to allow 0
2008-10-17 09:18:21 +00:00
domain_conf.h
Switch domain device objects to array instead of linked list
2008-10-10 16:08:01 +00:00
driver.h
virDomainDefineXML, and a few additional cleanups
2008-10-10 09:32:27 +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
avoid many format string warnings
2008-10-13 16:46:28 +00:00
hash.h
Do conditional driver config in Makefile.am, not source files
2008-08-20 20:48:35 +00:00
internal.h
Centralize majority of error reporting logic.
2008-10-09 15:38:31 +00:00
iptables.c
Fix const-correctness of virRUn and virExec
2008-08-08 15:43:38 +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
virDomainDefineXML, and a few additional cleanups
2008-10-10 09:32:27 +00:00
libvirt_win_icon_16x16.ico
* configure.in, src/Makefile.am, src/virsh_win_icon.rc:
2008-10-15 18:39:34 +00:00
libvirt_win_icon_32x32.ico
* configure.in, src/Makefile.am, src/virsh_win_icon.rc:
2008-10-15 18:39:34 +00:00
libvirt_win_icon_48x48.ico
* configure.in, src/Makefile.am, src/virsh_win_icon.rc:
2008-10-15 18:39:34 +00:00
libvirt_win_icon_64x64.ico
* configure.in, src/Makefile.am, src/virsh_win_icon.rc:
2008-10-15 18:39:34 +00:00
libvirt.c
* src/libvirt.c: Register the remote driver even when we are
2008-10-15 10:33:01 +00:00
lxc_conf.c
Centralize majority of error reporting logic.
2008-10-09 15:38:31 +00:00
lxc_conf.h
Switch domain objects to array instead of linked list
2008-10-10 14:20:37 +00:00
lxc_container.c
avoid many format string warnings
2008-10-13 16:46:28 +00:00
lxc_container.h
Fix up cgroup initialization order and allow /dev/pts device access in LXC
2008-10-21 16:46:47 +00:00
lxc_controller.c
Fix up cgroup initialization order and allow /dev/pts device access in LXC
2008-10-21 16:46:47 +00:00
lxc_driver.c
avoid many format string warnings
2008-10-13 16:46:28 +00:00
lxc_driver.h
Do conditional driver config in Makefile.am, not source files
2008-08-20 20:48:35 +00:00
Makefile.am
* configure.in, src/Makefile.am, src/virsh_win_icon.rc:
2008-10-15 18:39:34 +00:00
memory.c
Fix virRealloc bug for zero-size
2008-10-10 18:17:13 +00:00
memory.h
Switch over remaining driver code to use memory alloc apis
2008-06-06 11:09:57 +00:00
network_conf.c
avoid many format string warnings
2008-10-13 16:46:28 +00:00
network_conf.h
Switch network objects to array instead of linked list
2008-10-10 14:50:26 +00:00
network_driver.c
While doing on this patch series, I mistakenly added a bogus piece of
2008-10-21 17:15:53 +00:00
network_driver.h
Split network driver out into separate files
2008-10-10 13:57:13 +00:00
nodeinfo.c
Standardize use of header files, making internal.h primary.
2008-05-23 08:24:41 +00:00
nodeinfo.h
Do conditional driver config in Makefile.am, not source files
2008-08-20 20:48:35 +00:00
openvz_conf.c
avoid many format string warnings
2008-10-13 16:46:28 +00:00
openvz_conf.h
Switch domain objects to array instead of linked list
2008-10-10 14:20:37 +00:00
openvz_driver.c
avoid many format string warnings
2008-10-13 16:46:28 +00:00
openvz_driver.h
Convert openvz driver to generic domain XML APIs
2008-09-05 14:10:58 +00:00
parthelper.c
Fix size reporting for disks without partitions.
2008-08-20 13:20:01 +00:00
proxy_internal.c
virDomainDefineXML, and a few additional cleanups
2008-10-10 09:32:27 +00:00
proxy_internal.h
Do conditional driver config in Makefile.am, not source files
2008-08-20 20:48:35 +00:00
qemu_conf.c
Support SDL config with QEMU guests
2008-10-10 16:52:20 +00:00
qemu_conf.h
Support SDL config with QEMU guests
2008-10-10 16:52:20 +00:00
qemu_driver.c
While doing on this patch series, I mistakenly added a bogus piece of
2008-10-21 17:15:53 +00:00
qemu_driver.h
configure.in, src/qemu_driver.h, src/qemu_driver.c: KVM
2008-09-17 14:07:49 +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
Centralize majority of error reporting logic.
2008-10-09 15:38:31 +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
avoid many format string warnings
2008-10-13 16:46:28 +00:00
remote_internal.h
Do conditional driver config in Makefile.am, not source files
2008-08-20 20:48:35 +00:00
sexpr.c
avoid many format string warnings
2008-10-13 16:46:28 +00:00
sexpr.h
xend_internal.c, sexpr.c: const-correctness fixes
2008-08-01 14:43:12 +00:00
socketcompat.h
Fix typos (Atsushi SAKAI).
2008-02-27 10:37:19 +00:00
stats_linux.c
fix failing "make syntax-check"
2008-08-06 13:07:55 +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
As suggested by danpb, to fix up the regression caused by last week's VIR_ENUM
2008-10-23 11:32:22 +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
As suggested by danpb, to fix up the regression caused by last week's VIR_ENUM
2008-10-23 11:32:22 +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
Add support for detecting the partition table type when scanning
2008-10-16 15:06:03 +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
An updated patch for adding <device> tags to logical
2008-10-23 11:39:53 +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
Add support for detecting the partition table type when scanning
2008-10-16 15:06:03 +00:00
storage_backend.h
As suggested by danpb, to fix up the regression caused by last week's VIR_ENUM
2008-10-23 11:32:22 +00:00
storage_conf.c
An updated patch for adding <device> tags to logical
2008-10-23 11:39:53 +00:00
storage_conf.h
An updated patch for adding <device> tags to logical
2008-10-23 11:39:53 +00:00
storage_driver.c
While doing on this patch series, I mistakenly added a bogus piece of
2008-10-21 17:15:53 +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
avoid many format string warnings
2008-10-13 16:46:28 +00:00
test.h
Do conditional driver config in Makefile.am, not source files
2008-08-20 20:48:35 +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
avoid many format string warnings
2008-10-13 16:46:28 +00:00
util.h
Fully support mingw builds
2008-09-05 12:03:45 +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
veth.c
Move DEBUG macros to central location.
2008-10-06 19:53:06 +00:00
veth.h
[LXC] Add functions to manage veth device pairs
2008-06-26 16:07:48 +00:00
virsh_win_icon.rc
* configure.in, src/Makefile.am, src/virsh_win_icon.rc:
2008-10-15 18:39:34 +00:00
virsh.c
avoid many format string warnings
2008-10-13 16:46:28 +00:00
virterror.c
Centralize majority of error reporting logic.
2008-10-09 15:38:31 +00:00
xen_internal.c
Fix two format string warnings on 32bit hosts
2008-10-10 12:54:10 +00:00
xen_internal.h
Fix xen capabilities data creation
2008-09-05 11:35:43 +00:00
xen_unified.c
virDomainDefineXML, and a few additional cleanups
2008-10-10 09:32:27 +00:00
xen_unified.h
virDomainDefineXML, and a few additional cleanups
2008-10-10 09:32:27 +00:00
xend_internal.c
avoid many format string warnings
2008-10-13 16:46:28 +00:00
xend_internal.h
Switch domain device objects to array instead of linked list
2008-10-10 16:08:01 +00:00
xm_internal.c
avoid many format string warnings
2008-10-13 16:46:28 +00:00
xm_internal.h
Switch XM config file driver to use new domain APIs for XML to config conversion
2008-07-25 14:10:49 +00:00
xml.c
avoid many format string warnings
2008-10-13 16:46:28 +00:00
xml.h
Fix reporting of errors against virConnect object in XML apis
2008-07-25 14:27:25 +00:00
xmlrpc.c
remove unnecessary "V = NULL;" stmts after VIR_FREE(V)
2008-07-19 07:42:34 +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
avoid many format string warnings
2008-10-13 16:46:28 +00:00
xs_internal.h
Do conditional driver config in Makefile.am, not source files
2008-08-20 20:48:35 +00:00