2013/3/2 Sanjay Lal <sanjayl@xxxxxxxxxxx>: > +static void gt64xxx_save(QEMUFile *f, void *opaque) > +{ > + GT64120State *s = opaque; > + > + /* CPU Configuration */ > + qemu_put_be32s(f, &s->regs[GT_CPU]); > + qemu_put_be32s(f, &s->regs[GT_MULTI]); Definitely no new save/load functions like this in new code, please. Use a VMState struct. thanks -- PMM -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html