Re: [PATCH 2/3] capstone: Allow version 3.0.5 again

2022-05-16 Thread Richard Henderson
On 5/16/22 07:58, Thomas Huth 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. Compilin

Re: [PATCH 2/3] capstone: Allow version 3.0.5 again

2022-05-16 Thread Richard Henderson
On 5/16/22 12:22, Thomas Huth wrote: So it seems like really only the capstone 3.0.4 from Ubuntu 18.04 is broken, while this compiles fine with the capstone 3.0.5 from Ubuntu 20.04. I think my patches should be ok to apply now that we dropped support for Ubuntu 18.04. Yes, I think so. Especial

Re: [PATCH 2/3] capstone: Allow version 3.0.5 again

2022-05-16 Thread Thomas Huth
On 16/05/2022 21.14, Richard Henderson wrote: On 5/16/22 09:53, Peter Maydell wrote: https://lists.gnu.org/archive/html/qemu-devel/2020-09/msg07542.html Is that this one? https://lore.kernel.org/qemu-devel/87wo0no0wz@linaro.org/ Could well be. Did we find out why Ubuntu's capstone in

Re: [PATCH 2/3] capstone: Allow version 3.0.5 again

2022-05-16 Thread Richard Henderson
On 5/16/22 09:53, Peter Maydell wrote: https://lists.gnu.org/archive/html/qemu-devel/2020-09/msg07542.html Is that this one? https://lore.kernel.org/qemu-devel/87wo0no0wz@linaro.org/ Could well be. Did we find out why Ubuntu's capstone in particular fell over ? I vaguely recall that

Re: [PATCH 2/3] capstone: Allow version 3.0.5 again

2022-05-16 Thread Peter Maydell
On Mon, 16 May 2022 at 17:47, Richard Henderson wrote: > > On 5/16/22 08:46, Peter Maydell wrote: > > On Mon, 16 May 2022 at 16:43, Thomas Huth wrote: > >> > >> According to > >> > >> > >> https://lore.kernel.org/qemu-devel/20200921174118.39352-1-richard.hender...@linaro.org/ > >> > >> there w

Re: [PATCH 2/3] capstone: Allow version 3.0.5 again

2022-05-16 Thread Richard Henderson
On 5/16/22 08:46, Peter Maydell wrote: On Mon, 16 May 2022 at 16:43, Thomas Huth 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, tha

Re: [PATCH 2/3] capstone: Allow version 3.0.5 again

2022-05-16 Thread Peter Maydell
On Mon, 16 May 2022 at 16:43, Thomas Huth 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 b

[PATCH 2/3] capstone: Allow version 3.0.5 again

2022-05-16 Thread Thomas Huth
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