libvirt/daemon
Daniel P. Berrange 2223ea984c The policy kit and HAL node device drivers both require a
DBus connection. The HAL device code further requires that
the DBus connection is integrated with the event loop and
provides such glue logic itself.

The forthcoming FirewallD integration also requires a
dbus connection with event loop integration. Thus we need
to pull the current event loop glue out of the HAL driver.

Thus we create src/util/virdbus.{c,h} files. This contains
just one method virDBusGetSystemBus() which obtains a handle
to the single shared system bus instance, with event glue
automagically setup.
2012-04-19 17:03:10 +01:00
..
libvirtd-config.c daemon: Plug memory leaks 2012-04-12 17:30:49 +08:00
libvirtd-config.h Add API for loading daemon config from in-memory blob 2012-04-10 11:11:12 +01:00
libvirtd.aug Implement keepalive protocol in libvirt daemon 2011-11-24 11:44:08 +01:00
libvirtd.c The policy kit and HAL node device drivers both require a 2012-04-19 17:03:10 +01:00
libvirtd.conf Change the default of mdns_adv to false 2012-03-27 09:54:49 -06:00
libvirtd.h API: make declaration of _LAST enum values conditional 2012-01-20 16:05:51 -07:00
libvirtd.init.in daemon: Remove deprecated HAL from init script dependencies 2012-03-02 16:32:37 +01:00
libvirtd.logrotate.in
libvirtd.lxc.logrotate.in
libvirtd.pod.in
libvirtd.policy-0 Allow polkit auth for VNC and SSH users 2012-02-07 11:59:35 -05:00
libvirtd.policy-1 Allow polkit auth for VNC and SSH users 2012-02-07 11:59:35 -05:00
libvirtd.qemu.logrotate.in
libvirtd.sasl
libvirtd.service.in Leave all child processes running when stopping systemd service 2012-03-23 12:46:16 +00:00
libvirtd.sysconf daemon: Allow overriding NOFILES ulimit for the daemon as well 2012-02-01 16:04:30 +01:00
libvirtd.sysctl init: raise default system aio limits 2011-10-05 14:49:35 -06:00
libvirtd.uml.logrotate.in
libvirtd.upstart daemon: Allow overriding NOFILES ulimit for the daemon as well 2012-02-01 16:04:30 +01:00
Makefile.am The policy kit and HAL node device drivers both require a 2012-04-19 17:03:10 +01:00
remote.c The policy kit and HAL node device drivers both require a 2012-04-19 17:03:10 +01:00
remote.h
stream.c maint: fix improper use of 'an' 2011-12-03 17:11:56 -07:00
stream.h
test_libvirtd.aug Change the default of mdns_adv to false 2012-03-27 09:54:49 -06:00
THREADS.txt