Peter Maydell <[email protected]> wrote: > The VMSTATE_STRUCT_POINTER macros are a bit odd in that they > must be passed an argument "FooType *" rather than just taking > the FooType. They're only used in one place, so it's easy to > tidy this up. This also lets us use the macro to replace the > hand-rolled VMSTATE_PTIMER. > > Signed-off-by: Peter Maydell <[email protected]>
Acked-by: Juan Quintela <[email protected]> > --- > Juan: would you be willing to add an entry to MAINTAINERS > for the migration code? I keep having to look your email > address up in the git history :-) Will sent on the next pull request.
