On 22/03/2022 09.23, Mark Cave-Ayland wrote:
[...]
but the main blocker for me was not being able to test all the different PPC machine configurations.

I think the best you can do is to run the avocado tests:

 make check-venv
 ./tests/venv/bin/avocado run -t arch:ppc64 tests/avocado/
 ./tests/venv/bin/avocado run -t arch:ppc tests/avocado/

That tests at least that the machines mpc8544ds, prep, virtex-ml507, bamboo, ref405ep, ppce500, powernv, g3beige and mac99 are basically still working, which is IMHO a good set already.

Out of curiosity does anyone know how to test the KVM in-kernel OpenPIC implementation in hw/intc/openpic_kvm.c? It seems to be used for e500 only.

I guess you need some old real e500 silicon to test this...?

 Thomas


Reply via email to