Re: [Qemu-devel] [PATCH v4 0/9] Support the Capstone disassembler

2017-10-12 Thread Richard Henderson
On 10/12/2017 05:34 AM, Peter Maydell wrote: > I think the "add as submodule" patch might want to be > revised in the light of the changes to handling of > submodules that the current UI pull request is making, > but are the first 8 patches here more or less ready to > go in? Yes, the first 8 are

Re: [Qemu-devel] [PATCH v4 0/9] Support the Capstone disassembler

2017-10-12 Thread Peter Maydell
On 28 September 2017 at 17:54, Richard Henderson wrote: > Changes since v3: > * Adjust how the submodule is detected and invoked. > - This should fix the reported patchew failure, > - Fixes e.g. -m32 "cross" compilation, or similar > abi-changing option sets. > > > r~ > > > Richard

[Qemu-devel] [PATCH v4 0/9] Support the Capstone disassembler

2017-09-28 Thread Richard Henderson
Changes since v3: * Adjust how the submodule is detected and invoked. - This should fix the reported patchew failure, - Fixes e.g. -m32 "cross" compilation, or similar abi-changing option sets. r~ Richard Henderson (9): target/i386: Convert to disas_set_info hook target/ppc: