libvirt/src
Jim Meyering ad17ffa034 split version script into multiple files
* src/Makefile.am (PRIVSYMFILES): Define.
(EXTRA_DIST): Append $(PRIVSYMFILES).
(libvirt.syms): New rule.
Reflect renaming: s/libvirt_sym.version/libvirt.syms/.
(BUILT_SOURCES): Depend on libvirt.syms.
* configure.in: Define ENABLE_DEBUG as an automake conditional.
(AC_OUTPUT): Remove src/libvirt_sym.version.
* src/.cvsignore: s/libvirt_sym.version/libvirt.syms/.
* src/.gitignore: Regenerate.
* src/libvirt_public.syms: Renamed from src/libvirt_sym.version.in.
* src/libvirt_debug.syms: New file.
* src/libvirt_private.syms: New file.
Author: John Levon
2009-01-05 14:05:29 +00:00
..
.cvsignore split version script into multiple files 2009-01-05 14:05:29 +00:00
.gitignore split version script into multiple files 2009-01-05 14:05:29 +00:00
bridge.c patch setting MTU on tap interface 2008-12-04 14:38:31 +00:00
bridge.h
buf.c
buf.h
capabilities.c
capabilities.h
cgroup.c use virAsprintf instead of asprintf 2008-12-23 13:03:29 +00:00
cgroup.h
conf.c
conf.h
console.c
console.h
datatypes.c Merge all return paths from node device driver APIs 2008-12-04 21:46:34 +00:00
datatypes.h Merge all return paths from node device driver APIs 2008-12-04 21:46:34 +00:00
domain_conf.c use virAsprintf instead of asprintf 2008-12-23 13:03:29 +00:00
domain_conf.h add XML parsing for qemu/kvm status files 2008-12-20 13:09:45 +00:00
domain_event.c QEMU domain event thread safety 2008-12-04 21:09:20 +00:00
domain_event.h QEMU domain event thread safety 2008-12-04 21:09:20 +00:00
driver.c use virAsprintf instead of asprintf 2008-12-23 13:03:29 +00:00
driver.h Fix domain events callback type (John Levon) 2008-12-17 21:48:20 +00:00
event.c
event.h
gnutls_1_0_compat.h
hash.c
hash.h
internal.h
iptables.c
iptables.h
libvirt_debug.syms split version script into multiple files 2009-01-05 14:05:29 +00:00
libvirt_internal.h
libvirt_private.syms split version script into multiple files 2009-01-05 14:05:29 +00:00
libvirt_public.syms split version script into multiple files 2009-01-05 14:05:29 +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 virAsprintf instead of asprintf 2008-12-23 13:03:29 +00:00
logging.c use virAsprintf instead of asprintf 2008-12-23 13:03:29 +00:00
logging.h * src/logging.h src/logging.c: commited the more recent version 2008-12-22 10:44:10 +00:00
lxc_conf.c make NUMA-initialization code more portable and more robust 2008-12-21 18:55:09 +00:00
lxc_conf.h Add locking for thread safety to LXC driver 2008-12-04 21:12:41 +00:00
lxc_container.c use virAsprintf instead of asprintf 2008-12-23 13:03:29 +00:00
lxc_container.h
lxc_controller.c use virAsprintf instead of asprintf 2008-12-23 13:03:29 +00:00
lxc_driver.c use virAsprintf instead of asprintf 2008-12-23 13:03:29 +00:00
lxc_driver.h
Makefile.am split version script into multiple files 2009-01-05 14:05:29 +00:00
memory.c
memory.h
network_conf.c use virAsprintf instead of asprintf 2008-12-23 13:03:29 +00:00
network_conf.h Impl of threading locking APIs 2008-12-04 22:00:14 +00:00
network_driver.c use virAsprintf instead of asprintf 2008-12-23 13:03:29 +00:00
network_driver.h
node_device_conf.c Remove trailing semi-colons causing empty statement warnings (John Levon) 2008-12-17 21:09:44 +00:00
node_device_conf.h Remove trailing semi-colons causing empty statement warnings (John Levon) 2008-12-17 21:09:44 +00:00
node_device_devkit.c convert old logging to the new API 2008-12-22 10:48:59 +00:00
node_device_hal.c * src/node_device_hal.c: Include <config.h> before everything else. 2008-12-21 18:49:11 +00:00
node_device.c Add locking for thread safety to nodedevice drivers 2008-12-04 21:48:31 +00:00
node_device.h Add locking for thread safety to nodedevice drivers 2008-12-04 21:48:31 +00:00
nodeinfo.c Fix numa build on F9, 32-bit 2009-01-05 12:56:36 +00:00
nodeinfo.h make NUMA-initialization code more portable and more robust 2008-12-21 18:55:09 +00:00
openvz_conf.c use virAsprintf instead of asprintf 2008-12-23 13:03:29 +00:00
openvz_conf.h Add locking for thread safety to openvz driver 2008-12-04 21:44:55 +00:00
openvz_driver.c Use pid_t for all PID tracking variables (John Levon) 2008-12-18 11:58:28 +00:00
openvz_driver.h
parthelper.c
proxy_internal.c Use pid_t for all PID tracking variables (John Levon) 2008-12-18 11:58:28 +00:00
proxy_internal.h Prefer xenstore driver for listDomains, since xen HV reports ghost ids of 2008-11-28 15:25:04 +00:00
qemu_conf.c use virAsprintf instead of asprintf 2008-12-23 13:03:29 +00:00
qemu_conf.h add XML parsing for qemu/kvm status files 2008-12-20 13:09:45 +00:00
qemu_driver.c use virAsprintf instead of asprintf 2008-12-23 13:03:29 +00:00
qemu_driver.h
qemu.conf
qparams.c
qparams.h
remote_internal.c use virAsprintf instead of asprintf 2008-12-23 13:03:29 +00:00
remote_internal.h Allow remote://hostname/ style URIs for automatic driver probe. Fix virGetVersion impl 2008-11-28 12:03:20 +00:00
sexpr.c
sexpr.h
stats_linux.c use virAsprintf instead of asprintf 2008-12-23 13:03:29 +00:00
stats_linux.h
storage_backend_disk.c Instead of relying solely on polling for /dev devices to appear in libvirt, we 2008-11-28 07:50:20 +00:00
storage_backend_disk.h
storage_backend_fs.c portability: don't include <endian.h> or <byteswap.h> 2008-12-17 18:08:42 +00:00
storage_backend_fs.h
storage_backend_iscsi.c use virAsprintf instead of asprintf 2008-12-23 13:03:29 +00:00
storage_backend_iscsi.h
storage_backend_logical.c Instead of relying solely on polling for /dev devices to appear in libvirt, we 2008-11-28 07:50:20 +00:00
storage_backend_logical.h
storage_backend.c Use pid_t for all PID tracking variables (John Levon) 2008-12-18 11:58:28 +00:00
storage_backend.h Instead of relying solely on polling for /dev devices to appear in libvirt, we 2008-11-28 07:50:20 +00:00
storage_conf.c Remove trailing semi-colons causing empty statement warnings (John Levon) 2008-12-17 21:09:44 +00:00
storage_conf.h Remove trailing semi-colons causing empty statement warnings (John Levon) 2008-12-17 21:09:44 +00:00
storage_driver.c use virAsprintf instead of asprintf 2008-12-23 13:03:29 +00:00
storage_driver.h
test.c Fix test driver return value & disable nodeinfotest on non-linux (John Levon) 2008-12-18 12:08:05 +00:00
test.h
uml_conf.c use virAsprintf instead of asprintf 2008-12-23 13:03:29 +00:00
uml_conf.h Add locking for thread safety to UML driver 2008-12-04 21:14:39 +00:00
uml_driver.c use virAsprintf instead of asprintf 2008-12-23 13:03:29 +00:00
uml_driver.h
util.c use virAsprintf instead of asprintf 2008-12-23 13:03:29 +00:00
util.h let qemu/kvm instances write a pid file 2008-12-18 15:22:49 +00:00
uuid.c
uuid.h
veth.c use virAsprintf instead of asprintf 2008-12-23 13:03:29 +00:00
veth.h
virsh_win_icon.rc
virsh.c avoid bogus descriptions due to use of gettext with the empty string 2009-01-05 13:27:43 +00:00
virterror_internal.h
virterror.c convert old logging to the new API 2008-12-22 10:48:59 +00:00
xen_inotify.c mark a few diagnostics for translation 2009-01-05 08:16:44 +00:00
xen_inotify.h Fix return type for Xen open subdriver method impl (John Levon) 2008-12-17 21:26:16 +00:00
xen_internal.c Fix __sun macro check (John Levon) 2008-12-17 21:31:51 +00:00
xen_internal.h * src/xen_internal.h: remove tabs to fix make syntax-check 2008-12-22 10:32:20 +00:00
xen_unified.c Fix domain events callback type (John Levon) 2008-12-17 21:48:20 +00:00
xen_unified.h QEMU domain event thread safety 2008-12-04 21:09:20 +00:00
xend_internal.c Fix return type for Xen open subdriver method impl (John Levon) 2008-12-17 21:26:16 +00:00
xend_internal.h Fix return type for Xen open subdriver method impl (John Levon) 2008-12-17 21:26:16 +00:00
xm_internal.c use virAsprintf instead of asprintf 2008-12-23 13:03:29 +00:00
xm_internal.h Fix return type for Xen open subdriver method impl (John Levon) 2008-12-17 21:26:16 +00:00
xml.c
xml.h
xs_internal.c Fix __sun macro check (John Levon) 2008-12-17 21:31:51 +00:00
xs_internal.h Fix return type for Xen open subdriver method impl (John Levon) 2008-12-17 21:26:16 +00:00