Re: [Qemu-devel] [PATCH v5 03/15] register: Add Memory API glue

2016-03-24 Thread Alistair Francis
On Tue, Mar 22, 2016 at 9:56 AM, Alex Bennée wrote: > > Alistair Francis writes: > >> Add memory io handlers that glue the register API to the memory API. >> Just translation functions at this stage. Although it does allow for >> devices to be created without all-in-one mmio r/w handlers. >> >> T

Re: [Qemu-devel] [PATCH v5 03/15] register: Add Memory API glue

2016-03-22 Thread Alex Bennée
Alistair Francis writes: > Add memory io handlers that glue the register API to the memory API. > Just translation functions at this stage. Although it does allow for > devices to be created without all-in-one mmio r/w handlers. > > This patch also adds the RegisterInfoArray struct, which allows

[Qemu-devel] [PATCH v5 03/15] register: Add Memory API glue

2016-03-08 Thread Alistair Francis
Add memory io handlers that glue the register API to the memory API. Just translation functions at this stage. Although it does allow for devices to be created without all-in-one mmio r/w handlers. This patch also adds the RegisterInfoArray struct, which allows all of the individual RegisterInfo s