Re: [PATCH v13 4/7] s390x/cpu_topology: CPU topology migration

2022-12-13 Thread Pierre Morel
On 12/13/22 14:26, Christian Borntraeger wrote: Am 08.12.22 um 10:44 schrieb Pierre Morel: The migration can only take place if both source and destination of the migration both use or both do not use the CPU topology facility. We indicate a change in topology during migration postload for t

Re: [PATCH v13 4/7] s390x/cpu_topology: CPU topology migration

2022-12-13 Thread Christian Borntraeger
Am 08.12.22 um 10:44 schrieb Pierre Morel: The migration can only take place if both source and destination of the migration both use or both do not use the CPU topology facility. We indicate a change in topology during migration postload for the case the topology changed between source and dest

Re: [PATCH v13 4/7] s390x/cpu_topology: CPU topology migration

2022-12-12 Thread Pierre Morel
On 12/9/22 15:56, Cédric Le Goater wrote: On 12/8/22 10:44, Pierre Morel wrote: The migration can only take place if both source and destination of the migration both use or both do not use the CPU topology facility. We indicate a change in topology during migration postload for the case the

Re: [PATCH v13 4/7] s390x/cpu_topology: CPU topology migration

2022-12-11 Thread Pierre Morel
Sorry, I made an error in this patch that break the migration. On 12/8/22 10:44, Pierre Morel wrote: + +const VMStateDescription vmstate_cpu_topology = { +.name = "cpu_topology", +.version_id = 1, +.post_load = cpu_topology_postload, +.minimum_version_id = 1, +.needed = cpu_

Re: [PATCH v13 4/7] s390x/cpu_topology: CPU topology migration

2022-12-09 Thread Cédric Le Goater
On 12/8/22 10:44, Pierre Morel wrote: The migration can only take place if both source and destination of the migration both use or both do not use the CPU topology facility. We indicate a change in topology during migration postload for the case the topology changed between source and destinati

[PATCH v13 4/7] s390x/cpu_topology: CPU topology migration

2022-12-08 Thread Pierre Morel
The migration can only take place if both source and destination of the migration both use or both do not use the CPU topology facility. We indicate a change in topology during migration postload for the case the topology changed between source and destination. Signed-off-by: Pierre Morel --- t