Message ID | 20240903153959.18392-1-philmd@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | hw/sh4: Remove the deprecated SHIX machine | expand |
On Tue, 3 Sept 2024 at 16:40, Philippe Mathieu-Daudé <philmd@linaro.org> wrote: > > Remove the deprecated SH4 SHIX machine, along > with the TC58128 NAND EEPROM. > > Philippe Mathieu-Daudé (3): > hw/sh4: Remove the deprecated SHIX machine > hw/block: Remove TC58128 NAND EEPROM > hw/sh4: Remove sh7750_register_io_device() helper Whole series: Reviewed-by: Peter Maydell <peter.maydell@linaro.org> thanks -- PMM
On Wed, 04 Sep 2024 00:39:56 +0900, Philippe Mathieu-Daudé wrote: > > Remove the deprecated SH4 SHIX machine, along > with the TC58128 NAND EEPROM. > > Philippe Mathieu-Daudé (3): > hw/sh4: Remove the deprecated SHIX machine > hw/block: Remove TC58128 NAND EEPROM > hw/sh4: Remove sh7750_register_io_device() helper > > MAINTAINERS | 11 -- > docs/about/deprecated.rst | 6 - > docs/about/removed-features.rst | 5 + > configs/devices/sh4-softmmu/default.mak | 1 - > include/hw/sh4/sh.h | 19 --- > hw/block/tc58128.c | 211 ------------------------ > hw/sh4/sh7750.c | 57 +------ > hw/sh4/shix.c | 86 ---------- > hw/block/Kconfig | 3 - > hw/block/meson.build | 1 - > hw/sh4/Kconfig | 7 - > hw/sh4/meson.build | 1 - > 12 files changed, 7 insertions(+), 401 deletions(-) > delete mode 100644 hw/block/tc58128.c > delete mode 100644 hw/sh4/shix.c > > -- > 2.45.2 > for hw/sh4 Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp>
On 3/9/24 17:39, Philippe Mathieu-Daudé wrote: > Remove the deprecated SH4 SHIX machine, along > with the TC58128 NAND EEPROM. > > Philippe Mathieu-Daudé (3): > hw/sh4: Remove the deprecated SHIX machine > hw/block: Remove TC58128 NAND EEPROM > hw/sh4: Remove sh7750_register_io_device() helper Series queued, thanks.