Re: [PATCH] hw/block: Drop unused nand.c

2025-05-26 Thread Philippe Mathieu-Daudé
On 22/5/25 16:28, Peter Maydell wrote: The nand.c device (TYPE_NAND) is an emulation of a NAND flash memory chip which was used by the old OMAP boards. No current QEMU board uses it, and although techically "-device nand,chip-id=0x6b" doesn't error out, it's not possible to usefully use it from

Re: [PATCH] hw/block: Drop unused nand.c

2025-05-24 Thread Richard Henderson
On 5/22/25 15:28, Peter Maydell wrote: The nand.c device (TYPE_NAND) is an emulation of a NAND flash memory chip which was used by the old OMAP boards. No current QEMU board uses it, and although techically "-device nand,chip-id=0x6b" doesn't error out, it's not possible to usefully use it from

[PATCH] hw/block: Drop unused nand.c

2025-05-22 Thread Peter Maydell
The nand.c device (TYPE_NAND) is an emulation of a NAND flash memory chip which was used by the old OMAP boards. No current QEMU board uses it, and although techically "-device nand,chip-id=0x6b" doesn't error out, it's not possible to usefully use it from the command line because the only interfa