[Qemu-devel] [PATCH 0/3] Update capstone module

Richard Henderson posted 3 patches 4 years, 10 months ago
Test FreeBSD passed
Test docker-clang@ubuntu passed
Test s390x passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190523024229.1158-1-richard.henderson@linaro.org
Maintainers: Richard Henderson <rth@twiddle.net>, David Hildenbrand <david@redhat.com>, Cornelia Huck <cohuck@redhat.com>
There is a newer version of this series
Makefile                 |  1 +
include/disas/capstone.h |  4 ++++
disas.c                  | 40 ++++++++++++++++++++++++++++++++++++++++
target/s390x/cpu.c       |  4 ++++
capstone                 |  2 +-
configure                |  7 +++++++
6 files changed, 57 insertions(+), 1 deletion(-)
[Qemu-devel] [PATCH 0/3] Update capstone module
Posted by Richard Henderson 4 years, 10 months ago
There has recently been some good progress in the upstream
capstone repository, syncing the instruction sets from the
(further) upstream llvm.

In particular, there are Power9 and System z13 instructions.
Both of which were missing from our current snapshot and from
our (ancient) binutils opcodes snapshots.


r~


Richard Henderson (3):
  capstone: Adjust include of capstone.h
  capstone: Update to master
  capstone: Enable disassembly for s390x

 Makefile                 |  1 +
 include/disas/capstone.h |  4 ++++
 disas.c                  | 40 ++++++++++++++++++++++++++++++++++++++++
 target/s390x/cpu.c       |  4 ++++
 capstone                 |  2 +-
 configure                |  7 +++++++
 6 files changed, 57 insertions(+), 1 deletion(-)

-- 
2.17.1