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

2016-01-27 Thread KONRAD Frederic
Le 19/01/2016 23:35, Alistair Francis a écrit : 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 --- V2: - Use memory_reg

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

2016-01-19 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 --- V2: - Use memory_region_add_subregion_no_print() hw/core/register.c