qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] tests/machine-none: Test recent MIPS cpus
@ 2019-07-01 14:01 Philippe Mathieu-Daudé
  2019-07-01 14:53 ` Aleksandar Markovic
  0 siblings, 1 reply; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-07-01 14:01 UTC (permalink / raw)
  To: qemu-devel
  Cc: Laurent Vivier, Thomas Huth, Aleksandar Rikalo,
	Aleksandar Markovic, Paolo Bonzini, Philippe Mathieu-Daudé,
	Aurelien Jarno

The MIPS I7200 got added in commit d45942d908e, and the I6500
in commit ca1ffd14ed8.
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>
---
 tests/machine-none-test.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/machine-none-test.c b/tests/machine-none-test.c
index 4c6d470798..5953d31755 100644
--- a/tests/machine-none-test.c
+++ b/tests/machine-none-test.c
@@ -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" },
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] tests/machine-none: Test recent MIPS cpus
  2019-07-01 14:01 [Qemu-devel] [PATCH] tests/machine-none: Test recent MIPS cpus Philippe Mathieu-Daudé
@ 2019-07-01 14:53 ` Aleksandar Markovic
  2019-07-01 17:08   ` Aleksandar Markovic
  0 siblings, 1 reply; 3+ messages in thread
From: Aleksandar Markovic @ 2019-07-01 14:53 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: Laurent Vivier, Thomas Huth, Aleksandar Rikalo, qemu-devel,
	Aleksandar Markovic, Paolo Bonzini, Aurelien Jarno

On Jul 1, 2019 4:45 PM, "Philippe Mathieu-Daudé" <philmd@redhat.com> wrote:
>
> The MIPS I7200 got added in commit d45942d908e, and the I6500
> in commit ca1ffd14ed8.
> 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>
> ---

Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>

>  tests/machine-none-test.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/machine-none-test.c b/tests/machine-none-test.c
> index 4c6d470798..5953d31755 100644
> --- a/tests/machine-none-test.c
> +++ b/tests/machine-none-test.c
> @@ -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" },
> --
> 2.20.1
>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] tests/machine-none: Test recent MIPS cpus
  2019-07-01 14:53 ` Aleksandar Markovic
@ 2019-07-01 17:08   ` Aleksandar Markovic
  0 siblings, 0 replies; 3+ messages in thread
From: Aleksandar Markovic @ 2019-07-01 17:08 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: Laurent Vivier, Thomas Huth, Aleksandar Rikalo, qemu-devel,
	Aleksandar Markovic, Paolo Bonzini, Aurelien Jarno

On Jul 1, 2019 4:53 PM, "Aleksandar Markovic" <aleksandar.m.mail@gmail.com>
wrote:
>
>
> On Jul 1, 2019 4:45 PM, "Philippe Mathieu-Daudé" <philmd@redhat.com>
wrote:
> >
> > The MIPS I7200 got added in commit d45942d908e, and the I6500
> > in commit ca1ffd14ed8.
> > 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>
> > ---
>
> Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
>

If nobody objects, I am going to select this patch for mips queue scheduled
tomorrow.

Thanks!

Aleksandar

> >  tests/machine-none-test.c | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/tests/machine-none-test.c b/tests/machine-none-test.c
> > index 4c6d470798..5953d31755 100644
> > --- a/tests/machine-none-test.c
> > +++ b/tests/machine-none-test.c
> > @@ -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" },
> > --
> > 2.20.1
> >
> >

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-01 21:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-01 14:01 [Qemu-devel] [PATCH] tests/machine-none: Test recent MIPS cpus Philippe Mathieu-Daudé
2019-07-01 14:53 ` Aleksandar Markovic
2019-07-01 17:08   ` Aleksandar Markovic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).