Re: [Qemu-devel] [PATCH v4 03/16] register: Add Memory API glue

2016-03-07 Thread Alistair Francis
On Fri, Feb 26, 2016 at 9:25 AM, Alex Bennée wrote: > > Alistair Francis writes: > >> From: Peter Crosthwaite >> >> 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

Re: [Qemu-devel] [PATCH v4 03/16] register: Add Memory API glue

2016-02-26 Thread Alex Bennée
Alistair Francis writes: > From: Peter Crosthwaite > > 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. > > Signed-off-by: Peter Crosthwaite

[Qemu-devel] [PATCH v4 03/16] register: Add Memory API glue

2016-02-09 Thread Alistair Francis
From: Peter Crosthwaite 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. Signed-off-by: Peter Crosthwaite Signed-off-by: Alistair Francis --- h