From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Richard Henderson <richard.henderson@linaro.org>, qemu-devel@nongnu.org
Cc: maobibo@loongson.cn
Subject: Re: [PATCH] util/bufferiszero: Split out host include files
Date: Thu, 6 Jun 2024 08:36:42 +0200 [thread overview]
Message-ID: <eef1ed0e-bbb3-4950-8224-1bc02dc81c87@linaro.org> (raw)
In-Reply-To: <20240606051441.111975-1-richard.henderson@linaro.org>
On 6/6/24 07:14, Richard Henderson wrote:
> Split out host/bufferiszero.h.inc for x86, aarch64 and generic
> in order to avoid an overlong ifdef ladder.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> host/include/aarch64/host/bufferiszero.h.inc | 76 ++++++++
> host/include/generic/host/bufferiszero.h.inc | 10 +
> host/include/i386/host/bufferiszero.h.inc | 124 ++++++++++++
> host/include/x86_64/host/bufferiszero.h.inc | 1 +
> util/bufferiszero.c | 191 +------------------
> 5 files changed, 212 insertions(+), 190 deletions(-)
> create mode 100644 host/include/aarch64/host/bufferiszero.h.inc
> create mode 100644 host/include/generic/host/bufferiszero.h.inc
> create mode 100644 host/include/i386/host/bufferiszero.h.inc
> create mode 100644 host/include/x86_64/host/bufferiszero.h.inc
Renaming the files as .c.inc:
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
prev parent reply other threads:[~2024-06-06 6:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-06 5:14 [PATCH] util/bufferiszero: Split out host include files Richard Henderson
2024-06-06 6: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=eef1ed0e-bbb3-4950-8224-1bc02dc81c87@linaro.org \
--to=philmd@linaro.org \
--cc=maobibo@loongson.cn \
--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).