[PATCH v2 0/2] Deprecate the shix machine and the TC58128 flash device

Samuel Tardieu posted 2 patches 3 months, 2 weeks ago
Failed in applying to current master (apply log)
There is a newer version of this series
docs/about/deprecated.rst | 5 +++++
hw/block/tc58128.c        | 1 +
hw/sh4/shix.c             | 1 +
3 files changed, 7 insertions(+)
[PATCH v2 0/2] Deprecate the shix machine and the TC58128 flash device
Posted by Samuel Tardieu 3 months, 2 weeks ago
The shix machine was a research project started around 2003 at
Télécom Paris. Preliminary support in QEMU was added in 2005
back when the QEMU architecture was less structured than it is
now. Unfortunately, the support for the shix machine and its
peripherals, such as the TC58128 16MiB flash device, has never
been maintained as the research project used the real machine.

This project stopped around 2010 and to the best of my knowledge
and after consulting with the original author Alexis Polti,
I propose to deprecate it in QEMU as well as the TC58128
flash device which does not implement the QOM model and still
contains debug fprintf statements.

Samuel Tardieu (2):
  target/sh4: Deprecate the shix machine
  hw/block: Deprecate the TC58128 block device

 docs/about/deprecated.rst | 5 +++++
 hw/block/tc58128.c        | 1 +
 hw/sh4/shix.c             | 1 +
 3 files changed, 7 insertions(+)

-- 
2.42.0


Re: [PATCH v2 0/2] Deprecate the shix machine and the TC58128 flash device
Posted by Philippe Mathieu-Daudé 3 months, 2 weeks ago
On 9/1/24 09:30, Samuel Tardieu wrote:

> Samuel Tardieu (2):
>    target/sh4: Deprecate the shix machine
>    hw/block: Deprecate the TC58128 block device
> 
>   docs/about/deprecated.rst | 5 +++++
>   hw/block/tc58128.c        | 1 +
>   hw/sh4/shix.c             | 1 +
>   3 files changed, 7 insertions(+)

Series:

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

And queued, thanks!
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org
Re: [PATCH v2 0/2] Deprecate the shix machine and the TC58128 flash device
Posted by Samuel Tardieu 3 months, 2 weeks ago
Samuel Tardieu <sam@rfc1149.net> writes:

> The shix machine was a research project started around 2003 at
> Télécom Paris. Preliminary support in QEMU was added in 2005
> back when the QEMU architecture was less structured than it is
> now. Unfortunately, the support for the shix machine and its
> peripherals, such as the TC58128 16MiB flash device, has never
> been maintained as the research project used the real machine.
>
> This project stopped around 2010 and to the best of my knowledge
> and after consulting with the original author Alexis Polti,
> I propose to deprecate it in QEMU as well as the TC58128
> flash device which does not implement the QOM model and still
> contains debug fprintf statements.

I forgot to include the change from v1: simplify the deprecation 
statements.

  Sam
-- 
Samuel Tardieu