From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: berrange@redhat.com, kraxel@redhat.com
Subject: [Qemu-devel] [PATCH v6 0/9] Support the Capstone disassembler
Date: Thu, 19 Oct 2017 08:51:37 -0700 [thread overview]
Message-ID: <20171019155146.30434-1-richard.henderson@linaro.org> (raw)
Changes since v5:
* Rearranged how we choose git submodule vs system installed library.
By default, the system library will be used, if present;
Followed by git submodule, if present;
Followed by not-git submodule, if for some reason a tarball contained it.
* Force the decision one way or another from the command-line:
--enable-capstone=system
--enable-capstone=git.
r~
Richard Henderson (9):
target/i386: Convert to disas_set_info hook
target/ppc: Convert to disas_set_info hook
disas: Remove unused flags arguments
disas: Support the Capstone disassembler library
i386: Support Capstone in disas_set_info
arm: Support Capstone in disas_set_info
ppc: Support Capstone in disas_set_info
disas: Remove monitor_disas_is_physical
disas: Add capstone as submodule
Makefile | 13 ++
include/disas/bfd.h | 4 +
include/disas/capstone.h | 38 ++++++
include/disas/disas.h | 4 +-
include/exec/log.h | 4 +-
disas.c | 308 ++++++++++++++++++++++++++++++------------
monitor.c | 29 +---
target/alpha/translate.c | 2 +-
target/arm/cpu.c | 21 ++-
target/arm/translate-a64.c | 3 +-
target/arm/translate.c | 3 +-
target/cris/translate.c | 3 +-
target/hppa/translate.c | 2 +-
target/i386/cpu.c | 19 +++
target/i386/translate.c | 8 +-
target/lm32/translate.c | 2 +-
target/m68k/translate.c | 2 +-
target/microblaze/translate.c | 2 +-
target/mips/translate.c | 2 +-
target/nios2/translate.c | 2 +-
target/openrisc/translate.c | 2 +-
target/ppc/translate.c | 5 +-
target/ppc/translate_init.c | 27 ++++
target/s390x/translate.c | 2 +-
target/sh4/translate.c | 2 +-
target/sparc/translate.c | 2 +-
target/tricore/translate.c | 2 +-
target/unicore32/translate.c | 2 +-
target/xtensa/translate.c | 2 +-
.gitmodules | 3 +
capstone | 1 +
configure | 61 +++++++++
32 files changed, 431 insertions(+), 151 deletions(-)
create mode 100644 include/disas/capstone.h
create mode 160000 capstone
--
2.13.6
next reply other threads:[~2017-10-19 15:51 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-19 15:51 Richard Henderson [this message]
2017-10-19 15:51 ` [Qemu-devel] [PATCH v6 1/9] target/i386: Convert to disas_set_info hook Richard Henderson
2017-10-19 15:51 ` [Qemu-devel] [PATCH v6 2/9] target/ppc: " Richard Henderson
2017-10-19 15:51 ` [Qemu-devel] [PATCH v6 3/9] disas: Remove unused flags arguments Richard Henderson
2017-10-19 15:51 ` [Qemu-devel] [PATCH v6 4/9] disas: Support the Capstone disassembler library Richard Henderson
2017-10-19 15:51 ` [Qemu-devel] [PATCH v6 5/9] i386: Support Capstone in disas_set_info Richard Henderson
2017-10-19 15:51 ` [Qemu-devel] [PATCH v6 6/9] arm: " Richard Henderson
2017-10-19 15:51 ` [Qemu-devel] [PATCH v6 7/9] ppc: " Richard Henderson
2017-10-19 15:51 ` [Qemu-devel] [PATCH v6 8/9] disas: Remove monitor_disas_is_physical Richard Henderson
2017-10-19 15:51 ` [Qemu-devel] [PATCH v6 9/9] disas: Add capstone as submodule Richard Henderson
2017-10-19 15:54 ` [Qemu-devel] [PATCH v6 0/9] Support the Capstone disassembler Peter Maydell
2017-10-19 16:03 ` Daniel P. Berrange
2017-10-19 16:58 ` no-reply
2017-10-21 15:59 ` no-reply
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=20171019155146.30434-1-richard.henderson@linaro.org \
--to=richard.henderson@linaro.org \
--cc=berrange@redhat.com \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.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).