Re: [Qemu-devel] [PATCH v7 0/6] Connect the SPI devices to Xilinx's ZynqMP.

2016-01-18 Thread Peter Maydell
On 15 January 2016 at 22:38, Alistair Francis wrote: > I also need to make some changes to the actual SPI device to > improve the functionality, but for the time being this works. > > V7 > - Use g_strdup_printf() for the bus names > V6 (From Peter C): > - Allow use of QOM paths for referencing q

[Qemu-devel] [PATCH v7 0/6] Connect the SPI devices to Xilinx's ZynqMP.

2016-01-15 Thread Alistair Francis
I also need to make some changes to the actual SPI device to improve the functionality, but for the time being this works. V7 - Use g_strdup_printf() for the bus names V6 (From Peter C): - Allow use of QOM paths for referencing qbusses - Use Alias to implement bus pinout. V5: - Fix a typo - U