]> git.proxmox.com Git - mirror_qemu.git/commit
configure: bump the minimum gdb version for check-tcg to 9.1
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 2 Feb 2021 13:39:53 +0000 (13:39 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 8 Feb 2021 09:41:00 +0000 (09:41 +0000)
commitd6a66c811edacd59b7b414474f30cc5a4dce32a1
tree5d3220cffb3c9fea74d41b4a75731af08a003a31
parent2df52b9bfdf0c4f4fc4103e837d6f59488832795
configure: bump the minimum gdb version for check-tcg to 9.1

For SVE, currently the bulk of the GDB TCG tests, we need at least GDB
9.1 to support the "ieee_half" data type we report. This only affects
when GDB tests are run; users can still use lower versions of gdb as
long as they aren't talking to an SVE enabled model. The work around
is to either get a newer gdb or disable SVE for their CPU model.

Reported-by: Claudio Fontana <cfontana@suse.de>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Luis Machado <luis.machado@linaro.org>
Message-Id: <20210202134001.25738-9-alex.bennee@linaro.org>
configure