Re: [kvm-unit-tests PATCH 2/2] scripts: Add 'test_args' test definition parameter

2025-07-02 Thread Thomas Huth
On 25/06/2025 17.43, Alexandru Elisei wrote: kvm-unit-tests, on arm and arm64, is getting ready to support running all the test automatically under kvmtool. Even though kvmtool has a different syntax for configuring and running a virtual machine, kvmtool and qemu have in common the test arguments

[kvm-unit-tests PATCH 2/2] scripts: Add 'test_args' test definition parameter

2025-06-25 Thread Alexandru Elisei
kvm-unit-tests, on arm and arm64, is getting ready to support running all the test automatically under kvmtool. Even though kvmtool has a different syntax for configuring and running a virtual machine, kvmtool and qemu have in common the test arguments that are passed to the main() function. Add a