From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnS9V-0000vb-Sy for qemu-devel@nongnu.org; Wed, 18 Jan 2012 04:49:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RnS9S-0005AX-KI for qemu-devel@nongnu.org; Wed, 18 Jan 2012 04:49:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38999) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnS9S-0005AQ-Cb for qemu-devel@nongnu.org; Wed, 18 Jan 2012 04:49:54 -0500 Date: Wed, 18 Jan 2012 07:48:26 -0200 From: Marcelo Tosatti Message-ID: <20120118094826.GA13763@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 v7 00/18] 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 Mon, Jan 16, 2012 at 04:55:34PM +0100, Jan Kiszka wrote: > Changes in v7: > - introduce {apic,pic,ioapic}_qdev_register and use > {APIC,PIC,IOAPIC}CommonInfo to move more code into the common modules > - clean up forgotten fragments of backend/frontend approach > - rephrased potentially misleading title of last patch ;) > > CC: Lai Jiangshan > > Jan Kiszka (18): > 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 apic_report_irq_delivered > apic: Factor out base class for KVM reuse > apic: Open-code timer save/restore > i8259: Completely privatize PicState > i8259: Factor out base class for KVM reuse > ioapic: Drop post-load irr initialization > ioapic: Factor out base class 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: Activate in-kernel irqchip support Patchset does not apply, please regenarate (patch 2 is missing actual file move), thanks.