[libvirt] [PATCH 1/3] Domain events - primary implementation

Ben Guthro bguthro at virtualiron.com
Thu Oct 9 15:22:38 UTC 2008


This patch is somewhat large, and touches many files.
However - please remember to ignore generated files

Signed-off-by: Ben Guthro <bguthro at 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(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: events.patch
Type: text/x-patch
Size: 59888 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20081009/e4df69cf/attachment-0001.bin>


More information about the libvir-list mailing list