On 09/05/19 01:35, Nadav Amit wrote: > I just hope that this support would convince you, and others, to prefer > (when possible) kvm-unit-tests over the selftest environment. kvm-unit-tests are not superseded by selftests; selftests are mostly meant to test the KVM API. While they are more easily debuggable than kvm-unit-tests, the benefit is not big enough to justify the effort of rewriting everything. Furthermore, being able to run kvm-unit-tests on bare metal is useful, even if it's not something that people commonly do, and consistent with KVM's design of not departing radically for what bare metal does. Thanks, Paolo