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

2019-05-23 Thread Philippe Mathieu-Daudé
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. >

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

2019-05-23 Thread David Hildenbrand
On 23.05.19 04:42, Richard Henderson wrote: > Update to fbb20ea83c5a. Choose this over the 4.0.1 tag because > master now includes the s390x z13 vector opcodes. > > Signed-off-by: Richard Henderson > --- > capstone | 2 +- > configure | 1 + > 2 files changed, 2 insertions(+), 1 deletion(-) >

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

2019-05-22 Thread Richard Henderson
Update to fbb20ea83c5a. Choose this over the 4.0.1 tag because master now includes the s390x z13 vector opcodes. Signed-off-by: Richard Henderson --- capstone | 2 +- configure | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/capstone b/capstone index 22ead3e0bf..fbb20ea83c