Re: [libvirt] [PATCH v2] parallels: simplify event types discrimination

2015-06-08 Thread Dmitry Guryanov
On 06/04/2015 02:45 PM, Nikolay Shirokovskiy wrote: Use issuer type instead of event type to group vm related events. This saves us from explicit enumeration of all vm event types in prlsdkHandleVmEvent. Thanks, ACKed and pushed. --- src/parallels/parallels_sdk.c | 15 +-- 1

[libvirt] [PATCH v2] parallels: simplify event types discrimination

2015-06-04 Thread Nikolay Shirokovskiy
Use issuer type instead of event type to group vm related events. This saves us from explicit enumeration of all vm event types in prlsdkHandleVmEvent. --- src/parallels/parallels_sdk.c | 15 +-- 1 files changed, 5 insertions(+), 10 deletions(-) diff --git