[PATCH 0/3] Fix number of priority bits in zynq gic

Sai Pavan Boddu posted 3 patches 4 years, 2 months ago
Test docker-quick@centos7 passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1581686212-9625-1-git-send-email-sai.pavan.boddu@xilinx.com
Maintainers: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Alistair Francis <alistair@alistair23.me>, Peter Maydell <peter.maydell@linaro.org>
hw/arm/xilinx_zynq.c             | 1 +
hw/cpu/a9mpcore.c                | 2 ++
hw/intc/arm_gic.c                | 9 ++++++---
hw/intc/arm_gic_common.c         | 1 +
include/hw/cpu/a9mpcore.h        | 1 +
include/hw/intc/arm_gic_common.h | 1 +
6 files changed, 12 insertions(+), 3 deletions(-)
[PATCH 0/3] Fix number of priority bits in zynq gic
Posted by Sai Pavan Boddu 4 years, 2 months ago
This patch series implements the mask for un-implemented priority bits
in arm-gic. Which will return the expected number of priority bits on
read.

Sai Pavan Boddu (3):
  arm_gic: Mask the un-supported priority bits
  cpu/a9mpcore: Add num priority bits property
  arm/xilinx_zynq: Set number of priority bits

 hw/arm/xilinx_zynq.c             | 1 +
 hw/cpu/a9mpcore.c                | 2 ++
 hw/intc/arm_gic.c                | 9 ++++++---
 hw/intc/arm_gic_common.c         | 1 +
 include/hw/cpu/a9mpcore.h        | 1 +
 include/hw/intc/arm_gic_common.h | 1 +
 6 files changed, 12 insertions(+), 3 deletions(-)

-- 
2.7.4