qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] cpu_arm: Implement irqchip property for ARM CPU
@ 2015-08-19 12:27 Pavel Fedin
  2015-08-19 12:27 ` [Qemu-devel] [PATCH 1/2] cpu_arm: Rename 'nvic' to 'irqchip' Pavel Fedin
  2015-08-19 12:27 ` [Qemu-devel] [PATCH 2/2] cpu_arm: Use irqchip property instead of direct assignment Pavel Fedin
  0 siblings, 2 replies; 3+ messages in thread
From: Pavel Fedin @ 2015-08-19 12:27 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Shlomo Pongratz, Shlomo Pongratz

ARMv7m CPU needs a link to NVIC instance for processing interrupts. Similarly
ARMv8 needs a link to GICv3 for its CPU interface.

This series builds upon existing mechanism for linking irqchip and
CPU, bringing the code up to date and making it reusable.

Pavel Fedin (2):
  cpu_arm: Rename 'nvic' to 'irqchip'
  cpu_arm: Use irqchip property instead of direct assignment

 hw/arm/armv7m.c     |  5 ++---
 target-arm/cpu.c    |  6 ++++++
 target-arm/cpu.h    |  5 ++++-
 target-arm/helper.c | 12 ++++++------
 4 files changed, 18 insertions(+), 10 deletions(-)

-- 
1.9.5.msysgit.0

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

end of thread, other threads:[~2015-08-19 12:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-19 12:27 [Qemu-devel] [PATCH 0/2] cpu_arm: Implement irqchip property for ARM CPU Pavel Fedin
2015-08-19 12:27 ` [Qemu-devel] [PATCH 1/2] cpu_arm: Rename 'nvic' to 'irqchip' Pavel Fedin
2015-08-19 12:27 ` [Qemu-devel] [PATCH 2/2] cpu_arm: Use irqchip property instead of direct assignment Pavel Fedin

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).