qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/8] Make event_notifier more useful and more used
@ 2010-05-26 14:09 Paolo Bonzini
  2010-05-26 14:09 ` [Qemu-devel] [PATCH 1/8] move event_notifier into the main directory Paolo Bonzini
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Paolo Bonzini @ 2010-05-26 14:09 UTC (permalink / raw)
  To: qemu-devel

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.

Paolo Bonzini (8):
  move event_notifier into the main directory
  add event_notifier_set
  remove event_notifier_test
  add and use virtqueue_from_guest_notifier
  add and use event_notifier_set_handler
  enable event_notifier to use pipes
  add Win32 implementation of event notifiers
  change ioevent to use event notifiers

 cpus.c              |   95 +++-----------------------------------
 event_notifier.c    |  124 +++++++++++++++++++++++++++++++++++++++++++++++++++
 event_notifier.h    |   28 +++++++++++
 hw/event_notifier.c |   62 -------------------------
 hw/event_notifier.h |   16 -------
 hw/virtio-pci.c     |   11 ++---
 hw/virtio.c         |    5 ++
 hw/virtio.h         |    1 +
 8 files changed, 171 insertions(+), 171 deletions(-)
 create mode 100644 event_notifier.c
 create mode 100644 event_notifier.h
 delete mode 100644 hw/event_notifier.c
 delete mode 100644 hw/event_notifier.h

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2010-06-15 13:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-26 14:09 [Qemu-devel] [PATCH 0/8] Make event_notifier more useful and more used Paolo Bonzini
2010-05-26 14:09 ` [Qemu-devel] [PATCH 1/8] move event_notifier into the main directory Paolo Bonzini
2010-05-26 14:09 ` [Qemu-devel] [PATCH 2/8] add event_notifier_set Paolo Bonzini
2010-05-26 14:09 ` [Qemu-devel] [PATCH 3/8] remove event_notifier_test Paolo Bonzini
2010-05-26 14:09 ` [Qemu-devel] [PATCH 4/8] add and use virtqueue_from_guest_notifier Paolo Bonzini
2010-05-26 14:09 ` [Qemu-devel] [PATCH 5/8] add and use event_notifier_set_handler Paolo Bonzini
2010-05-26 14:09 ` [Qemu-devel] [PATCH 6/8] enable event_notifier to use pipes Paolo Bonzini
2010-05-26 18:19   ` Richard Henderson
2010-05-26 19:48     ` [Qemu-devel] " Paolo Bonzini
2010-05-26 14:09 ` [Qemu-devel] [PATCH 7/8] add Win32 implementation of event notifiers Paolo Bonzini
2010-05-26 14:09 ` [Qemu-devel] [PATCH 8/8] change ioevent to use " Paolo Bonzini
2010-05-27 14:21 ` [Qemu-devel] Re: [PATCH 0/8] Make event_notifier more useful and more used Michael S. Tsirkin
2010-05-27 15:37   ` Paolo Bonzini
2010-06-15 13:53 ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).