Re: [PATCH 28/32] Move CPU softfloat unions to cpu-float.h

2022-03-25 Thread Juan Quintela
marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > 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

[PATCH 28/32] Move CPU softfloat unions to cpu-float.h

2022-03-23 Thread marcandre . lureau
From: Marc-André Lureau 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 --- include/qemu/bswap.h | 60 --