aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg
diff options
context:
space:
mode:
authorChristoph Müllner <christoph.muellner@vrull.eu>2024-02-29 19:06:56 +0100
committerAlistair Francis <alistair.francis@wdc.com>2024-03-08 20:48:03 +1000
commite73d59675ded3690893550777056412be95ea16f (patch)
treea58267de0cb03c28732511cb11234a6914709ac6 /tests/tcg
parent4f1a53b362c52707c100c493a5a67108f62d65b1 (diff)
downloadqemu-e73d59675ded3690893550777056412be95ea16f.zip
qemu-e73d59675ded3690893550777056412be95ea16f.tar.gz
qemu-e73d59675ded3690893550777056412be95ea16f.tar.bz2
tests: riscv64: Use 'zfa' instead of 'Zfa'
Running test-fcvtmod triggers the following deprecation warning: warning: CPU property 'Zfa' is deprecated. Please use 'zfa' instead Let's fix that. Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20240229180656.1208881-1-christoph.muellner@vrull.eu> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'tests/tcg')
-rw-r--r--tests/tcg/riscv64/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcg/riscv64/Makefile.target b/tests/tcg/riscv64/Makefile.target
index a7e390c..4da5b9a 100644
--- a/tests/tcg/riscv64/Makefile.target
+++ b/tests/tcg/riscv64/Makefile.target
@@ -17,4 +17,4 @@ run-test-aes: QEMU_OPTS += -cpu rv64,zk=on
TESTS += test-fcvtmod
test-fcvtmod: CFLAGS += -march=rv64imafdc
test-fcvtmod: LDFLAGS += -static
-run-test-fcvtmod: QEMU_OPTS += -cpu rv64,d=true,Zfa=true
+run-test-fcvtmod: QEMU_OPTS += -cpu rv64,d=true,zfa=true