From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rnbp1-0003WN-4p for qemu-devel@nongnu.org; Wed, 18 Jan 2012 15:09:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rnboz-00032X-J0 for qemu-devel@nongnu.org; Wed, 18 Jan 2012 15:09:27 -0500 Received: from fmmailgate05.web.de ([217.72.192.243]:33325) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rnboz-00032M-77 for qemu-devel@nongnu.org; Wed, 18 Jan 2012 15:09:25 -0500 Received: from moweb002.kundenserver.de (moweb002.kundenserver.de [172.19.20.108]) by fmmailgate05.web.de (Postfix) with ESMTP id 8C3106920333 for ; Wed, 18 Jan 2012 21:09:24 +0100 (CET) Message-ID: <4F1726F2.3070105@web.de> Date: Wed, 18 Jan 2012 21:09:22 +0100 From: Jan Kiszka MIME-Version: 1.0 References: <20120118094826.GA13763@amt.cnet> In-Reply-To: <20120118094826.GA13763@amt.cnet> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigD2489A8EA01B084D27CDC399" 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: Marcelo Tosatti Cc: Anthony Liguori , Lai Jiangshan , kvm@vger.kernel.org, "Michael S. Tsirkin" , qemu-devel , Blue Swirl , Avi Kivity This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigD2489A8EA01B084D27CDC399 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 2012-01-18 10:48, Marcelo Tosatti wrote: > 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 module= s >> - 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 >=20 > Patchset does not apply, please regenarate OK, working on it. I think it had some build issue with !CONFIG_KVM anywa= y. > (patch 2 is missing actual > file move), thanks. Hmm, possibly requires a fairly recent diff. Are you fine with pulling from my tree? Then I will attach the url, otherwise expand this. Jan --------------enigD2489A8EA01B084D27CDC399 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk8XJvIACgkQitSsb3rl5xTD9gCeJJwn0+UvPSCKTfPow4KfqhWW DmwAnjzkFI/Un1GqrmtAuer9HqgRnoSA =sh+v -----END PGP SIGNATURE----- --------------enigD2489A8EA01B084D27CDC399--