Message ID | 20170928165414.7339-1-richard.henderson@linaro.org |
---|---|
Headers | show |
Series | Support the Capstone disassembler | expand |
On 28 September 2017 at 17:54, Richard Henderson <richard.henderson@linaro.org> 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 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 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? My other issue with patch 9 is that I think all our submodules should be for git repos hosted on git.qemu.org (ie mirrored from somewhere else). So we should get capstone mirrored first and then use it. thanks -- PMM
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 ready. I'll fix up the 9th to follow the UI modules changes, and the new mirror. r~