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

2015-10-02 Thread Alistair Francis
On Wed, Sep 30, 2015 at 2:10 PM, Peter Crosthwaite wrote: > On Tue, Sep 29, 2015 at 4:03 PM, Alistair Francis > wrote: >> Seperate out the XilinxSPIPS struct into a seperate header >> file. >> >> Signed-off-by: Alistair Francis >> --- >> >> hw/ssi/xilinx_spips.c | 104 +-

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

2015-10-01 Thread Peter Crosthwaite
On Tue, Sep 29, 2015 at 4:03 PM, Alistair Francis wrote: > Seperate out the XilinxSPIPS struct into a seperate header > file. > > Signed-off-by: Alistair Francis > --- > > hw/ssi/xilinx_spips.c | 104 +--- > include/hw/ssi/xilinx_spips.h | 134 > +

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

2015-09-30 Thread Alistair Francis
Seperate out the XilinxSPIPS struct into a seperate header file. Signed-off-by: Alistair Francis --- hw/ssi/xilinx_spips.c | 104 +--- include/hw/ssi/xilinx_spips.h | 134 ++ 2 files changed, 135 insertions(+), 103 dele