Statistics
| Branch: | Revision:

root / hw / event_notifier.c @ bf6b87a8

History | View | Annotate | Download (1.3 kB)

# Date Author Comment
2292b339 04/01/2010 09:56 pm Michael S. Tsirkin

notifier: event notifier implementation

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....