Re: [Qemu-devel] [PATCH v3 15/20] hw/intc/arm_gicv3: Implement GICv3 CPU interface registers

2016-06-14 Thread Shannon Zhao
On 2016/6/14 22:38, Peter Maydell wrote: > Implement the CPU interface registers for the GICv3; these are > CPU system registers, not MMIO registers. > > This commit implements all the registers which are simple > accessors for GIC state, but not those which act as interfaces > for acknowledging

[Qemu-devel] [PATCH v3 15/20] hw/intc/arm_gicv3: Implement GICv3 CPU interface registers

2016-06-14 Thread Peter Maydell
Implement the CPU interface registers for the GICv3; these are CPU system registers, not MMIO registers. This commit implements all the registers which are simple accessors for GIC state, but not those which act as interfaces for acknowledging, dismissing or generating interrupts. (Those will be a