On Sun, Jan 25, 2026 at 09:40:11PM +0100, Lukas Straub wrote:
> +void migration_test_add_colo(MigrationTestEnv *env)
> +{
> + if (!env->has_kvm) {
> + g_test_skip("COLO requires KVM accelerator");
> + return;
> + }I'm OK if you want to explicitly bypass others, but could you explanation why? Thanks, -- Peter Xu
