Re: [Qemu-devel] [PATCH v5 3/6] xilinx_spips: Separate the state struct into a header

2015-12-19 Thread Peter Crosthwaite
On Wed, Dec 16, 2015 at 1:45 PM, Alistair Francis wrote: > Separate out the XilinxSPIPS struct into a separate header > file. > > Signed-off-by: Alistair Francis Reviewed-by: Peter Crosthwaite > --- > V5: > - Fix typos > V4: > - Don't split off R_MOD_ID and hardcode R_MAX > V2: > - Only spl

[Qemu-devel] [PATCH v5 3/6] xilinx_spips: Separate the state struct into a header

2015-12-16 Thread Alistair Francis
Separate out the XilinxSPIPS struct into a separate header file. Signed-off-by: Alistair Francis --- V5: - Fix typos V4: - Don't split off R_MOD_ID and hardcode R_MAX V2: - Only split out required #defines - Prefix XLNX_SPIPS_ hw/ssi/xilinx_spips.c | 46 +++