Re: [Qemu-devel] [PATCH v3 2/5] register: Add Register API

2013-05-29 Thread Edgar E. Iglesias
On Fri, May 24, 2013 at 03:47:33PM +1000, peter.crosthwa...@xilinx.com wrote: > From: Peter Crosthwaite > > This API provides some encapsulation of registers and factors our some > common functionality to common code. Bits of device state (usually MMIO > registers), often have all sorts of access

[Qemu-devel] [PATCH v3 2/5] register: Add Register API

2013-05-23 Thread peter . crosthwaite
From: Peter Crosthwaite This API provides some encapsulation of registers and factors our some common functionality to common code. Bits of device state (usually MMIO registers), often have all sorts of access restrictions and semantics associated with them. This API allow you to define what thos