The following changes since commit 1ea06abceec61b6f3ab33dadb0510b6e09fb61e2:
Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-request' into staging (2021-06-14 15:59:13 +0100) are available in the Git repository at: https://gitlab.com/rth7680/qemu.git tags/pull-c11-20210615 for you to fetch changes up to c7a7cb5692690ad621b6eb2d1c7256907ff45d67: configure: Remove probe for _Static_assert (2021-06-15 18:31:00 -0700) ---------------------------------------------------------------- Change to -std=gnu11. Replace QEMU_GENERIC with _Generic. Remove configure detect of _Static_assert. ---------------------------------------------------------------- Richard Henderson (8): configure: Use -std=gnu11 softfloat: Use _Generic instead of QEMU_GENERIC util: Use real functions for thread-posix QemuRecMutex util: Pass file+line to qemu_rec_mutex_unlock_impl util: Use unique type for QemuRecMutex in thread-posix.h include/qemu/lockable: Use _Generic instead of QEMU_GENERIC qemu/compiler: Remove QEMU_GENERIC configure: Remove probe for _Static_assert configure | 22 +---------- meson.build | 2 +- include/qemu/compiler.h | 51 ------------------------- include/qemu/lockable.h | 90 +++++++++++++++++++++------------------------ include/qemu/thread-posix.h | 14 ++++--- include/qemu/thread-win32.h | 6 --- include/qemu/thread.h | 15 +++++++- fpu/softfloat.c | 16 +++++--- util/qemu-thread-posix.c | 24 +++++++++++- util/qemu-thread-win32.c | 2 +- 10 files changed, 98 insertions(+), 144 deletions(-)