All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Richard Henderson <richard.henderson@linaro.org>, qemu-devel@nongnu.org
Cc: thuth@redhat.com, ehabkost@redhat.com
Subject: Re: [PATCH v2 0/8] configure: Change to -std=gnu11
Date: Wed, 16 Jun 2021 15:04:40 +0200	[thread overview]
Message-ID: <a6f2f7e2-f0fc-4a14-4718-849d1d54b4a8@redhat.com> (raw)
In-Reply-To: <20210614233143.1221879-1-richard.henderson@linaro.org>

On 15/06/21 01:31, Richard Henderson wrote:
> Now that we assume gcc 7.5 as a minimum, we have the option of
> changing to a newer C standard.  The two major new features that
> I think apply are _Generic and _Static_assert.
> 
> While Paolo created a remarkably functional replacement for _Generic
> using builtins, the error messages that you get out of the keyword
> are *vastly* more intelligable, and the syntax is easier to read.
> 
> While I'd like to prefer _Static_assert over QEMU_BUILD_BUG_ON
> going forward, and would like to convert existing uses, that is
> a much bigger job.  Especially since the test condition is inverted.
> In the meantime, can drop the configure detection.
> 
> Changes for v2:
>    * Remove QEMU_LOCK_FUNC and QEMU_UNLOCK_FUNC as unused.
> 
> 
> r~
> 
> 
> 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(-)
> 

Queued, thanks.

Paolo



      parent reply	other threads:[~2021-06-16 13:07 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-14 23:31 [PATCH v2 0/8] configure: Change to -std=gnu11 Richard Henderson
2021-06-14 23:31 ` [PATCH v2 1/8] configure: Use -std=gnu11 Richard Henderson
2021-06-15  7:43   ` Thomas Huth
2021-06-15 10:10   ` Alex Bennée
2021-06-15 13:49   ` Philippe Mathieu-Daudé
2021-06-14 23:31 ` [PATCH v2 2/8] softfloat: Use _Generic instead of QEMU_GENERIC Richard Henderson
2021-06-15  7:48   ` Thomas Huth
2021-06-15 10:18   ` Alex Bennée
2021-06-14 23:31 ` [PATCH v2 3/8] util: Use real functions for thread-posix QemuRecMutex Richard Henderson
2021-06-15  7:50   ` Thomas Huth
2021-06-15 10:54   ` Alex Bennée
2021-06-14 23:31 ` [PATCH v2 4/8] util: Pass file+line to qemu_rec_mutex_unlock_impl Richard Henderson
2021-06-15 10:56   ` Alex Bennée
2021-06-15 13:51   ` Philippe Mathieu-Daudé
2021-06-14 23:31 ` [PATCH v2 5/8] util: Use unique type for QemuRecMutex in thread-posix.h Richard Henderson
2021-06-15  7:56   ` Thomas Huth
2021-06-15 10:57   ` Alex Bennée
2021-06-14 23:31 ` [PATCH v2 6/8] include/qemu/lockable: Use _Generic instead of QEMU_GENERIC Richard Henderson
2021-06-15 11:25   ` Alex Bennée
2021-06-14 23:31 ` [PATCH v2 7/8] qemu/compiler: Remove QEMU_GENERIC Richard Henderson
2021-06-15 11:26   ` Alex Bennée
2021-06-14 23:31 ` [PATCH v2 8/8] configure: Remove probe for _Static_assert Richard Henderson
2021-06-15  7:58   ` Thomas Huth
2021-06-15 10:29   ` Alex Bennée
2021-06-14 23:42 ` [PATCH v2 0/8] configure: Change to -std=gnu11 no-reply
2021-06-16 13:04 ` Paolo Bonzini [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a6f2f7e2-f0fc-4a14-4718-849d1d54b4a8@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=ehabkost@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    --cc=thuth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.