Re: [Qemu-devel] [PATCH v2 5/5] monitor: remove old entries from event hash table

2015-09-23 Thread Daniel P. Berrange
On Thu, Sep 17, 2015 at 06:08:50PM +0200, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Do not let the hash table grow without limit, schedule a cleanup for > outdated event. > > Signed-off-by: Marc-André Lureau > --- > monitor.c | 58

[Qemu-devel] [PATCH v2 5/5] monitor: remove old entries from event hash table

2015-09-17 Thread marcandre . lureau
From: Marc-André Lureau Do not let the hash table grow without limit, schedule a cleanup for outdated event. Signed-off-by: Marc-André Lureau --- monitor.c | 58 +- 1 file changed, 53 insertions(+), 5 deletions(-) diff --git a/monitor.c