Re: [Qemu-devel] [PATCH 1/7] tests: add a m25p80 test

2016-07-04 Thread Peter Maydell
On 4 July 2016 at 13:39, Cédric Le Goater wrote: > On 07/04/2016 02:24 PM, Peter Maydell wrote: >> On 4 July 2016 at 13:18, Cédric Le Goater wrote: >>> This test uses the palmetto platform and the AST2400 SPI controller to >>> test the m25p80 flash module device model. The flash model is defined

Re: [Qemu-devel] [PATCH 1/7] tests: add a m25p80 test

2016-07-04 Thread Cédric Le Goater
On 07/04/2016 02:24 PM, Peter Maydell wrote: > On 4 July 2016 at 13:18, Cédric Le Goater wrote: >> This test uses the palmetto platform and the AST2400 SPI controller to >> test the m25p80 flash module device model. The flash model is defined >> by the platform (n25q256a) and it would be nice to f

Re: [Qemu-devel] [PATCH 1/7] tests: add a m25p80 test

2016-07-04 Thread Cédric Le Goater
On 07/04/2016 02:51 PM, Peter Maydell wrote: > On 4 July 2016 at 13:39, Cédric Le Goater wrote: >> On 07/04/2016 02:24 PM, Peter Maydell wrote: >>> On 4 July 2016 at 13:18, Cédric Le Goater wrote: This test uses the palmetto platform and the AST2400 SPI controller to test the m25p80 fla

Re: [Qemu-devel] [PATCH 1/7] tests: add a m25p80 test

2016-07-04 Thread Peter Maydell
On 4 July 2016 at 13:18, Cédric Le Goater wrote: > This test uses the palmetto platform and the AST2400 SPI controller to > test the m25p80 flash module device model. The flash model is defined > by the platform (n25q256a) and it would be nice to find way to control > it, using a property probably

[Qemu-devel] [PATCH 1/7] tests: add a m25p80 test

2016-07-04 Thread Cédric Le Goater
This test uses the palmetto platform and the AST2400 SPI controller to test the m25p80 flash module device model. The flash model is defined by the platform (n25q256a) and it would be nice to find way to control it, using a property probably. Signed-off-by: Cédric Le Goater Reviewed-by: Peter May