Re: [Qemu-devel] [RFC PATCH 05/13] tests/tcg/mips: enable mips64 system tests (WIP)

2018-12-27 Thread Aleksandar Markovic
Sorry, my last message involving this thread was sent in error. It was meant to be a a response to another, unrelated, message. Please discard it. Aleksandar

Re: [Qemu-devel] [RFC PATCH 05/13] tests/tcg/mips: enable mips64 system tests (WIP)

2018-12-27 Thread Aleksandar Markovic
> > @@ -1663,12 +1663,21 @@ enum { > >* │ 20..18 > >* ├─ 100111 ─ OPC_MXU__POOL16 ─┬─ 000 ─ OPC_MXU_D32SARW > >* │├─ 001 ─ OPC_MXU_S32ALN > > - * ├─ 101000 ─ OPC_MXU_LXB ├─ 010 ─

[Qemu-devel] [RFC PATCH 05/13] tests/tcg/mips: enable mips64 system tests (WIP)

2018-12-10 Thread Alex Bennée
The mips64-dsp and mips64-dspr2 tests are softmmu tests. Tweaks the makefiles to use the tcg tests build system. [WIP: currently won't link but the flags for HEAD vs CFLAGS seem odd] Signed-off-by: Alex Bennée --- tests/tcg/mips/Makefile.softmmu-target | 20 ++