Re: [kvm-unit-tests PATCH v3 09/16] scripts: Add support for kvmtool

2025-05-19 Thread Shaoqin Huang
On 5/7/25 11:12 PM, Alexandru Elisei wrote: Teach the arm runner to use kvmtool when kvm-unit-tests has been configured appropriately. The test is ran using run_test_status(), and a 0 return code (which means success) is converted to 1, because kvmtool does not have a testdev device to return

Re: [kvm-unit-tests PATCH v3 09/16] scripts: Add support for kvmtool

2025-05-07 Thread Andrew Jones
On Wed, May 07, 2025 at 04:12:49PM +0100, Alexandru Elisei wrote: > Teach the arm runner to use kvmtool when kvm-unit-tests has been configured > appropriately. > > The test is ran using run_test_status(), and a 0 return code (which means > success) is converted to 1, because kvmtool does not have