73ceb129 | 26-Sep-2024 |
Thomas Huth <thuth@redhat.com> |
Remove the unused sh4eb target
Since the "shix" machine has been removed, the "r2d" machine is the only machine that is still available for the sh4 and sh4eb targets. However, the "r2d" machine appa
Remove the unused sh4eb target
Since the "shix" machine has been removed, the "r2d" machine is the only machine that is still available for the sh4 and sh4eb targets. However, the "r2d" machine apparently does not work in big endian mode, see here:
https://lore.kernel.org/qemu-devel/87a5fwjjew.wl-ysato@users.sourceforge.jp/
So there is no working machine left in the sh4eb-softmmu target, i.e. it is currently completely useless. Thus remove it from the configuration now. (Note: The linux-user binary is not removed since it might still be used to run sh4 binaries in big endian mode).
Message-ID: <20240926105843.81385-1-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
show more ...
|
0012b183 | 03-Sep-2024 |
Peter Maydell <peter.maydell@linaro.org> |
hw/arm: Remove 'z2' machine
The 'z2' machine was deprecated in 9.0, so we can remove it for 9.2.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@
hw/arm: Remove 'z2' machine
The 'z2' machine was deprecated in 9.0, so we can remove it for 9.2.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20240903160751.4100218-13-peter.maydell@linaro.org
show more ...
|
6e5a2d77 | 03-Sep-2024 |
Peter Maydell <peter.maydell@linaro.org> |
hw/arm: Remove 'mainstone' machine
The 'mainstone' machine has been deprecated since 9.0, and so we can remove it for the 9.2 release.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Review
hw/arm: Remove 'mainstone' machine
The 'mainstone' machine has been deprecated since 9.0, and so we can remove it for the 9.2 release.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20240903160751.4100218-11-peter.maydell@linaro.org
show more ...
|
6af139c3 | 03-Sep-2024 |
Peter Maydell <peter.maydell@linaro.org> |
hw/arm: Remove 'cheetah' machine
The 'cheetah' machine has been deprecated since 9.0, so we can remove it for the 9.2 release.
(tsc210x.c is also used by nseries, so move its MAINTAINER file line t
hw/arm: Remove 'cheetah' machine
The 'cheetah' machine has been deprecated since 9.0, so we can remove it for the 9.2 release.
(tsc210x.c is also used by nseries, so move its MAINTAINER file line there; the nseries boards are also about to be removed.)
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20240903160751.4100218-9-peter.maydell@linaro.org
show more ...
|
bf616ce4 | 25-Jan-2024 |
Paolo Bonzini <pbonzini@redhat.com> |
ppc: switch boards to "default y"
Some targets use "default y" for boards to filter out those that require TCG. For consistency we are switching all other targets to do the same. Continue with Powe
ppc: switch boards to "default y"
Some targets use "default y" for boards to filter out those that require TCG. For consistency we are switching all other targets to do the same. Continue with PowerPC/POWER.
No changes to generated config-devices.mak files, other than adding CONFIG_PPC to the ppc64-softmmu target.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
show more ...
|