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 <[email protected]>
> ---
> 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