From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH v2 0/7] split out uses of kvm_irqchip_in_kernel() Date: Thu, 09 Aug 2012 16:17:55 +0300 Message-ID: <5023B883.3090200@redhat.com> 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 Content-Transfer-Encoding: 7bit Cc: kvm-devel , patches@linaro.org, Marcelo Tosatti , Alexander Graf , qemu-devel@nongnu.org, Jan Kiszka To: Peter Maydell Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org List-Id: kvm.vger.kernel.org On 08/07/2012 06:11 PM, Peter Maydell wrote: > 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... Thanks for the ping; all applied. Will push after autotesting. -- error compiling committee.c: too many arguments to function From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzScw-0006NV-Du for qemu-devel@nongnu.org; Thu, 09 Aug 2012 09:18:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SzScu-0004r8-TD for qemu-devel@nongnu.org; Thu, 09 Aug 2012 09:18:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzScu-0004pw-Lr for qemu-devel@nongnu.org; Thu, 09 Aug 2012 09:18:12 -0400 Message-ID: <5023B883.3090200@redhat.com> Date: Thu, 09 Aug 2012 16:17:55 +0300 From: Avi Kivity MIME-Version: 1.0 References: <1343313317-27087-1-git-send-email-peter.maydell@linaro.org> <501A44FE.3080208@web.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: Peter Maydell Cc: kvm-devel , patches@linaro.org, Marcelo Tosatti , Alexander Graf , qemu-devel@nongnu.org, Jan Kiszka On 08/07/2012 06:11 PM, Peter Maydell wrote: > 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... Thanks for the ping; all applied. Will push after autotesting. -- error compiling committee.c: too many arguments to function