From: Richard Henderson <richard.henderson@linaro.org>
To: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Cc: flwu@google.com, berrange@redhat.com, peter.maydell@linaro.org,
rkir@google.com
Subject: Re: [PATCH] include: move typeof_strip_qual to compiler.h, use it in QAPI_LIST_LENGTH()
Date: Tue, 25 Jun 2024 11:31:44 -0700 [thread overview]
Message-ID: <d7790078-80d8-4d02-82d1-7109040db81e@linaro.org> (raw)
In-Reply-To: <20240625111848.709176-1-pbonzini@redhat.com>
On 6/25/24 04:18, Paolo Bonzini wrote:
> The typeof_strip_qual() is most useful for the atomic fetch-and-modify
> operations in atomic.h, but it can be used elsewhere as well. For example,
> QAPI_LIST_LENGTH() assumes that the argument is not const, which is not a
> requirement.
>
> Move the macro to compiler.h and, while at it, move it under #ifndef
> __cplusplus to emphasize that it uses C-only constructs. A C++ version
> of typeof_strip_qual() using type traits is possible[1], but beyond the
> scope of this patch because the little C++ code that is in QEMU does not
> use QAPI.
>
> The patch was tested by changing the declaration of strv_from_str_list()
> in qapi/qapi-type-helpers.c to:
>
> char **strv_from_str_list(const strList *const list)
>
> This is valid C code, and it fails to compile without this change.
>
> [1]https://lore.kernel.org/qemu-devel/20240624205647.112034-1-flwu@google.com/
>
> Signed-off-by: Paolo Bonzini<pbonzini@redhat.com>
> ---
> include/qapi/util.h | 2 +-
> include/qemu/atomic.h | 42 -------------------------------------
> include/qemu/compiler.h | 46 +++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 47 insertions(+), 43 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
next prev parent reply other threads:[~2024-06-25 19:11 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-25 11:18 [PATCH] include: move typeof_strip_qual to compiler.h, use it in QAPI_LIST_LENGTH() Paolo Bonzini
2024-06-25 18:31 ` Richard Henderson [this message]
2024-06-25 19:12 ` Manos Pitsidianakis
2024-06-26 21:30 ` Roman Kiryanov
2024-06-26 21:32 ` Paolo Bonzini
2024-06-27 8:34 ` Manos Pitsidianakis
2024-06-27 8:48 ` Paolo Bonzini
2024-06-27 8:53 ` Manos Pitsidianakis
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=d7790078-80d8-4d02-82d1-7109040db81e@linaro.org \
--to=richard.henderson@linaro.org \
--cc=berrange@redhat.com \
--cc=flwu@google.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=rkir@google.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).