qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] cpu_arm: Implement irqchip property for ARM CPU


From: Pavel Fedin
Subject: [Qemu-devel] [PATCH 0/2] cpu_arm: Implement irqchip property for ARM CPU
Date: Wed, 19 Aug 2015 15:27:28 +0300

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]