On 05/27/2010 04:21 PM, Michael S. Tsirkin wrote:
On Wed, May 26, 2010 at 04:09:30PM +0200, Paolo Bonzini wrote:
Hi,
this patch adds all the eventfd bells and whistles from vl.c/cpus.c
to event_notifier, including pipe emulation and Win32 support.
It then modifies the iothread code to use it instead.
I only seem to have got patches 4 and 5. Error at my end?
Maybe Savannah's, OTOH gmane and patchwork show all eight.
move event_notifier into the main directory
http://patchwork.ozlabs.org/patch/53626/
add event_notifier_set
http://patchwork.ozlabs.org/patch/53627/
remove event_notifier_test
http://patchwork.ozlabs.org/patch/53628/
add and use virtqueue_from_guest_notifier
http://patchwork.ozlabs.org/patch/53632/
add and use event_notifier_set_handler
http://patchwork.ozlabs.org/patch/53630/
enable event_notifier to use pipes
http://patchwork.ozlabs.org/patch/53619/
add Win32 implementation of event notifiers
http://patchwork.ozlabs.org/patch/53621/
change ioevent to use event notifiers
http://patchwork.ozlabs.org/patch/53635/
Paolo