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

2023-08-29 Thread Warner Losh
On Tue, Aug 29, 2023 at 5:57 PM Warner Losh wrote: > > > On Tue, Aug 29, 2023 at 5:35 PM Richard Henderson < > richard.hender...@linaro.org> wrote: > >> On 8/29/23 11:47, Warner Losh wrote: >> > Replace the slightly older version of this in include/qemu/compiler.h >> > that was commit as part of

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

2023-08-29 Thread Warner Losh
On Tue, Aug 29, 2023 at 5:35 PM Richard Henderson < richard.hender...@linaro.org> wrote: > On 8/29/23 11:47, 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 > > linux-user. bsd-user

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

2023-08-29 Thread Richard Henderson
On 8/29/23 11:47, 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 linux-user. bsd-user has no regreassions with this. Signed-off-by: Warner Losh Reviewed-by: Richard Henderson diff

[PATCH v2] 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 | 6 +- linux-user/qemu.h| 26 ---

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

2023-08-29 Thread Warner Losh
CC Peter Maywell CC Stefan Hajnoczi On Tue, Aug 29, 2023 at 12:51 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 newer one from > linux-user. bsd-user has no regreassions with this. > > Signed-o