qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH 0/8] Make event_notifier more useful and more us


From: Paolo Bonzini
Subject: [Qemu-devel] Re: [PATCH 0/8] Make event_notifier more useful and more used
Date: Tue, 15 Jun 2010 15:53:14 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-3.fc13 Lightning/1.0b2pre Thunderbird/3.0.4

On 05/26/2010 04:09 PM, 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.

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

I'll redo the patches starting from qemu-kvm, since there's a bit more to do there. I'll post the master and uq/master sometime next week.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]