From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Maydell Subject: Re: [PATCH v2 0/7] split out uses of kvm_irqchip_in_kernel() Date: Tue, 7 Aug 2012 16:11:45 +0100 Message-ID: References: <1343313317-27087-1-git-send-email-peter.maydell@linaro.org> <501A44FE.3080208@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: qemu-devel@nongnu.org, patches@linaro.org, Alexander Graf , kvm-devel , Jan Kiszka To: Avi Kivity , Marcelo Tosatti Return-path: Received: from mail-gg0-f174.google.com ([209.85.161.174]:53029 "EHLO mail-gg0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750698Ab2HGPLq (ORCPT ); Tue, 7 Aug 2012 11:11:46 -0400 Received: by ggnl2 with SMTP id l2so3771364ggn.19 for ; Tue, 07 Aug 2012 08:11:45 -0700 (PDT) In-Reply-To: <501A44FE.3080208@web.de> Sender: kvm-owner@vger.kernel.org List-ID: On 2 August 2012 10:14, Jan Kiszka wrote: > On 2012-07-26 16:35, Peter Maydell wrote: >> This patch series removes all uses of kvm_irqchip_in_kernel() >> from architecture-independent code, by creating a set of more >> specific functions instead to test for the particular aspects >> of behaviour that the calling code is actually interested in. >> >> The uses in x86-specific code could in theory be further broken >> down into kvm_ioapic(), kvm_pit(), etc, but I leave that for >> one of the x86 maintainers if they think it's worthwhile. > > For the whole series: > > Acked-by: Jan Kiszka Just a ping to check this will get into qemu before the hardfreeze next week... -- PMM From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SylRj-0006Sv-Hn for qemu-devel@nongnu.org; Tue, 07 Aug 2012 11:11:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SylRi-000809-D5 for qemu-devel@nongnu.org; Tue, 07 Aug 2012 11:11:47 -0400 Received: from mail-gh0-f173.google.com ([209.85.160.173]:34251) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SylRi-0007zi-9J for qemu-devel@nongnu.org; Tue, 07 Aug 2012 11:11:46 -0400 Received: by ghrr17 with SMTP id r17so2115398ghr.4 for ; Tue, 07 Aug 2012 08:11:45 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <501A44FE.3080208@web.de> References: <1343313317-27087-1-git-send-email-peter.maydell@linaro.org> <501A44FE.3080208@web.de> Date: Tue, 7 Aug 2012 16:11:45 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v2 0/7] split out uses of kvm_irqchip_in_kernel() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity , Marcelo Tosatti Cc: Alexander Graf , Jan Kiszka , qemu-devel@nongnu.org, kvm-devel , patches@linaro.org On 2 August 2012 10:14, Jan Kiszka wrote: > On 2012-07-26 16:35, Peter Maydell wrote: >> This patch series removes all uses of kvm_irqchip_in_kernel() >> from architecture-independent code, by creating a set of more >> specific functions instead to test for the particular aspects >> of behaviour that the calling code is actually interested in. >> >> The uses in x86-specific code could in theory be further broken >> down into kvm_ioapic(), kvm_pit(), etc, but I leave that for >> one of the x86 maintainers if they think it's worthwhile. > > For the whole series: > > Acked-by: Jan Kiszka Just a ping to check this will get into qemu before the hardfreeze next week... -- PMM