mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Revert "Remove the unused sh4eb target"
This reverts commit 73ceb12960
.
The "r2d" machine can work in big endian mode, see:
https://lore.kernel.org/qemu-devel/d6755445-1060-48a8-82b6-2f392c21f9b9@landley.net/
So the reasoning for removing sh4eb was wrong.
Message-ID: <20241024082735.42324-2-thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Rob Landley <rob@landley.net>
Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
786bc22552
commit
51cdb6806f
11 changed files with 14 additions and 5 deletions
|
@ -245,6 +245,7 @@ class TestEnv(ContextManager['TestEnv']):
|
|||
('riscv64', 'virt'),
|
||||
('rx', 'gdbsim-r5f562n8'),
|
||||
('sh4', 'r2d'),
|
||||
('sh4eb', 'r2d'),
|
||||
('tricore', 'tricore_testboard')
|
||||
)
|
||||
for suffix, machine in machine_map:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue