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

2010-02-28 Thread Michael S. Tsirkin
On Thu, Feb 25, 2010 at 01:22:04PM -0600, Anthony Liguori wrote: > On 02/25/2010 12:28 PM, 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,

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

2010-02-25 Thread Anthony Liguori
On 02/25/2010 12:28 PM, 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 gen