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

2024-11-28 Thread Richard Henderson
On 11/28/24 14:15, 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 introducing new bitfields in packe

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

2024-11-28 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