From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSYbO-00068H-MH for qemu-devel@nongnu.org; Mon, 02 Mar 2015 17:14:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSYbK-0001eM-Ea for qemu-devel@nongnu.org; Mon, 02 Mar 2015 17:14:14 -0500 Received: from mail-qc0-f172.google.com ([209.85.216.172]:41079) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSYbK-0001e9-Aa for qemu-devel@nongnu.org; Mon, 02 Mar 2015 17:14:10 -0500 Received: by qcvs11 with SMTP id s11so27351556qcv.8 for ; Mon, 02 Mar 2015 14:14:10 -0800 (PST) Date: Mon, 2 Mar 2015 14:14:08 -0800 From: Christoffer Dall Message-ID: <20150302221408.GC12902@lvm> References: <1424880159-29348-1-git-send-email-alex.bennee@linaro.org> <1424880159-29348-3-git-send-email-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1424880159-29348-3-git-send-email-alex.bennee@linaro.org> Subject: Re: [Qemu-devel] [PATCH 2/6] arm_gic_kvm.c: restore config before pending IRQs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex =?iso-8859-1?Q?Benn=E9e?= Cc: linux-arm-kernel@lists.infradead.org, marc.zyngier@arm.com, qemu-devel@nongnu.org, kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu On Wed, Feb 25, 2015 at 04:02:34PM +0000, Alex Bennée wrote: > As there is logic to deal with the difference between edge and level > triggered interrupts in the kernel we must ensure it knows the > configuration of the IRQs before we restore the pending state. > > Signed-off-by: Alex Bennée Acked-by: Christoffer Dall