Re: [Qemu-devel] [PATCH v3 07/16] register: Add block initialise helper

2016-02-09 Thread Alistair Francis
On Tue, Feb 9, 2016 at 8:12 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-o

Re: [Qemu-devel] [PATCH v3 07/16] register: Add block initialise helper

2016-02-09 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 v3 07/16] register: Add block initialise helper

2016-01-29 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