Re: [Qemu-devel] [RFC 3/3] monitor: remove old entries from event hash table
On 08/12/2015 01:46 PM, 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 | 51 --- > 1 f
[Qemu-devel] [RFC 3/3] monitor: remove old entries from event hash table
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 | 51 --- 1 file changed, 48 insertions(+), 3 deletions(-) diff --git a/monitor.c b/monit