qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2/3] capstone: Update to master


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] [PATCH 2/3] capstone: Update to master
Date: Thu, 23 May 2019 13:14:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

On 5/23/19 4:42 AM, Richard Henderson wrote:
> Update to fbb20ea83c5a.  Choose this over the 4.0.1 tag because
> master now includes the s390x z13 vector opcodes.

Cool! I was watching few fixed issues on the capstone repo, which are
now fixed in QEMU too :)

Various riscv/arm64 improvement too.

> Signed-off-by: Richard Henderson <address@hidden>

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Philippe Mathieu-Daudé <address@hidden>

> ---
>  capstone  | 2 +-
>  configure | 1 +
>  2 files changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/capstone b/capstone
> index 22ead3e0bf..fbb20ea83c 160000
> --- a/capstone
> +++ b/capstone
> @@ -1 +1 @@
> -Subproject commit 22ead3e0bfdb87516656453336160e0a37b066bf
> +Subproject commit fbb20ea83c5af4f29b40c17fbadb1f71b0a08fae
> diff --git a/configure b/configure
> index eec7f061c3..a2e4636a34 100755
> --- a/configure
> +++ b/configure
> @@ -5016,6 +5016,7 @@ case "$capstone" in
>        LIBCAPSTONE=libcapstone.a
>      fi
>      LIBS="-L\$(BUILD_DIR)/capstone -lcapstone $LIBS"
> +    capstone_capstone_h=yes
>      ;;
>  
>    system)
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]