[PATCH 0/3] configure: Bump GDB detection version for GDB_HAS_MTE

Gustavo Romero posted 3 patches 3 months, 3 weeks ago
configure | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
[PATCH 0/3] configure: Bump GDB detection version for GDB_HAS_MTE
Posted by Gustavo Romero 3 months, 3 weeks ago
The main goal of this tiny series is to bump from 15.0. to 15.1 the GDB
version used for setting GDB_HAS_MTE=y to correctly detect GDB versions
that support all the packets necessary to run the QEMU gdbstub MTE tests
in user mode, resolving issue 2447 [0].

I took the chance to fix a bug in configure also regarding GDB_HAS_MTE,
which was being set even if the GDB available in the build env. does not
support the Aarch64 arch.

Cheers,
Gustavo

[0] https://gitlab.com/qemu-project/qemu/-/issues/2477

Gustavo Romero (3):
  configure: Fix arch detection for GDB_HAS_MTE
  configure: Avoid use of param. expansion when using gdb_version
  configure: Fix GDB version detection for GDB_HAS_MTE

 configure | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

-- 
2.34.1
Re: [PATCH 0/3] configure: Bump GDB detection version for GDB_HAS_MTE
Posted by Alex Bennée 3 months, 2 weeks ago
Gustavo Romero <gustavo.romero@linaro.org> writes:

> The main goal of this tiny series is to bump from 15.0. to 15.1 the GDB
> version used for setting GDB_HAS_MTE=y to correctly detect GDB versions
> that support all the packets necessary to run the QEMU gdbstub MTE tests
> in user mode, resolving issue 2447 [0].
>
> I took the chance to fix a bug in configure also regarding GDB_HAS_MTE,
> which was being set even if the GDB available in the build env. does not
> support the Aarch64 arch.

Queued to for-9.1/misc-fixes, thanks.

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro