From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55029 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHf8w-0004zR-31 for qemu-devel@nongnu.org; Thu, 27 May 2010 11:37:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHf8u-0004yQ-PZ for qemu-devel@nongnu.org; Thu, 27 May 2010 11:37:09 -0400 Received: from fg-out-1718.google.com ([72.14.220.158]:58495) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHf8u-0004yI-LG for qemu-devel@nongnu.org; Thu, 27 May 2010 11:37:08 -0400 Received: by fg-out-1718.google.com with SMTP id 16so58949fgg.10 for ; Thu, 27 May 2010 08:37:07 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4BFE919F.3030503@redhat.com> Date: Thu, 27 May 2010 17:37:03 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1274882978-9875-1-git-send-email-pbonzini@redhat.com> <20100527142132.GG8287@redhat.com> In-Reply-To: <20100527142132.GG8287@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/8] Make event_notifier more useful and more used List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: "Michael S. Tsirkin" 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