Re: [RFC] hw/block/m25p80: implement Octal SPI commands

2023-03-01 Thread Anton Kochkov
Hi Francisco, Sorry for the late reply and rework of the patch, I had been busy with unrelated things and hadn't chance to send an updated version. I have sent RFCv2 to the mailing list. On Wed, Aug 17, 2022 at 12:23:08PM +0200, Francisco Iglesias wrote: > Hi Anton, > > On [2022 Aug 13] Sat 12:00

Re: [RFC] hw/block/m25p80: implement Octal SPI commands

2022-08-17 Thread Francisco Iglesias
Hi Anton, On [2022 Aug 13] Sat 12:00:03, Anton Kochkov wrote: > * Implement Octal SPI commands based on Micron MT35X series > * Fix Micron 0x2C-based ID handling (incompatible with Numonyx) > * Fix Micron configuration registers handling Would it be ok for you to split the patch up into 3 patches

Re: [RFC] hw/block/m25p80: implement Octal SPI commands

2022-08-14 Thread Alistair Francis
On Sat, Aug 13, 2022 at 10:01 PM Anton Kochkov wrote: > > * Implement Octal SPI commands based on Micron MT35X series > * Fix Micron 0x2C-based ID handling (incompatible with Numonyx) > * Fix Micron configuration registers handling > > Signed-off-by: Anton Kochkov > Resolves: https://gitlab.com/q

[RFC] hw/block/m25p80: implement Octal SPI commands

2022-08-13 Thread Anton Kochkov
* Implement Octal SPI commands based on Micron MT35X series * Fix Micron 0x2C-based ID handling (incompatible with Numonyx) * Fix Micron configuration registers handling Signed-off-by: Anton Kochkov Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1148 Resolves: https://gitlab.com/qemu-pro