
This patch is somewhat large, and touches many files. However - please remember to ignore generated files Signed-off-by: Ben Guthro <bguthro@virtualiron.com> include/libvirt/libvirt.h | 44 ++++++ include/libvirt/libvirt.h.in | 44 ++++++ python/generator.py | 3 qemud/qemud.c | 2 qemud/qemud.h | 7 + qemud/remote.c | 145 +++++++++++++++++++++ qemud/remote_dispatch_localvars.h | 3 qemud/remote_dispatch_proc_switch.h | 15 ++ qemud/remote_dispatch_prototypes.h | 2 qemud/remote_protocol.c | 31 ++++ qemud/remote_protocol.h | 25 +++ qemud/remote_protocol.x | 20 ++- src/driver.h | 21 +++ src/event.c | 24 ++- src/event.h | 23 +-- src/internal.h | 27 ++++ src/libvirt.c | 239 +++++++++++++++++++++++++++++++++--- src/libvirt_sym.version | 4 src/lxc_driver.c | 3 src/openvz_driver.c | 3 src/qemu_conf.h | 1 src/qemu_driver.c | 61 ++++++++- src/remote_internal.c | 178 +++++++++++++++++++++++++- src/test.c | 3 24 files changed, 878 insertions(+), 50 deletions(-)