Re: [Qemu-devel] [PATCH] capstone: Support capstone/capstone.h

2019-04-01 Thread Stephen Checkoway
On Apr 1, 2019, at 21:28, Richard Henderson wrote: > Thanks. We should probably update our submodule to the v4 release as well. Is that something that you want with this patch? -- Stephen Checkoway

Re: [Qemu-devel] [PATCH] capstone: Support capstone/capstone.h

2019-04-01 Thread Richard Henderson
On 4/2/19 5:07 AM, Stephen Checkoway wrote: > Starting with version 4 of capstone, the header files live in the > `$prefix/include/capstone` directory. > > This modifies the configure script to check for if > cannot be found. > > Signed-off-by: Stephen Checkoway > --- > configure

[Qemu-devel] [PATCH] capstone: Support capstone/capstone.h

2019-04-01 Thread Stephen Checkoway
Starting with version 4 of capstone, the header files live in the `$prefix/include/capstone` directory. This modifies the configure script to check for if cannot be found. Signed-off-by: Stephen Checkoway --- configure| 9 + include/disas/capstone.h | 4 2 files c