On 3/10/24 16:00, Peter Maydell wrote:
The DSCM-1XXXX microdrive device model was used only by the
XScale-based Zaurus machine types. Now they have been removed, we
can delete this device too.
Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
---
include/hw/pcmcia.h | 3 -
hw/ide/microdrive.c | 644 --------------------------------------------
hw/ide/Kconfig | 6 -
hw/ide/meson.build | 1 -
4 files changed, 654 deletions(-)
delete mode 100644 hw/ide/microdrive.c
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>