[PATCH 0/3] hw/sh4: Remove the deprecated SHIX machine

Philippe Mathieu-Daudé posted 3 patches 2 months, 3 weeks ago
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
[PATCH 0/3] hw/sh4: Remove the deprecated SHIX machine
Posted by Philippe Mathieu-Daudé 2 months, 3 weeks ago
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
Re: [PATCH 0/3] hw/sh4: Remove the deprecated SHIX machine
Posted by Philippe Mathieu-Daudé 2 months, 2 weeks ago
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.

Re: [PATCH 0/3] hw/sh4: Remove the deprecated SHIX machine
Posted by Yoshinori Sato 2 months, 2 weeks ago
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>

-- 
Yosinori Sato
Re: [PATCH 0/3] hw/sh4: Remove the deprecated SHIX machine
Posted by Peter Maydell 2 months, 3 weeks ago
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