On 26/11/2024 22.17, 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 packed struct.
[1]
https://lore.kernel.org/qemu-devel/[email protected]/
Signed-off-by: Pierrick Bouvier <[email protected]>
---
meson.build | 5 -----
include/qemu/compiler.h | 7 +------
scripts/cocci-macro-file.h | 6 +-----
subprojects/libvhost-user/libvhost-user.h | 6 +-----
4 files changed, 3 insertions(+), 21 deletions(-)
Reviewed-by: Thomas Huth <[email protected]>