aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2011-05-16 18:13:11 +0100
committerDaniel P. Berrange <berrange@redhat.com>2011-06-28 17:33:19 +0100
commitdf0b57a95a767c33e9723428c77d0588dd25303b (patch)
tree2ff84c038e1ef45bb94645ee99ea2e81edfec49c /.gitignore
parentConvert the remote driver to new RPC client APIs (diff)
downloadlibvirt-df0b57a95a767c33e9723428c77d0588dd25303b.tar.gz
libvirt-df0b57a95a767c33e9723428c77d0588dd25303b.tar.bz2
libvirt-df0b57a95a767c33e9723428c77d0588dd25303b.zip
Convert libvirtd over to the new RPC handling APIs
This guts the libvirtd daemon, removing all its networking and RPC handling code. Instead it calls out to the new virServerPtr APIs for all its RPC & networking work As a fallout all libvirtd daemon error reporting now takes place via the normal internal error reporting APIs. There is no need to call separate error reporting APIs in RPC code, nor should code use VIR_WARN/VIR_ERROR for reporting fatal problems anymore. * daemon/qemu_dispatch_*.h, daemon/remote_dispatch_*.h: Remove old generated dispatcher code * daemon/qemu_dispatch.h, daemon/remote_dispatch.h: New dispatch code * daemon/dispatch.c, daemon/dispatch.h: Remove obsoleted code * daemon/remote.c, daemon/remote.h: Rewrite for new dispatch APIs * daemon/libvirtd.c, daemon/libvirtd.h: Remove all networking code * daemon/stream.c, daemon/stream.h: Update for new APIs * daemon/Makefile.am: Link to libvirt-net-rpc-server.la
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 4fbecfa3e..be4193d61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,7 +34,7 @@
/config.sub
/configure
/configure.lineno
-/daemon/*_dispatch_*.h
+/daemon/*_dispatch.h
/docs/hvsupport.html.in
/gnulib/
/libtool