]> git.ipfire.org Git - thirdparty/libvirt.git/commit
logging: add client for virtlogd daemon
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 3 Nov 2015 11:09:25 +0000 (11:09 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 26 Nov 2015 14:30:13 +0000 (14:30 +0000)
commit37ed4224040d264f6ca891e041335702571ba5c2
tree8c986f39b36885cce3c5c27ee6f068668ed02b81
parent19e5db4ae2cf8afea75b261258dd7327ed966cfc
logging: add client for virtlogd daemon

Add the virLogManager API which allows for communication with
the virtlogd daemon to RPC program. This provides the client
side API to open log files for guest domains.

The virtlogd daemon is setup to auto-spawn on first use when
running unprivileged. For privileged usage, systemd socket
activation is used instead.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
po/POTFILES.in
src/Makefile.am
src/libvirt_private.syms
src/logging/log_manager.c [new file with mode: 0644]
src/logging/log_manager.h [new file with mode: 0644]