On Wed, May 07, 2025 at 04:12:41PM +0100, Alexandru Elisei wrote: > The arm and arm64 architectures can also be run with kvmtool, and work is > under way to have it supported by the run_tests.sh test runner. Not > suprisingly, kvmtool's syntax for running a virtual machine is different to > qemu's. > > Add a new unittest parameter, 'qemu_params', with the goal to add a similar > parameter for kvmtool, when that's supported. > > 'extra_params' has been kept in the scripts as an alias for 'qemu_params' > to preserve compatibility with custom test definition, but it is expected > that going forward new tests will use 'qemu_params'. > > Signed-off-by: Alexandru Elisei <alexandru.eli...@arm.com> > --- > arm/unittests.cfg | 76 +++++++++++------------ > docs/unittests.txt | 15 +++-- > powerpc/unittests.cfg | 18 +++--- > riscv/unittests.cfg | 2 +- > s390x/unittests.cfg | 50 +++++++-------- > scripts/common.bash | 8 +-- > scripts/runtime.bash | 6 +- > x86/unittests.cfg | 140 +++++++++++++++++++++--------------------- > 8 files changed, 160 insertions(+), 155 deletions(-) >
Reviewed-by: Andrew Jones <andrew.jo...@linux.dev>