All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] Update capstone module
@ 2019-05-23 20:49 Richard Henderson
  2019-05-23 20:49 ` [Qemu-devel] [PATCH v2 1/2] capstone: Update to master Richard Henderson
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Richard Henderson @ 2019-05-23 20:49 UTC (permalink / raw)
  To: qemu-devel; +Cc: alex.bennee, david

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.

Changes for v2:
  * Drop the installed directory change.  This does force a
    different include change when building from git.
  * Drop the s390 skipdata callback for now.


r~


Richard Henderson (2):
  capstone: Update to master
  capstone: Enable disassembly for s390x

 Makefile           | 1 +
 disas.c            | 3 +++
 target/s390x/cpu.c | 4 ++++
 capstone           | 2 +-
 configure          | 2 +-
 5 files changed, 10 insertions(+), 2 deletions(-)

-- 
2.17.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-05-31  8:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-23 20:49 [Qemu-devel] [PATCH v2 0/2] Update capstone module Richard Henderson
2019-05-23 20:49 ` [Qemu-devel] [PATCH v2 1/2] capstone: Update to master Richard Henderson
2019-05-23 20:49 ` [Qemu-devel] [PATCH v2 2/2] capstone: Enable disassembly for s390x Richard Henderson
     [not found] ` <155865586800.24.17673050455759130330@549697c9ad12>
2019-05-31  8:20   ` [Qemu-devel] [PATCH v2 0/2] Update capstone module Alex Bennée
2019-05-31  8:46     ` Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.