Re: [kvm-unit-tests PATCH v3 08/16] scripts: Add 'kvmtool_params' to test definition

2025-05-08 Thread Alexandru Elisei
Hi Drew, On Wed, May 07, 2025 at 06:28:04PM +0200, Andrew Jones wrote: > On Wed, May 07, 2025 at 04:12:48PM +0100, Alexandru Elisei wrote: > > arm/arm64 supports running tests under kvmtool, but kvmtool's syntax for > > running and configuring a virtual machine is different to qemu. To run > > tes

Re: [kvm-unit-tests PATCH v3 08/16] scripts: Add 'kvmtool_params' to test definition

2025-05-07 Thread Andrew Jones
On Wed, May 07, 2025 at 04:12:48PM +0100, Alexandru Elisei wrote: > arm/arm64 supports running tests under kvmtool, but kvmtool's syntax for > running and configuring a virtual machine is different to qemu. To run > tests using the automated test infrastructure, add a new test parameter, > 'kvmtool

[kvm-unit-tests PATCH v3 08/16] scripts: Add 'kvmtool_params' to test definition

2025-05-07 Thread Alexandru Elisei
arm/arm64 supports running tests under kvmtool, but kvmtool's syntax for running and configuring a virtual machine is different to qemu. To run tests using the automated test infrastructure, add a new test parameter, 'kvmtool_params'. The parameter serves the exact purpose as 'qemu_params', but usi