Andreas Färber <afaer...@suse.de> wrote: > In comparison to DeviceClass::vmsd, CPU VMState is split in two, > "cpu_common" and "cpu", and uses cpu_index as instance_id instead of -1. > Therefore add a CPU-specific CPUClass::vmsd field. > > Unlike the legacy CPUArchState registration, rather register CPUState. > > Signed-off-by: Juan Quintela <quint...@redhat.com> > Signed-off-by: Andreas Färber <afaer...@suse.de>
As said by Andreas, any arch that has no cpu migration support has no hope for migration. Later, Juan.