Re: [Qemu-devel] [PATCH 3/3] capstone: Enable disassembly for s390x

2019-05-23 Thread Richard Henderson
On 5/23/19 3:26 PM, Richard Henderson wrote: > On 5/22/19 10:42 PM, Richard Henderson wrote: >> Enable s390x, aka SYSZ, in the git submodule build. >> Set the capstone parameters for both s390x host and guest. >> Install a skipdata hook to keep capstone in sync with the >> instruction stream for

Re: [Qemu-devel] [PATCH 3/3] capstone: Enable disassembly for s390x

2019-05-23 Thread Richard Henderson
On 5/22/19 10:42 PM, Richard Henderson wrote: > Enable s390x, aka SYSZ, in the git submodule build. > Set the capstone parameters for both s390x host and guest. > Install a skipdata hook to keep capstone in sync with the > instruction stream for unknown opcodes. > > Signed-off-by: Richard

Re: [Qemu-devel] [PATCH 3/3] capstone: Enable disassembly for s390x

2019-05-23 Thread Richard Henderson
On 5/23/19 4:27 AM, David Hildenbrand wrote: > On 23.05.19 04:42, Richard Henderson wrote: >> Enable s390x, aka SYSZ, in the git submodule build. >> Set the capstone parameters for both s390x host and guest. >> Install a skipdata hook to keep capstone in sync with the >> instruction stream for

Re: [Qemu-devel] [PATCH 3/3] capstone: Enable disassembly for s390x

2019-05-23 Thread David Hildenbrand
On 23.05.19 04:42, Richard Henderson wrote: > Enable s390x, aka SYSZ, in the git submodule build. > Set the capstone parameters for both s390x host and guest. > Install a skipdata hook to keep capstone in sync with the > instruction stream for unknown opcodes. > > Signed-off-by: Richard Henderson

[Qemu-devel] [PATCH 3/3] capstone: Enable disassembly for s390x

2019-05-22 Thread Richard Henderson
Enable s390x, aka SYSZ, in the git submodule build. Set the capstone parameters for both s390x host and guest. Install a skipdata hook to keep capstone in sync with the instruction stream for unknown opcodes. Signed-off-by: Richard Henderson --- Makefile | 1 + disas.c|