libvirt/src
2009-05-08 10:07:15 +00:00
..
vbox VirtualBox version improvement and cleanups 2009-05-06 13:51:19 +00:00
.cvsignore
.gitignore
bridge.c * src/bridge.c: fix a compilation breakage raised by Anton Protopopov 2009-04-20 09:18:26 +00:00
bridge.h Generate network bridge names if none passed at define/create time. 2009-03-02 17:37:03 +00:00
buf.c
buf.h
capabilities.c Default to native arch, and check domain type when auto-filling guest arch (Soren Hansen) 2009-03-24 11:16:29 +00:00
capabilities.h Default to native arch, and check domain type when auto-filling guest arch (Soren Hansen) 2009-03-24 11:16:29 +00:00
cgroup.c Avoid some potential FILE * leaks 2009-03-16 10:41:37 +00:00
cgroup.h * src/cgroup.c src/cgroup.h src/lxc_driver.c: allows to get 2009-03-06 14:44:04 +00:00
conf.c error-reporting calls using VIR_ERR_NO_MEMORY: use virReportOOMError instead 2009-01-29 12:10:32 +00:00
conf.h
console.c
console.h
datatypes.c Misc fixes uncovered by OOM testing 2009-04-01 10:31:01 +00:00
datatypes.h Thread local error reporting 2009-01-20 12:01:45 +00:00
domain_conf.c Changes needed for multiple graphics adapters 2009-05-07 07:27:49 +00:00
domain_conf.h Changes needed for multiple graphics adapters 2009-05-07 07:27:49 +00:00
domain_event.c
domain_event.h
driver.c Log dlopen() errors more verbosely 2009-05-08 10:05:56 +00:00
driver.h Add virNodeDeviceCreateXML / virNodeDeviceDestroy boilerplate public API and remote protocol impl 2009-04-24 13:11:23 +00:00
event.c
event.h
gnutls_1_0_compat.h
hash.c maint: update list of error function names and adapt 2009-01-23 12:29:29 +00:00
hash.h
internal.h
iptables.c Replace use of qemudLog with logging.h APIs/macros 2009-03-03 11:40:08 +00:00
iptables.h
libvirt_bridge.syms Allow virtual networks to survive daemon restart 2009-01-20 22:36:10 +00:00
libvirt_debug.syms
libvirt_driver_modules.syms
libvirt_internal.h
libvirt_linux.syms
libvirt_private.syms Fix Xen dlopen module missing export 2009-04-24 12:19:00 +00:00
libvirt_public.syms Add virNodeDeviceCreateXML / virNodeDeviceDestroy boilerplate public API and remote protocol impl 2009-04-24 13:11:23 +00:00
libvirt_win_icon_16x16.ico
libvirt_win_icon_32x32.ico
libvirt_win_icon_48x48.ico
libvirt_win_icon_64x64.ico
libvirt.c Use proper error code in virStorageVolCreateXML 2009-05-05 14:17:50 +00:00
logging.c * src/logging.c: fix openlog() ident lifetime for Solaris 2009-01-20 21:34:44 +00:00
logging.h
lxc_conf.c error-reporting calls using VIR_ERR_NO_MEMORY: use virReportOOMError instead 2009-01-29 12:10:32 +00:00
lxc_conf.h
lxc_container.c Use a private /dev/pts instance in containers if kernel is new enough 2009-04-22 14:26:50 +00:00
lxc_container.h Use a private /dev/pts instance in containers if kernel is new enough 2009-04-22 14:26:50 +00:00
lxc_controller.c don't crash when called without arguments 2009-05-07 07:17:25 +00:00
lxc_driver.c * src/lxc_driver.c: adds the getHostname method to the lxc driver 2009-04-15 09:34:56 +00:00
lxc_driver.h
Makefile.am Add another vbox file to EXTRA_DIST 2009-04-19 16:36:22 +00:00
memory.c
memory.h
network_conf.c Avoid compile warnings about assignment/conditional/truthvalue 2009-04-22 14:28:25 +00:00
network_conf.h * src/network_conf.c src/network_conf.h: add dynamic bridge names 2009-04-21 19:00:06 +00:00
network_driver.c Generate network bridge names if none passed at define/create time. 2009-03-02 17:37:03 +00:00
network_driver.h
node_device_conf.c Add virNodeDeviceDefParseString() 2009-02-24 14:55:45 +00:00
node_device_conf.h Add virNodeDeviceDefParseString() 2009-02-24 14:55:45 +00:00
node_device_devkit.c
node_device_hal.c Fix subsystem lookup for older HAL releases 2009-03-16 10:56:01 +00:00
node_device.c Fix misc memory handling bugs 2009-04-01 10:21:34 +00:00
node_device.h
nodeinfo.c Misc fixes uncovered by OOM testing 2009-04-01 10:31:01 +00:00
nodeinfo.h
openvz_conf.c Add support for a non-template filesystem root. (Florian Vichot) 2009-03-24 10:59:13 +00:00
openvz_conf.h Add support for a non-template filesystem root. (Florian Vichot) 2009-03-24 10:59:13 +00:00
openvz_driver.c Convert all drivers to use old-style struct initializers; this makes a handy 2009-03-31 15:47:16 +00:00
openvz_driver.h
parthelper.c
pci.c Support PCI passthrough for Xen 2009-04-03 12:38:52 +00:00
pci.h implements dettach, reattach and reset for PCI devices 2009-03-02 16:18:11 +00:00
proxy_internal.c Convert all drivers to use old-style struct initializers; this makes a handy 2009-03-31 15:47:16 +00:00
proxy_internal.h
qemu_conf.c Enable save/restore/migrate for QEMU >= 0.10.0 2009-05-08 10:07:15 +00:00
qemu_conf.h Switch to using virDomainDefPtr for building command line in QEMU driver 2009-04-19 14:50:01 +00:00
qemu_driver.c Add new VIR_ERR_OPERATION_INVALID error code & use it in Xen & QEMU drivers 2009-05-08 09:58:46 +00:00
qemu_driver.h
qemu.conf Support SASL auth for VNC server. 2009-03-16 13:54:26 +00:00
qparams.c qparams.c: Use virReportOOMError(NULL), not qparam_report_oom() 2009-01-28 16:13:46 +00:00
qparams.h
remote_internal.c Add virNodeDeviceCreateXML / virNodeDeviceDestroy boilerplate public API and remote protocol impl 2009-04-24 13:11:23 +00:00
remote_internal.h
security_selinux.c Fix crash in svirt verification, and incorrect cleanup in VM failure paths 2009-04-03 14:10:17 +00:00
security_selinux.h SELinux security driver for sVirt support (James Morris, Dan Walsh & Daniel Berrange) 2009-03-03 10:06:49 +00:00
security.c Fix crash in svirt verification, and incorrect cleanup in VM failure paths 2009-04-03 14:10:17 +00:00
security.h Improve security label error reporting & verification (Dan Walsh) 2009-04-03 10:55:51 +00:00
sexpr.c error-reporting calls using VIR_ERR_NO_MEMORY: use virReportOOMError instead 2009-01-29 12:10:32 +00:00
sexpr.h
stats_linux.c error-reporting calls using VIR_ERR_NO_MEMORY: use virReportOOMError instead 2009-01-29 12:10:32 +00:00
stats_linux.h
storage_backend_disk.c Sanitize symlink resolution 2009-04-01 10:26:22 +00:00
storage_backend_disk.h
storage_backend_fs.c Fix a comment typo in storage_backend_fs.c 2009-05-04 15:44:44 +00:00
storage_backend_fs.h
storage_backend_iscsi.c SCSI HBA storage pool implementation (Dave Allan) 2009-04-01 16:03:22 +00:00
storage_backend_iscsi.h
storage_backend_logical.c Remove erroneous lvm volume format check for backing store. 2009-02-16 22:47:19 +00:00
storage_backend_logical.h
storage_backend_scsi.c * src/storage_backend_scsi.[ch]: add SCSI storage rescan support, 2009-04-07 12:50:17 +00:00
storage_backend_scsi.h * src/storage_backend_scsi.[ch]: add SCSI storage rescan support, 2009-04-07 12:50:17 +00:00
storage_backend.c Don't lose file format info on volume refresh. 2009-04-03 14:17:57 +00:00
storage_backend.h drop the pool lock when allocating fs volumes 2009-04-17 19:12:37 +00:00
storage_conf.c SCSI HBA storage pool implementation (Dave Allan) 2009-04-01 16:03:22 +00:00
storage_conf.h drop the pool lock when allocating fs volumes 2009-04-17 19:12:37 +00:00
storage_driver.c Remove some debug code from storage_driver.c 2009-05-05 14:18:51 +00:00
storage_driver.h
test.c Small cleanups in test driver VolCreateXML 2009-05-05 14:19:59 +00:00
test.h
threads-pthread.c
threads-pthread.h
threads-win32.c
threads-win32.h
threads.c
threads.h
uml_conf.c error-reporting calls using VIR_ERR_NO_MEMORY: use virReportOOMError instead 2009-01-29 12:10:32 +00:00
uml_conf.h
uml_driver.c Convert all drivers to use old-style struct initializers; this makes a handy 2009-03-31 15:47:16 +00:00
uml_driver.h
util.c check for NULL pointers in pidfile functions 2009-05-07 07:29:51 +00:00
util.h Use a private /dev/pts instance in containers if kernel is new enough 2009-04-22 14:26:50 +00:00
uuid.c Replace use of qemudLog with logging.h APIs/macros 2009-03-03 11:40:08 +00:00
uuid.h
veth.c Commit patches by Serge Hallyn from 6-Apr and 7-Apr 2009-04-14 17:51:12 +00:00
veth.h
virsh_win_icon.rc
virsh.c Fix check for -Wformat-security which depends on -Wformat 2009-04-28 10:55:45 +00:00
virterror_internal.h publicize virStrerror 2009-02-05 16:10:07 +00:00
virterror.c Add new VIR_ERR_OPERATION_INVALID error code & use it in Xen & QEMU drivers 2009-05-08 09:58:46 +00:00
xen_inotify.c Convert all drivers to use old-style struct initializers; this makes a handy 2009-03-31 15:47:16 +00:00
xen_inotify.h
xen_internal.c Add new VIR_ERR_OPERATION_INVALID error code & use it in Xen & QEMU drivers 2009-05-08 09:58:46 +00:00
xen_internal.h Least privilege support for Solaris 2009-01-22 17:49:41 +00:00
xen_unified.c Support PCI passthrough for Xen 2009-04-03 12:38:52 +00:00
xen_unified.h Convert all drivers to use old-style struct initializers; this makes a handy 2009-03-31 15:47:16 +00:00
xend_internal.c Add new VIR_ERR_OPERATION_INVALID error code & use it in Xen & QEMU drivers 2009-05-08 09:58:46 +00:00
xend_internal.h Fix XM driver VIF config creation 2009-04-24 12:17:50 +00:00
xm_internal.c Changes needed for multiple graphics adapters 2009-05-07 07:27:49 +00:00
xm_internal.h Remove use of static data in Xen XM driver 2009-01-20 17:34:56 +00:00
xml.c Core internal driver stub for sVirt support (Jams Morris & Dan Walsh) 2009-03-03 09:44:41 +00:00
xml.h Core internal driver stub for sVirt support (Jams Morris & Dan Walsh) 2009-03-03 09:44:41 +00:00
xs_internal.c Convert all drivers to use old-style struct initializers; this makes a handy 2009-03-31 15:47:16 +00:00
xs_internal.h Make xen driver threadsafe 2009-01-21 18:11:14 +00:00