Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-14 | migration: Fix compilation with older compilers | Juan Quintela | |
That typedefs are needed on both files. New compilers (F25 where I work) don't complain about repeating a typedef. But older ones complain. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Greg Kurz <groug@kaod.org> | |||
2017-06-13 | migration: Split registration functions from vmstate.h | Juan Quintela | |
They are indpendent, and nowadays almost every device register things with qdev->vmsd. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Peter Xu <peterx@redhat.com> |