On Wed, Aug 30, 2023 at 8:55 AM Peter Maydell <[email protected]> wrote:
> On Wed, 30 Aug 2023 at 15:51, Warner Losh <[email protected]> wrote: > > > > For the moment, move PRAGMA_DISABLE_PACKED_WARNING and > > PRAGMA_ENABLE_PACKED_WARNING back to bsd-user/qemu.h. > > > > Of course, these should be in compiler.h, but that interferes with too > > many things at the moment, so take one step back to unbreak clang > > linux-user builds first. Use the exact same version that's in > > linux-user/qemu.h since that's what should be in compiler.h. > > --- > > bsd-user/qemu.h | 27 +++++++++++++++++++++++++++ > > include/qemu/compiler.h | 30 ------------------------------ > > 2 files changed, 27 insertions(+), 30 deletions(-) > > Yeah, let's un-break CI first and then think about a neater > thing afterwards. > Yea. And in 2 days I'll have minutes again and in 7 I'll be past a deadline at $WORK and have time to setup local gitlab CI... but trying to play whack-a-mole with this w/o either is going to take days... > Reviewed-by: Peter Maydell <[email protected]> > > thanks > -- PMM >
