qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: Gustavo Romero <gustavo.romero@linaro.org>
Cc: Richard Henderson <richard.henderson@linaro.org>, qemu-devel@nongnu.org
Subject: Re: [PATCH] disas: Fix build against Capstone v6 (again)
Date: Mon, 4 Nov 2024 13:40:05 +0000	[thread overview]
Message-ID: <CAFEAcA-EdpDCfde=zFPnq1uKOBk1qqe7wNh8dp6ziG_79o7vew@mail.gmail.com> (raw)
In-Reply-To: <8becca82-a708-4a19-9f67-92b4a418b6a3@linaro.org>

On Sat, 2 Nov 2024 at 17:46, Gustavo Romero <gustavo.romero@linaro.org> wrote:
>
> 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?

Sure; applied to target-arm.next, thanks.

-- PMM


      reply	other threads:[~2024-11-04 13:40 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
2024-11-04 13:40   ` Peter Maydell [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='CAFEAcA-EdpDCfde=zFPnq1uKOBk1qqe7wNh8dp6ziG_79o7vew@mail.gmail.com' \
    --to=peter.maydell@linaro.org \
    --cc=gustavo.romero@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).