Files
qemu-qemu-1/qom
Philippe Mathieu-Daudé e93189469a qom/object: Remove pre-C11 check
We mandate a compiler supporting C11 since 2021-06-15 in
commit d22797ce36 ("configure: Use -std=gnu11"), thus the
max_align_t type definition exists. Remove what is now dead
code.

Note, C11 provides aligned_alloc(). Using it is left as a
future cleanup step.

Signed-off-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20260615091308.4458-3-philmd@oss.qualcomm.com>
2026-06-18 14:27:04 +02:00
..
2025-01-09 18:16:24 +01:00
2026-06-18 14:27:04 +02:00