qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCHv4 03/12] notifier: event notifier implementation


From: Amit Shah
Subject: [Qemu-devel] Re: [PATCHv4 03/12] notifier: event notifier implementation
Date: Fri, 5 Mar 2010 17:33:16 +0530
User-agent: Mutt/1.5.19 (2009-01-05)

On (Wed) Mar 03 2010 [19:16:00], Michael S. Tsirkin wrote:
> event notifiers are slightly generalized eventfd descriptors. Current
> implementation depends on eventfd because vhost is the only user, and
> vhost depends on eventfd anyway, but a stub is provided for non-eventfd
> case.
> 
> We'll be able to further generalize this when another user comes along
> and we see how to best do this.
> 
> Signed-off-by: Michael S. Tsirkin <address@hidden>
> ---
>  Makefile.target |    1 +
>  hw/notifier.c   |   62 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  hw/notifier.h   |   16 ++++++++++++++

Since these are *event* notifiers and all the functions are named
event_notifier_*, can we also name the files event_notifer.[ch]?

Just notifier isn't very helpful, since there are all sorts of notifiers
available.

                Amit




reply via email to

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