libvirt/src
Jim Meyering 81cb09f9fe qemu_conf.c: use new function, virFileReadLimFD
* src/qemu_conf.c (qemudExtractVersionInfo): Use virFileReadLimFD
and VIR_FREE in place of an open-coded loop and a static buffer.
2008-09-02 10:30:40 +00:00
..
.cvsignore Ignore libvirt_lxc binary 2008-08-21 09:14:39 +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
buf.h
capabilities.c Fix memory leak in OOM cleanup 2008-07-07 09:52:26 +00:00
capabilities.h
conf.c
conf.h Do conditional driver config in Makefile.am, not source files 2008-08-20 20:48:35 +00:00
console.c
console.h Do conditional driver config in Makefile.am, not source files 2008-08-20 20:48:35 +00:00
domain_conf.c Create lxc_controller standalone binary 2008-08-20 20:55:32 +00:00
domain_conf.h Remove configFile/autostartLink vars from virDomainObj struct 2008-08-20 19:42:36 +00:00
driver.h Add storage pool source discovery support (patch from David Lively) 2008-08-27 20:05:58 +00:00
event.c
event.h
gnutls_1_0_compat.h
hash.c
hash.h Do conditional driver config in Makefile.am, not source files 2008-08-20 20:48:35 +00:00
internal.h Add storage pool source discovery support (patch from David Lively) 2008-08-27 20:05:58 +00:00
iptables.c Fix const-correctness of virRUn and virExec 2008-08-08 15:43:38 +00:00
iptables.h
libvirt_sym.version Add storage pool source discovery support (patch from David Lively) 2008-08-27 20:05:58 +00:00
libvirt.c Add storage pool source discovery support (patch from David Lively) 2008-08-27 20:05:58 +00:00
lxc_conf.c Create lxc_controller standalone binary 2008-08-20 20:55:32 +00:00
lxc_conf.h Create lxc_controller standalone binary 2008-08-20 20:55:32 +00:00
lxc_container.c Allow for private root filessytem in containers using pivot_root 2008-08-28 22:40:50 +00:00
lxc_container.h Do conditional driver config in Makefile.am, not source files 2008-08-20 20:48:35 +00:00
lxc_controller.c Create lxc_controller standalone binary 2008-08-20 20:55:32 +00:00
lxc_driver.c Fix QEMU domain creation by allowing virExec to preserve certain FDs 2008-08-27 11:42:52 +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 Remove use of virState apis from openvz driver 2008-08-27 11:19:45 +00:00
memory.c
memory.h
network_conf.c * src/network_conf.c src/network_conf.h src/qemu_driver.c: allow to 2008-08-20 12:50:29 +00:00
network_conf.h * src/network_conf.c src/network_conf.h src/qemu_driver.c: allow to 2008-08-20 12:50:29 +00:00
nodeinfo.c
nodeinfo.h Do conditional driver config in Makefile.am, not source files 2008-08-20 20:48:35 +00:00
openvz_conf.c Fix EOF handling when reading openvz domain list 2008-08-27 11:21:01 +00:00
openvz_conf.h saving UUID of new OpenVZ domains 2008-08-05 10:53:05 +00:00
openvz_driver.c Remove use of virState apis from openvz driver 2008-08-27 11:19:45 +00:00
openvz_driver.h
parthelper.c Fix size reporting for disks without partitions. 2008-08-20 13:20:01 +00:00
proxy_internal.c Switch over fork/exec code to use virExec 2008-08-29 07:11:15 +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 qemu_conf.c: use new function, virFileReadLimFD 2008-09-02 10:30:40 +00:00
qemu_conf.h Switch over fork/exec code to use virExec 2008-08-29 07:11:15 +00:00
qemu_driver.c Switch over fork/exec code to use virExec 2008-08-29 07:11:15 +00:00
qemu_driver.h Do conditional driver config in Makefile.am, not source files 2008-08-20 20:48:35 +00:00
qemu.conf
qparams.c
qparams.h
remote_internal.c Switch over fork/exec code to use virExec 2008-08-29 07:11:15 +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 xend_internal.c, sexpr.c: const-correctness fixes 2008-08-01 14:43:12 +00:00
sexpr.h xend_internal.c, sexpr.c: const-correctness fixes 2008-08-01 14:43:12 +00:00
socketcompat.h
stats_linux.c fix failing "make syntax-check" 2008-08-06 13:07:55 +00:00
stats_linux.h
storage_backend_disk.c * docs/storage.html[.in] src/storage_backend_disk.c: revert previous 2008-08-13 09:45:10 +00:00
storage_backend_disk.h
storage_backend_fs.c Add storage pool source discovery support (patch from David Lively) 2008-08-27 20:05:58 +00:00
storage_backend_fs.h
storage_backend_iscsi.c Fix const-correctness of virRUn and virExec 2008-08-08 15:43:38 +00:00
storage_backend_iscsi.h
storage_backend_logical.c Add storage pool source discovery support (patch from David Lively) 2008-08-27 20:05:58 +00:00
storage_backend_logical.h
storage_backend.c Fix QEMU domain creation by allowing virExec to preserve certain FDs 2008-08-27 11:42:52 +00:00
storage_backend.h Add storage pool source discovery support (patch from David Lively) 2008-08-27 20:05:58 +00:00
storage_conf.c Improve error messages when XML is not well-formed. 2008-08-01 09:39:44 +00:00
storage_conf.h
storage_driver.c Add storage pool source discovery support (patch from David Lively) 2008-08-27 20:05:58 +00:00
storage_driver.h
test.c Do conditional driver config in Makefile.am, not source files 2008-08-20 20:48:35 +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
util-lib.h
util.c util.c: add a file-descriptor-based wrapper for fread_file_lim 2008-09-02 10:29:51 +00:00
util.h util.c: add a file-descriptor-based wrapper for fread_file_lim 2008-09-02 10:29:51 +00:00
uuid.c
uuid.h
veth.c Do conditional driver config in Makefile.am, not source files 2008-08-20 20:48:35 +00:00
veth.h [LXC] Add functions to manage veth device pairs 2008-06-26 16:07:48 +00:00
virsh.c Add storage pool source discovery support (patch from David Lively) 2008-08-27 20:05:58 +00:00
virterror.c Added generic domain XML APIs 2008-07-11 16:23:36 +00:00
xen_internal.c Do conditional driver config in Makefile.am, not source files 2008-08-20 20:48:35 +00:00
xen_internal.h Do conditional driver config in Makefile.am, not source files 2008-08-20 20:48:35 +00:00
xen_unified.c Do conditional driver config in Makefile.am, not source files 2008-08-20 20:48:35 +00:00
xen_unified.h Do conditional driver config in Makefile.am, not source files 2008-08-20 20:48:35 +00:00
xend_internal.c Fix lookup of xen VM after define (Cole Robinson) 2008-08-28 11:59:07 +00:00
xend_internal.h Do conditional driver config in Makefile.am, not source files 2008-08-20 20:48:35 +00:00
xm_internal.c Do conditional driver config in Makefile.am, not source files 2008-08-20 20:48:35 +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 Remove unused c-ctype.h include 2008-07-25 16:19:00 +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
xs_internal.c Do conditional driver config in Makefile.am, not source files 2008-08-20 20:48:35 +00:00
xs_internal.h Do conditional driver config in Makefile.am, not source files 2008-08-20 20:48:35 +00:00