From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/4] qemu-kvm: prepare for adding eventfd usage to upstream Date: Sat, 13 Feb 2010 11:26:07 -0200 Message-ID: <20100213132607.GA18552@amt.cnet> References: <1265843356-25765-1-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org To: Paolo Bonzini Return-path: Received: from mx1.redhat.com ([209.132.183.28]:6168 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752027Ab0BMN01 (ORCPT ); Sat, 13 Feb 2010 08:26:27 -0500 Content-Disposition: inline In-Reply-To: <1265843356-25765-1-git-send-email-pbonzini@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Feb 11, 2010 at 12:09:12AM +0100, Paolo Bonzini wrote: > This patch series morphs the code in qemu-kvm's eventfd so that it looks > like the code in upstream qemu. Patch 4 is not yet in upstream QEMU, > I'm submitting it first to qemu-kvm to avoid conflicts. > > Paolo Bonzini (4): > morph qemu_kvm_notify_work into qemu.git's qemu_event_increment > morph io_thread_wakeup into qemu.git's qemu_event_read > fix placement of config-host.h inclusion > move qemu_eventfd to osdep.c > > compatfd.c | 26 -------------------------- > compatfd.h | 2 -- > osdep.c | 37 +++++++++++++++++++++++++++++++++++-- > qemu-common.h | 1 + > qemu-kvm.c | 50 +++++++++++++++++--------------------------------- > 5 files changed, 53 insertions(+), 63 deletions(-) Looks good to me. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NgI10-0006DO-Nc for qemu-devel@nongnu.org; Sat, 13 Feb 2010 08:26:30 -0500 Received: from [199.232.76.173] (port=34825 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NgI10-0006D8-65 for qemu-devel@nongnu.org; Sat, 13 Feb 2010 08:26:30 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NgI0x-0008SB-Ii for qemu-devel@nongnu.org; Sat, 13 Feb 2010 08:26:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:10520) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NgI0x-0008S1-7O for qemu-devel@nongnu.org; Sat, 13 Feb 2010 08:26:27 -0500 Date: Sat, 13 Feb 2010 11:26:07 -0200 From: Marcelo Tosatti Message-ID: <20100213132607.GA18552@amt.cnet> References: <1265843356-25765-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1265843356-25765-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] Re: [PATCH 0/4] qemu-kvm: prepare for adding eventfd usage to upstream List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org On Thu, Feb 11, 2010 at 12:09:12AM +0100, Paolo Bonzini wrote: > This patch series morphs the code in qemu-kvm's eventfd so that it looks > like the code in upstream qemu. Patch 4 is not yet in upstream QEMU, > I'm submitting it first to qemu-kvm to avoid conflicts. > > Paolo Bonzini (4): > morph qemu_kvm_notify_work into qemu.git's qemu_event_increment > morph io_thread_wakeup into qemu.git's qemu_event_read > fix placement of config-host.h inclusion > move qemu_eventfd to osdep.c > > compatfd.c | 26 -------------------------- > compatfd.h | 2 -- > osdep.c | 37 +++++++++++++++++++++++++++++++++++-- > qemu-common.h | 1 + > qemu-kvm.c | 50 +++++++++++++++++--------------------------------- > 5 files changed, 53 insertions(+), 63 deletions(-) Looks good to me.