Re: [PATCH] linux-user: Move PRAGMA_DISABLE_PACKED_WARNING to compiler.h

2023-08-29 Thread Thomas Huth
On 29/08/2023 20.45, Warner Losh wrote: Replace the slightly older version of this in include/qemu/compiler.h that was commit as part of bsd-user changes with the newer one from s/commit/committed/ ? linux-user. bsd-user has no regreassions with this. s/regreassions/regressions/ Signed-of

[PATCH] linux-user: Move PRAGMA_DISABLE_PACKED_WARNING to compiler.h

2023-08-29 Thread Warner Losh
Replace the slightly older version of this in include/qemu/compiler.h that was commit as part of bsd-user changes with the newer one from linux-user. bsd-user has no regreassions with this. Signed-off-by: Warner Losh --- include/qemu/compiler.h | 3 +-- linux-user/qemu.h| 26 --

Re: [PATCH] linux-user: Move PRAGMA_DISABLE_PACKED_WARNING to compiler.h

2023-08-29 Thread Warner Losh
v1 should have had a comment removed, but didn't. v2 addresses that (should already be in your mailbox). Warner On Tue, Aug 29, 2023 at 12:48 PM Warner Losh wrote: > Replace the slightly older version of this in include/qemu/compiler.h > that was commit as part of bsd-user changes with the newe