[libvirt] [PATCH 0/6 v2] events: Add helpers for driver dispatching

2011-01-10 Thread Cole Robinson
I noticed that there is quite a bit of code duplication among the drivers that support domain events. This patch series is an attempt to consolidate the shared logic. v2: 2 patches were applied Addressed Eric's comments: NONNULL tagging Use bool for isDispatching Move

Re: [libvirt] [PATCH 0/6 v2] events: Add helpers for driver dispatching

2011-01-10 Thread Eric Blake
On 01/10/2011 01:28 PM, Cole Robinson wrote: I noticed that there is quite a bit of code duplication among the drivers that support domain events. This patch series is an attempt to consolidate the shared logic. v2: 2 patches were applied Addressed Eric's comments: NONNULL