Am Dienstag 25 Oktober 2011, 16:00:37 schrieb Juan Quintela: > This makes several changes: > - exports VMStateDescription vmstate_cpu non-static. > - makes sure that every cpu has a vmstate_cpu or cpu_save/load defined > - for the architecture that had nothing, it just register the cpu as > unmigratable. - Depending on CPU_SAVE_VERSION we register old/new > migration style
[..] > diff --git a/target-lm32/machine.c b/target-lm32/machine.c > index 70ca52a..9014a9f 100644 > --- a/target-lm32/machine.c > +++ b/target-lm32/machine.c > @@ -1,7 +1,7 @@ > #include "hw/hw.h" > #include "hw/boards.h" > > -static const VMStateDescription vmstate_cpu = { > +const VMStateDescription vmstate_cpu = { > .name = "cpu", > .version_id = CPU_SAVE_VERSION, > .minimum_version_id = 1, > diff --git a/target-m68k/machine.c b/target-m68k/machine.c > index e69de29..86b6fe9 100644 [..] Acked-by: Michael Walle <mich...@walle.cc> -- Michael