Re: [kvm-unit-tests PATCH v3 00/16] arm/arm64: Add kvmtool to the runner script

2025-05-19 Thread Shaoqin Huang
Hi Alexandru, For this series, I've tested it, everything works good. On 5/7/25 11:12 PM, Alexandru Elisei wrote: v2 can be found here [1]. To goal is to allow the user to do: $ ./configure --target=kvmtool $ make clean && make $ ./run_tests.sh to run all the tests automatically with kvmtool

[kvm-unit-tests PATCH v3 00/16] arm/arm64: Add kvmtool to the runner script

2025-05-07 Thread Alexandru Elisei
v2 can be found here [1]. To goal is to allow the user to do: $ ./configure --target=kvmtool $ make clean && make $ ./run_tests.sh to run all the tests automatically with kvmtool. Reasons to use kvmtool: * kvmtool is smaller and a lot easier to hack than qemu, which means developers may prefer