marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau <marcandre.lur...@redhat.com> > > The types are no longer used in bswap.h since commit > f930224fffe ("bswap.h: Remove unused float-access functions"), there > isn't much sense in keeping it there and having a dependency on fpu/. > > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com>
> diff --git a/migration/vmstate-types.c b/migration/vmstate-types.c > index bf4d440308ea..e83bfccb9ecf 100644 > --- a/migration/vmstate-types.c > +++ b/migration/vmstate-types.c > @@ -11,6 +11,7 @@ > */ > > #include "qemu/osdep.h" > +#include "qemu/cpu-float.h" > #include "qemu-file.h" > #include "migration.h" > #include "migration/vmstate.h" Reviewed-by: Juan Quintela <quint...@redhat.com> I think that the rest of the patch is also correct, but as there are other maintainers involved.