libvirt/qemud
Jim Meyering 762863d728 build: avoid libvirtd link failure with CFLAGS=-g
* qemud/Makefile.am (libvirtd_LDADD): Add gnulib's libgnu.la last.
Otherwise, building with -g (no inlining) would fail due to a use
of c_isspace in libvirt_driver_qemu.a, which used to followed
libgnu.a in the link command.
2008-12-11 18:11:41 +00:00
..
.cvsignore Ignore coverage data files 2008-04-30 13:14:40 +00:00
.gitignore generate .gitignore files from .cvsignore ones 2008-10-17 10:03:15 +00:00
default-network.xml Improve support for virtual networking 2007-03-13 22:43:22 +00:00
event.c Make event loop thread safe & re-entrant safe 2008-12-04 22:14:15 +00:00
event.h Make event loop thread safe & re-entrant safe 2008-12-04 22:14:15 +00:00
libvirtd_qemu.aug Add Augeas lens' for libvirtd.conf and qemu.conf 2008-09-04 10:44:23 +00:00
libvirtd.aug Make thread pool size configurable & allow client connection limit 2008-12-04 22:18:44 +00:00
libvirtd.conf Make thread pool size configurable & allow client connection limit 2008-12-04 22:18:44 +00:00
libvirtd.init.in virDomainMemoryPeek API 2008-06-10 10:43:28 +00:00
libvirtd.logrotate.in logrotate qemu monitor logs 2008-12-09 20:22:39 +00:00
libvirtd.policy Default to admin auth for polkit. Rename policy file 2008-07-11 09:51:25 +00:00
libvirtd.sasl Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
libvirtd.sysconf Initial integration of SASL authentication, working for Kerberos only 2007-12-05 15:24:15 +00:00
Makefile.am build: avoid libvirtd link failure with CFLAGS=-g 2008-12-11 18:11:41 +00:00
mdns.c Add a virFreeCallback to event loop APIs 2008-11-19 16:24:01 +00:00
mdns.h * NEWS virsh.1 docs//* include/libvirt/libvirt.h[.in] qemud/mdns.h 2008-03-17 10:27:31 +00:00
qemud.c Make thread pool size configurable & allow client connection limit 2008-12-04 22:18:44 +00:00
qemud.h Use a thread pool for RPC dispatch 2008-12-04 22:16:40 +00:00
remote_dispatch_args.h Change RPC dispatch to use an array lookup for handler functions 2008-12-04 22:03:24 +00:00
remote_dispatch_prototypes.h Use a thread pool for RPC dispatch 2008-12-04 22:16:40 +00:00
remote_dispatch_ret.h Change RPC dispatch to use an array lookup for handler functions 2008-12-04 22:03:24 +00:00
remote_dispatch_table.h Change RPC dispatch to use an array lookup for handler functions 2008-12-04 22:03:24 +00:00
remote_generate_stubs.pl Use a thread pool for RPC dispatch 2008-12-04 22:16:40 +00:00
remote_protocol.c Remote protocol support for node devices (David Lively) 2008-11-21 12:31:04 +00:00
remote_protocol.h Remote protocol support for node devices (David Lively) 2008-11-21 12:31:04 +00:00
remote_protocol.x Remote protocol support for node devices (David Lively) 2008-11-21 12:31:04 +00:00
remote.c Use a thread pool for RPC dispatch 2008-12-04 22:16:40 +00:00
rpcgen_fix.pl Fix type-punning warning in remote code. 2008-05-23 07:59:00 +00:00
test_libvirtd_qemu.aug Add Augeas lens' for libvirtd.conf and qemu.conf 2008-09-04 10:44:23 +00:00
test_libvirtd.aug Make thread pool size configurable & allow client connection limit 2008-12-04 22:18:44 +00:00
THREADING.txt Use a thread pool for RPC dispatch 2008-12-04 22:16:40 +00:00