On 04/06/2020 10.54, Bastian Koppelmann wrote:
Hi Alex,
I managed to update the series to successfully run make check-tcg. This required
some changes to the makefiles. I tried running the riscv64 and arm tests and so
far I didn't break anything.
You can find the full tree here:
https://github.com/bkoppelmann/qemu/tree/tricore-tcg-tests
Cheers,
Bastian
Bastian Koppelmann (15):
docker/tricore: Use stretch-slim as a base image
tests/tcg: Add docker_as and docker_ld cmds
tests/tcg: Run timeout cmds using --foreground
hw/tricore: Add testdevice for tests in tests/tcg/
tests/tcg/tricore: Add build infrastructure
tests/tcg/tricore: Add macros to create tests and first test 'abs'
tests/tcg/tricore: Add bmerge test
tests/tcg/tricore: Add clz test
tests/tcg/tricore: Add dvstep test
tests/tcg/tricore: Add fadd test
tests/tcg/tricore: Add fmul test
tests/tcg/tricore: Add ftoi test
tests/tcg/tricore: Add madd test
tests/tcg/tricore: Add msub test
tests/tcg/tricore: Add muls test
Hi Bastian,
I'm currently looking at the containers that we build in the gitlab-CI, and
it seems that the "debian-tricore-cross" container is currently always built
though it is never used.
So I'm wondering: Do you still plan to finish this series here and get it
merged, or could we remove the "debian-tricore-cross" container from the
gitlab-CI again?
Thanks,
Thomas