Re: [kvm-unit-tests PATCH 9/9] migration: add a migration selftest

2023-12-22 Thread Claudio Imbrenda
On Fri, 22 Dec 2023 23:50:48 +1000 Nicholas Piggin wrote: > Add a selftest for migration support in guest library and test harness > code. It performs migrations a tight loop to irritate races, and has > flushed out several bugs in developing in the complicated test harness > migration code alre

[kvm-unit-tests PATCH 9/9] migration: add a migration selftest

2023-12-22 Thread Nicholas Piggin
Add a selftest for migration support in guest library and test harness code. It performs migrations a tight loop to irritate races, and has flushed out several bugs in developing in the complicated test harness migration code already. Signed-off-by: Nicholas Piggin --- arm/Makefile.common