On Mon, 16 May 2022 at 16:43, Thomas Huth <th...@redhat.com> wrote: > > According to > > > https://lore.kernel.org/qemu-devel/20200921174118.39352-1-richard.hender...@linaro.org/ > > there was an issue with Capstone 3 from Ubuntu 18. Now that we removed > support for Ubuntu 18.04, that issue should hopefully not bite us > anymore. Compiling with version 3.0.5 seems to work fine on other > systems, so let's allow that version again.
Commit bcf368626cb33c4d says the reason for requiring capstone >=4.0 was "We're about to use a portion of the 4.0 API", not "Ubuntu's specific capstone 3 is broken"... -- PMM