Re: [Qemu-devel] [PATCH v7 11/11] disas: Add capstone as submodule

2017-10-25 Thread Philippe Mathieu-Daudé
Hi Richard, >> On 10/21/2017 09:46 PM, Richard Henderson wrote: >>> Do not require the submodule, but use it if present. Allow the >>> command-line to override system or git submodule either way. >>> >>> Signed-off-by: Richard Henderson >>> --- >>> Makefile| 13 + >>> .gitmodule

Re: [Qemu-devel] [PATCH v7 11/11] disas: Add capstone as submodule

2017-10-24 Thread Richard Henderson
On 10/24/2017 06:45 PM, Philippe Mathieu-Daudé wrote: > Hi Richard, > > On 10/21/2017 09:46 PM, Richard Henderson wrote: >> Do not require the submodule, but use it if present. Allow the >> command-line to override system or git submodule either way. >> >> Signed-off-by: Richard Henderson >> ---

Re: [Qemu-devel] [PATCH v7 11/11] disas: Add capstone as submodule

2017-10-24 Thread Philippe Mathieu-Daudé
Hi Richard, On 10/21/2017 09:46 PM, Richard Henderson wrote: > Do not require the submodule, but use it if present. Allow the > command-line to override system or git submodule either way. > > Signed-off-by: Richard Henderson > --- > Makefile| 13 + > .gitmodules | 3 +++ > ca

[Qemu-devel] [PATCH v7 11/11] disas: Add capstone as submodule

2017-10-21 Thread Richard Henderson
Do not require the submodule, but use it if present. Allow the command-line to override system or git submodule either way. Signed-off-by: Richard Henderson --- Makefile| 13 + .gitmodules | 3 +++ capstone| 1 + configure | 60 +++