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

2025-05-20 Thread Shaoqin Huang
On 5/7/25 11:12 PM, 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 runner will generate and pass the

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