Re: [PATCH v4 1/3] win32: remove usage of attribute gcc_struct

2025-01-13 Thread Michael S. Tsirkin
On Fri, Jan 10, 2025 at 12:33:59PM -0800, Pierrick Bouvier wrote: > This attribute is not recognized by clang. > > An investigation has been performed to ensure this attribute has no > effect on layout of structures we use in QEMU [1], so it's safe to > remove now. > > In the future, we'll forbid

[PATCH v4 1/3] win32: remove usage of attribute gcc_struct

2025-01-10 Thread Pierrick Bouvier
This attribute is not recognized by clang. An investigation has been performed to ensure this attribute has no effect on layout of structures we use in QEMU [1], so it's safe to remove now. In the future, we'll forbid introducing new bitfields in packed struct, as they are the one potentially imp