[PATCH 03/12] Domain Events - daemon changes
This code changes the daemaon to:
use the pulic def of virEventRegisterImpl
Add functionality to dispatch events to connected remote drivers
event.c | 21 +++++----
event.h | 5 +-
mdns.c | 15 ++++--
qemud.c | 72 ++++++++++++++++++++-----------
qemud.h | 11 ++++
remote.c | 143 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 227 insertions(+), 40 deletions(-)