qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Kyle Evans" <kevans@freebsd.org>,
	"Richard Henderson" <richard.henderson@linaro.org>,
	"Warner Losh" <imp@bsdimp.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Hanna Reitz" <hreitz@redhat.com>,
	"Kevin Wolf" <kwolf@redhat.com>,
	qemu-block@nongnu.org,
	"Pierrick Bouvier" <pierrick.bouvier@linaro.org>,
	"Alex Bennée" <alex.bennee@linaro.org>
Subject: Re: [PATCH v3] qemu/compiler: Absorb 'clang-tsa.h'
Date: Mon, 17 Feb 2025 11:36:24 +0100	[thread overview]
Message-ID: <efcfc900-c928-4cdb-aca8-f187f18ef1fb@linaro.org> (raw)
In-Reply-To: <20250117170201.91182-1-philmd@linaro.org>

On 17/1/25 18:02, Philippe Mathieu-Daudé wrote:
> We already have "qemu/compiler.h" for compiler-specific arrangements,
> automatically included by "qemu/osdep.h" for each source file. No
> need to explicitly include a header for a Clang particularity.
> 
> Suggested-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
> Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
> Reviewed-by: Kevin Wolf <kwolf@redhat.com>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
>   bsd-user/qemu.h                  |   1 -
>   include/block/block_int-common.h |   1 -
>   include/block/graph-lock.h       |   2 -
>   include/exec/page-protection.h   |   2 -
>   include/qemu/clang-tsa.h         | 114 -------------------------------
>   include/qemu/compiler.h          |  87 +++++++++++++++++++++++
>   include/qemu/thread.h            |   1 -
>   block/create.c                   |   1 -
>   tests/unit/test-bdrv-drain.c     |   1 -
>   tests/unit/test-block-iothread.c |   1 -
>   util/qemu-thread-posix.c         |   1 -
>   11 files changed, 87 insertions(+), 125 deletions(-)
>   delete mode 100644 include/qemu/clang-tsa.h

Patch queued, thanks.


      parent reply	other threads:[~2025-02-17 10:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-17 17:02 [PATCH v3] qemu/compiler: Absorb 'clang-tsa.h' Philippe Mathieu-Daudé
2025-01-17 17:29 ` Richard Henderson
2025-02-17 10:36 ` Philippe Mathieu-Daudé [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=efcfc900-c928-4cdb-aca8-f187f18ef1fb@linaro.org \
    --to=philmd@linaro.org \
    --cc=alex.bennee@linaro.org \
    --cc=hreitz@redhat.com \
    --cc=imp@bsdimp.com \
    --cc=kevans@freebsd.org \
    --cc=kwolf@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=pierrick.bouvier@linaro.org \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    /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).