On 7/14/26, 11:44 AM, "Vladimir Sementsov-Ogievskiy" 
<[email protected] <mailto:[email protected]>> wrote:


> + if (has_local_migration_supported) {
> + s->local_migration_supported = local_migration_supported;
> + }
> +
> + vmstate_register(VMSTATE_IF(s), VMSTATE_INSTANCE_ID_ANY, &vmstate_tap, s);
> +
> return s;
> }

A comment on vmstate_register says:

> * New code shouldn't be using this function as QOM-ified devices have
> * dc->vmsd to store the serialisation description.

Is it possible to use that interface here?


Reply via email to