Re: [Qemu-devel] [PATCH v5 07/15] register: Add block initialise helper

2016-03-24 Thread Alistair Francis
On Tue, Mar 22, 2016 at 10:11 AM, Alex Bennée wrote: > > Alistair Francis writes: > >> From: Peter Crosthwaite >> >> Add a helper that will scan a static RegisterAccessInfo Array >> and populate a container MemoryRegion with registers as defined. >> >> Signed-off-by: Peter Crosthwaite >> Signed

Re: [Qemu-devel] [PATCH v5 07/15] register: Add block initialise helper

2016-03-22 Thread Alex Bennée
Alistair Francis writes: > From: Peter Crosthwaite > > Add a helper that will scan a static RegisterAccessInfo Array > and populate a container MemoryRegion with registers as defined. > > Signed-off-by: Peter Crosthwaite > Signed-off-by: Alistair Francis > --- > V3: > - Fix typo > V2: > - U

[Qemu-devel] [PATCH v5 07/15] register: Add block initialise helper

2016-03-08 Thread Alistair Francis
From: Peter Crosthwaite Add a helper that will scan a static RegisterAccessInfo Array and populate a container MemoryRegion with registers as defined. Signed-off-by: Peter Crosthwaite Signed-off-by: Alistair Francis --- V3: - Fix typo V2: - Use memory_region_add_subregion_no_print() hw/cor