From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tayma-00054l-Tm for qemu-devel@nongnu.org; Tue, 20 Nov 2012 20:07:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TaymZ-0007ZM-VM for qemu-devel@nongnu.org; Tue, 20 Nov 2012 20:07:16 -0500 Received: from gate.crashing.org ([63.228.1.57]:45294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaymZ-0007Z7-MV for qemu-devel@nongnu.org; Tue, 20 Nov 2012 20:07:15 -0500 Message-ID: <1353460020.17856.25.camel@pasglop> From: Benjamin Herrenschmidt Date: Wed, 21 Nov 2012 12:07:00 +1100 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Subject: [Qemu-devel] Interrupt controller updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Peter Maydell , Alexander Graf , "qemu-devel@nongnu.org" , kvm@vger.kernel.org, David Gibson Hi Jan ! David (CC) want to make some progress with our in-kernel PIC. From memory, one of the outcomes of the BOF was that we need to move the existing "enable in-kernel PIC" from generic KVM init to machine init in order to be able to add an argument indicating the "model" use by the arch/platform since some like ours support several different models and since that all needs to be selected before the VCPUs are created. Again, from memory, you were volunteered to do the initial x86 change so we could piggy back on it :-) Or do I remember wrong ? Cheers, Ben.