Re: [kvm-unit-tests PATCH v3 16/16] scripts: Enable kvmtool

2025-05-07 Thread Andrew Jones
On Wed, May 07, 2025 at 04:12:56PM +0100, Alexandru Elisei wrote: > Everything is in place to run the tests using kvmtool: > > $ ./configure --target=kvmtool > $ make clean && make > $ KVMTOOL= ./run_tests.sh > > so enable it, and remove ERRATA_FORCE=y when configuring for kvmtool, > because the

[kvm-unit-tests PATCH v3 16/16] scripts: Enable kvmtool

2025-05-07 Thread Alexandru Elisei
Everything is in place to run the tests using kvmtool: $ ./configure --target=kvmtool $ make clean && make $ KVMTOOL= ./run_tests.sh so enable it, and remove ERRATA_FORCE=y when configuring for kvmtool, because the runner will generate and pass the correct environment to kvmtool. Missing is supp