Re: [RFC PATCH 0/9] hw/misc: Add support for interleaved memory accesses

2020-08-22 Thread Philippe Mathieu-Daudé
On 8/17/20 6:18 PM, Philippe Mathieu-Daudé wrote: > This is a follow up on last year patch from Stephen Checkoway: > "block/pflash_cfi02: Implement intereleaved flash devices" > https://www.mail-archive.com/qemu-devel@nongnu.org/msg613077.html > > Instead of making the PFLASH device more complex,

Re: [RFC PATCH 0/9] hw/misc: Add support for interleaved memory accesses

2020-08-22 Thread Philippe Mathieu-Daudé
On 8/17/20 6:18 PM, Philippe Mathieu-Daudé wrote: > This is a follow up on last year patch from Stephen Checkoway: > "block/pflash_cfi02: Implement intereleaved flash devices" > https://www.mail-archive.com/qemu-devel@nongnu.org/msg613077.html > > Instead of making the PFLASH device more complex,

Re: [RFC PATCH 0/9] hw/misc: Add support for interleaved memory accesses

2020-08-17 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200817161853.593247-1-f4...@amsat.org/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!

[RFC PATCH 0/9] hw/misc: Add support for interleaved memory accesses

2020-08-17 Thread Philippe Mathieu-Daudé
This is a follow up on last year patch from Stephen Checkoway: "block/pflash_cfi02: Implement intereleaved flash devices" https://www.mail-archive.com/qemu-devel@nongnu.org/msg613077.html Instead of making the PFLASH device more complex, I went implementing a generic interleaver device (that can b