Re: [Qemu-devel] [PATCH v4 3/5] xilinx_spips: Seperate the state struct into a header

2015-12-16 Thread Alistair Francis
On Tue, Dec 15, 2015 at 10:48 AM, Peter Maydell wrote: > On 23 November 2015 at 08:54, Alistair Francis > wrote: >> Seperate out the XilinxSPIPS struct into a seperate header >> file. > > If you need to respin this series it would be nice to fix > the typos here and in the subject: it is "separat

Re: [Qemu-devel] [PATCH v4 3/5] xilinx_spips: Seperate the state struct into a header

2015-12-15 Thread Peter Maydell
On 23 November 2015 at 08:54, Alistair Francis wrote: > Seperate out the XilinxSPIPS struct into a seperate header > file. If you need to respin this series it would be nice to fix the typos here and in the subject: it is "separate". thanks -- PMM

[Qemu-devel] [PATCH v4 3/5] xilinx_spips: Seperate the state struct into a header

2015-11-23 Thread Alistair Francis
Seperate out the XilinxSPIPS struct into a seperate header file. Signed-off-by: Alistair Francis --- 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 +++ include/hw/ssi/xi