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. Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
