]> xenbits.xensource.com Git - qemu-xen.git/commit
configure: Fix GDB version detection for GDB_HAS_MTE
authorGustavo Romero <gustavo.romero@linaro.org>
Tue, 13 Aug 2024 20:23:13 +0000 (21:23 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 16 Aug 2024 13:04:19 +0000 (14:04 +0100)
commit5f9ad35e044b9b295fa2ff1315c83c5f3faa3357
treecd01580a75218e66c9e44ddca79103f4348f0049
parent34a4ef1c5cc79bf924938b8cbd5f92146a23a7cb
configure: Fix GDB version detection for GDB_HAS_MTE

The test gdbstub/test-mte.py requires a GDB version that supports the
qIsAddressTagged packet. According to GDB NEWS [0], this packet was
first made available in the GDB 15.1 release, not in 15.0, so this
commit fixes it in configure.

[0] https://www.sourceware.org/gdb/news/

Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2477
Message-Id: <20240804161850.2646299-4-gustavo.romero@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240813202329.1237572-6-alex.bennee@linaro.org>
configure