On Tue, Feb 03, 2026 at 11:15:18AM +0100, Lukas Straub wrote:
> +void migration_test_add_colo(MigrationTestEnv *env)
> +{
> +    /*
> +     * COLO crashes with TCG accelerator.
> +     */
> +    if (!env->has_kvm) {

Lukas,

Per the discussion here:

https://lore.kernel.org/qemu-devel/20260206201050.6a692a34@penguin/

Do you think we can drop this line here with some proper fix in the code
instead?

> +        g_test_skip("COLO requires KVM accelerator");
> +        return;
> +    }

The test itself looks all good here otherwise. If this is the only reason
to respin, we can also do it as a follow up.

Thanks,

-- 
Peter Xu


Reply via email to