libvirt/src/remote
Anya Harter 2cbdf303dd events: remove remoteEventQueue wrapper function
And replace all calls with virObjectEventStateQueue such that:

    remoteEventQueue(priv, event, callbackID);

becomes:

    virObjectEventStateQueue(priv->eventState, event, callbackID);

Signed-off-by: Anya Harter <aharter@redhat.com>
2018-06-12 07:28:58 +02:00
..
libvirtd.aug rpc: remove remains of obsolete log_buffer_size config parameter 2018-03-23 10:44:35 +00:00
libvirtd.conf log: update docs for daemons to improve user understanding 2018-05-11 17:11:46 +01:00
libvirtd.init.in daemon: move init system files into src/remote/ 2018-02-22 12:21:21 +00:00
libvirtd.libxl.logrotate.in daemon: move logrotate files to src/remote/ 2018-02-22 12:26:57 +00:00
libvirtd.logrotate.in daemon: move logrotate files to src/remote/ 2018-02-22 12:26:57 +00:00
libvirtd.lxc.logrotate.in daemon: move logrotate files to src/remote/ 2018-02-22 12:26:57 +00:00
libvirtd.pod daemon: move libvirtd POD manpage into src/remote/ 2018-02-22 12:21:09 +00:00
libvirtd.policy Do not generate polkit rules file 2018-03-14 12:46:26 +01:00
libvirtd.qemu.logrotate.in daemon: move logrotate files to src/remote/ 2018-02-22 12:26:57 +00:00
libvirtd.rules daemon: move misc libvirtd policy files to src/remote/ 2018-02-22 12:26:50 +00:00
libvirtd.sasl daemon: move misc libvirtd policy files to src/remote/ 2018-02-22 12:26:50 +00:00
libvirtd.service.in daemon: move init system files into src/remote/ 2018-02-22 12:21:21 +00:00
libvirtd.sysconf daemon: move init system files into src/remote/ 2018-02-22 12:21:21 +00:00
libvirtd.sysctl daemon: move misc libvirtd policy files to src/remote/ 2018-02-22 12:26:50 +00:00
libvirtd.uml.logrotate.in daemon: move logrotate files to src/remote/ 2018-02-22 12:26:57 +00:00
libvirtd.upstart daemon: move init system files into src/remote/ 2018-02-22 12:21:21 +00:00
lxc_protocol.x Add ACL annotations to all RPC messages 2013-06-24 15:24:36 +01:00
Makefile.inc.am remote: always build generated source files 2018-04-20 11:48:30 +01:00
qemu_protocol.x qemu: wire up RPC for qemu monitor events 2014-03-20 11:25:37 -06:00
remote_daemon_config.c daemon: move libvirtd code into src/remote/ directory 2018-02-22 12:21:08 +00:00
remote_daemon_config.h daemon: move libvirtd code into src/remote/ directory 2018-02-22 12:21:08 +00:00
remote_daemon_dispatch.c src: Drop most of #ifdef WITH_GNUTLS 2018-06-05 14:32:36 +02:00
remote_daemon_dispatch.h daemon: move libvirtd code into src/remote/ directory 2018-02-22 12:21:08 +00:00
remote_daemon_stream.c stream: Access stream->prog instead of a hard-coded global variable 2018-03-15 17:12:28 -04:00
remote_daemon_stream.h daemon: move libvirtd code into src/remote/ directory 2018-02-22 12:21:08 +00:00
remote_daemon.c src: Drop most of #ifdef WITH_GNUTLS 2018-06-05 14:32:36 +02:00
remote_daemon.h remote: use a separate connection for storage APIs 2018-04-09 15:24:31 +01:00
remote_driver.c events: remove remoteEventQueue wrapper function 2018-06-12 07:28:58 +02:00
remote_driver.h Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00
remote_protocol.x remote: Implement virConnectBaselineHypervisorCPU 2018-05-28 15:59:10 +02:00
test_libvirtd.aug.in log: update docs for daemons to improve user understanding 2018-05-11 17:11:46 +01:00
virt-guest-shutdown.target.in daemon: move init system files into src/remote/ 2018-02-22 12:21:21 +00:00