Re: [Qemu-devel] [PATCH v2 1/5] monitor: split MonitorQAPIEventState

2015-09-23 Thread Daniel P. Berrange
On Thu, Sep 17, 2015 at 06:08:46PM +0200, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Create a separate structure MonitorQAPIEventPending for holding the data > related to pending event. > > The next commits are going to reuse this structure for different > throttling implem

[Qemu-devel] [PATCH v2 1/5] monitor: split MonitorQAPIEventState

2015-09-17 Thread marcandre . lureau
From: Marc-André Lureau Create a separate structure MonitorQAPIEventPending for holding the data related to pending event. The next commits are going to reuse this structure for different throttling implementations. Signed-off-by: Marc-André Lureau --- monitor.c | 85 +