Re: [Xen-devel] [PATCH v3 16/39] ARM: new VGIC: Add MMIO handling framework

2018-03-28 Thread Andre Przywara
Hi, On 27/03/18 21:07, Stefano Stabellini wrote: > On Wed, 21 Mar 2018, Andre Przywara wrote: >> Add an MMIO handling framework to the VGIC emulation: >> Each register is described by its offset, size (or number of bits per >> IRQ, if applicable) and the read/write handler functions. We provide >>

Re: [Xen-devel] [PATCH v3 16/39] ARM: new VGIC: Add MMIO handling framework

2018-03-27 Thread Stefano Stabellini
On Wed, 21 Mar 2018, Andre Przywara wrote: > Add an MMIO handling framework to the VGIC emulation: > Each register is described by its offset, size (or number of bits per > IRQ, if applicable) and the read/write handler functions. We provide > initialization macros to describe each GIC register lat