qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/3] monitor: throttle VSERPORT_CHANGED by "id"


From: Amit Shah
Subject: Re: [Qemu-devel] [PATCH 0/3] monitor: throttle VSERPORT_CHANGED by "id"
Date: Thu, 10 Sep 2015 09:52:19 +0530

On (Tue) 08 Sep 2015 [12:18:53], Marc-André Lureau wrote:
> ping

I'd rather the qmp / qapi maintainers chimed in - the changes touch
that part of code rather than the virtio-serial related code.

> 
> On Wed, Sep 2, 2015 at 1:09 PM,  <address@hidden> wrote:
> > From: Marc-André Lureau <address@hidden>
> >
> > QAPI_EVENT_VSERPORT_CHANGE reports changes of a virtio serial port
> > state. However, the events may be for different ports, but the throttle
> > mechanism may replace the event for a different port, since it only
> > checks the event type.
> >
> > The following series implements throttling of events based on the "id"
> > field. Hopefully this hash table approach can be later extended if
> > other fields or combination of fields have to be used.
> >
> > rfc->v1:
> > - fix uppercase FALSE/TRUE and gpointer (glib-ism)
> > - spelling fix
> >
> > Marc-André Lureau (3):
> >   monitor: split MonitorQAPIEventState
> >   monitor: throttle QAPI_EVENT_VSERPORT_CHANGE by "id"
> >   monitor: remove old entries from event hash table
> >
> >  monitor.c    | 245 
> > +++++++++++++++++++++++++++++++++++++++++++++--------------
> >  trace-events |   2 +-
> >  2 files changed, 188 insertions(+), 59 deletions(-)
> >
> > --
> > 2.4.3
> >
> 
> 
> 
> -- 
> Marc-André Lureau

                Amit



reply via email to

[Prev in Thread] Current Thread [Next in Thread]