From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxwUh-0001T2-4F for qemu-devel@nongnu.org; Mon, 08 Dec 2014 06:28:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XxwUZ-0004F6-29 for qemu-devel@nongnu.org; Mon, 08 Dec 2014 06:28:47 -0500 Received: from mail-la0-f49.google.com ([209.85.215.49]:35833) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxwUY-0004Eq-R0 for qemu-devel@nongnu.org; Mon, 08 Dec 2014 06:28:38 -0500 Received: by mail-la0-f49.google.com with SMTP id hs14so3655002lab.8 for ; Mon, 08 Dec 2014 03:28:36 -0800 (PST) Date: Mon, 8 Dec 2014 12:29:29 +0100 From: Christoffer Dall Message-ID: <20141208112929.GC8936@cbox> References: <1417718679-1071-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1417718679-1071-1-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [PATCH] arm_gic_kvm: Tell kernel about number of IRQs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, patches@linaro.org On Thu, Dec 04, 2014 at 06:44:39PM +0000, Peter Maydell wrote: > Newer kernels support a device attribute on the GIC which allows us to > tell it how many IRQs this GIC instance is configured with; use it, if > it exists. > > Signed-off-by: Peter Maydell Reviewed-by: Christoffer Dall