qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gustavo Romero <gustavo.romero@linaro.org>
To: Richard Henderson <richard.henderson@linaro.org>,
	qemu-devel@nongnu.org, Peter Maydell <peter.maydell@linaro.org>
Subject: Re: [PATCH] disas: Fix build against Capstone v6 (again)
Date: Sat, 2 Nov 2024 14:46:00 -0300	[thread overview]
Message-ID: <8becca82-a708-4a19-9f67-92b4a418b6a3@linaro.org> (raw)
In-Reply-To: <20241022013047.830273-1-richard.henderson@linaro.org>

Hi Richard,

Sorry, I've missed that one and just found it when doing a
check before the soft freeze :)

On 10/21/24 22:30, Richard Henderson wrote:
> Like 9971cbac2f3, which set CAPSTONE_AARCH64_COMPAT_HEADER,
> also set CAPSTONE_SYSTEMZ_COMPAT_HEADER.  Fixes the build
> against capstone v6-alpha.
> 
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>   include/disas/capstone.h | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/include/disas/capstone.h b/include/disas/capstone.h
> index a11985151d..c43033f7f6 100644
> --- a/include/disas/capstone.h
> +++ b/include/disas/capstone.h
> @@ -4,6 +4,7 @@
>   #ifdef CONFIG_CAPSTONE
>   
>   #define CAPSTONE_AARCH64_COMPAT_HEADER
> +#define CAPSTONE_SYSTEMZ_COMPAT_HEADER
>   #include <capstone.h>
>   
>   #else


Reviewed-by: Gustavo Romero <gustavo.romero@linaro.org>

@Peter, would you mind adding this to your queue?


Cheers,
Gustavo


  reply	other threads:[~2024-11-02 17:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-22  1:30 [PATCH] disas: Fix build against Capstone v6 (again) Richard Henderson
2024-11-02 17:46 ` Gustavo Romero [this message]
2024-11-04 13:40   ` Peter Maydell

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=8becca82-a708-4a19-9f67-92b4a418b6a3@linaro.org \
    --to=gustavo.romero@linaro.org \
    --cc=peter.maydell@linaro.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).