Re: [libvirt] [PATCH 2/3] Domain events - xen

2008-10-09 Thread Daniel P. Berrange
On Thu, Oct 09, 2008 at 11:23:16AM -0400, Ben Guthro wrote: > Monitor xenstore for domain changes > NOTE: this patch is currently untested Nice that this is so simple for getting destroy/start events. Its a shame xen doesn't store the paused/crash/etc state here too though. I guess we'll have to t

Re: [libvirt] [PATCH 2/3] Domain events - xen

2008-10-09 Thread Ben Guthro
Monitor xenstore for domain changes NOTE: this patch is currently untested Signed-off-by: Ben Guthro <[EMAIL PROTECTED]> proxy/Makefile.am |1 src/xen_unified.c |8 ++ src/xen_unified.h |3 src/xs_internal.c | 176 ++ src/xs_intern