qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix number of priority bits in zynq gic
@ 2020-02-14 13:16 Sai Pavan Boddu
  2020-02-14 13:16 ` [PATCH 1/3] arm_gic: Mask the un-supported priority bits Sai Pavan Boddu
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Sai Pavan Boddu @ 2020-02-14 13:16 UTC (permalink / raw)
  To: Edgar E . Iglesias, Alistair Francis, Peter Maydell,
	Anthony Liguori, afaerber
  Cc: qemu-arm, qemu-devel

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



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-02-19 13:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-14 13:16 [PATCH 0/3] Fix number of priority bits in zynq gic Sai Pavan Boddu
2020-02-14 13:16 ` [PATCH 1/3] arm_gic: Mask the un-supported priority bits Sai Pavan Boddu
2020-02-18 18:10   ` Peter Maydell
2020-02-19 13:54     ` Sai Pavan Boddu
2020-02-14 13:16 ` [PATCH 2/3] cpu/a9mpcore: Add num priority bits property Sai Pavan Boddu
2020-02-18 18:16   ` Peter Maydell
2020-02-18 18:25     ` Peter Maydell
2020-02-14 13:16 ` [PATCH 3/3] arm/xilinx_zynq: Set number of priority bits Sai Pavan Boddu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).