Re: [PATCH v2 0/4] linux-user: Fix getdents alignment issues (#704)

2021-11-22 Thread Laurent Vivier
Le 14/11/2021 à 11:35, Richard Henderson a écrit : There are a number of alignement issues flagged up by clang, this attempts to fix only one of them: getdents. Changes for v2: * Do not QEMU_BUILD_BUG_ON for size mismatch, as this triggers for i386 host. r~ Richard Henderson (4): l

[PATCH v2 0/4] linux-user: Fix getdents alignment issues (#704)

2021-11-14 Thread Richard Henderson
There are a number of alignement issues flagged up by clang, this attempts to fix only one of them: getdents. Changes for v2: * Do not QEMU_BUILD_BUG_ON for size mismatch, as this triggers for i386 host. r~ Richard Henderson (4): linux-user: Split out do_getdents, do_getdents64 linux-