Re: [Qemu-devel] [PATCH v2 3/5] register: Add Memory API glue

2013-04-05 Thread Paolo Bonzini
Il 05/04/2013 10:43, Peter Crosthwaite ha scritto: > 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 v2 3/5] register: Add Memory API glue

2013-04-05 Thread 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 --- include/exec/register.h | 13 + register.c