From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIjxq-0007GL-Th for qemu-devel@nongnu.org; Sat, 16 Aug 2014 15:48:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XIjxg-00078a-Q8 for qemu-devel@nongnu.org; Sat, 16 Aug 2014 15:48:34 -0400 Received: from os.inf.tu-dresden.de ([2002:8d4c:3001:48::99]:37728) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIjxg-000781-I2 for qemu-devel@nongnu.org; Sat, 16 Aug 2014 15:48:24 -0400 From: Adam Lackorzynski Date: Sat, 16 Aug 2014 21:48:18 +0200 Message-Id: <1408218501-22326-1-git-send-email-adam@os.inf.tu-dresden.de> Subject: [Qemu-devel] [PATCH 0/3] arm_gic: Improve handling of GICD_ICFGR List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: christoffer.dall@linaro.org The following patches address the behavior of the GICD_ICFGR register in the ARM GIC. Changes to previous version: - Setting of model mode only for old GIC revisions - Less invasive change for PPI settings Adam Lackorzynski (3): arm_gic: Fix read of GICD_ICFGR arm_gic: GICD_ICFGR: Write model only for pre v1 GICs arm_gic: Do not force PPIs to edge-triggered mode hw/intc/arm_gic.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) -- 2.1.0.rc1