mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 11:39:53 +00:00
tests/machine-none: Test recent MIPS cpus
The MIPS I7200 got added in commitd45942d908
, and the I6500 in commitca1ffd14ed
. Extend the coverage on the little-endian machines. The 4Kc and 20Kc are still covered by the big-endian machines. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com> Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com> Message-Id: <20190701140143.32706-1-philmd@redhat.com>
This commit is contained in:
parent
d247c8e7f4
commit
f79b0a6557
@ -36,9 +36,9 @@ static struct arch2cpu cpus_map[] = {
|
||||
/* FIXME: { "microblaze", "any" }, doesn't work with -M none -cpu any */
|
||||
/* FIXME: { "microblazeel", "any" }, doesn't work with -M none -cpu any */
|
||||
{ "mips", "4Kc" },
|
||||
{ "mipsel", "4Kc" },
|
||||
{ "mipsel", "I7200" },
|
||||
{ "mips64", "20Kc" },
|
||||
{ "mips64el", "20Kc" },
|
||||
{ "mips64el", "I6500" },
|
||||
{ "moxie", "MoxieLite" },
|
||||
{ "nios2", "FIXME" },
|
||||
{ "or1k", "or1200" },
|
||||
|
Loading…
Reference in New Issue
Block a user