From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43300) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ra8tL-00008o-CA for qemu-devel@nongnu.org; Mon, 12 Dec 2011 11:38:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ra8tB-0000KW-OA for qemu-devel@nongnu.org; Mon, 12 Dec 2011 11:38:15 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59562) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ra8tB-0000Jo-Gb for qemu-devel@nongnu.org; Mon, 12 Dec 2011 11:38:05 -0500 Date: Mon, 12 Dec 2011 14:37:25 -0200 From: Marcelo Tosatti Message-ID: <20111212163725.GA32142@amt.cnet> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v4 00/15] uq/master: Introduce basic irqchip support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , Lai Jiangshan , kvm@vger.kernel.org, "Michael S. Tsirkin" , qemu-devel , Blue Swirl , Avi Kivity On Thu, Dec 08, 2011 at 12:52:19PM +0100, Jan Kiszka wrote: > Changes in v4: > - rebased of current uq/master > - fixed stupid bugs that broke bisectability and user space irqchip mode > - integrated NMI-over-LINT1 injection logic > > CC: Lai Jiangshan > > Jan Kiszka (15): > msi: Generalize msix_supported to msi_supported > kvm: Move kvmclock into hw/kvm folder > apic: Stop timer on reset > apic: Inject external NMI events via LINT1 > apic: Introduce backend/frontend infrastructure for KVM reuse > apic: Open-code timer save/restore > i8259: Introduce backend/frontend infrastructure for KVM reuse > ioapic: Introduce backend/frontend infrastructure for KVM reuse > memory: Introduce memory_region_init_reservation > kvm: Introduce core services for in-kernel irqchip support > kvm: x86: Establish IRQ0 override control > kvm: x86: Add user space part for in-kernel APIC > kvm: x86: Add user space part for in-kernel i8259 > kvm: x86: Add user space part for in-kernel IOAPIC > kvm: Arm in-kernel irqchip support Looks good to me. Any thoughts on the qemu-kvm merge plan? Sounds painful.