From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJNxk-0005dk-8S for qemu-devel@nongnu.org; Mon, 18 Aug 2014 10:31:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XJNxZ-0006uF-CC for qemu-devel@nongnu.org; Mon, 18 Aug 2014 10:31:08 -0400 Received: from os.inf.tu-dresden.de ([2002:8d4c:3001:48::99]:47203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJNxZ-0006tl-4T for qemu-devel@nongnu.org; Mon, 18 Aug 2014 10:30:57 -0400 From: Adam Lackorzynski Date: Mon, 18 Aug 2014 16:30:51 +0200 Message-Id: <1408372255-12358-1-git-send-email-adam@os.inf.tu-dresden.de> Subject: [Qemu-devel] [PATCH v4 0/4] 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 v3: - Tag patchset with proper version Changes to v2: - Replace 16 with GIC_NR_SGIS in setup Changes to v1: - Setting of model mode only for old GIC revisions - Less invasive change for PPI settings Adam Lackorzynski (4): 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 arm_gic: Use GIC_NR_SGIS constant hw/intc/arm_gic.c | 14 ++++++++------ hw/intc/arm_gic_common.c | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) -- 2.1.0.rc1