Skip to content

Commit 57a00f8

Browse files
committed
arcv: Turn off zfa in QEMU guides for QEMU 9.0
Signed-off-by: Yuriy Kolerov <ykolerov@synopsys.com>
1 parent a7bba4a commit 57a00f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/arcv/qemu.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ $ qemu-system-riscv32 \
9999
-semihosting \
100100
-nographic \
101101
-machine virt \
102-
-cpu rv32,f=off,d=off,zce=on,zba=on,zbb=on,zbs=on \
102+
-cpu rv32,f=off,zfa=off,d=off,zce=on,zba=on,zbb=on,zbs=on \
103103
-bios none \
104104
-kernel args.elf \
105105
-append "one two three"
@@ -136,7 +136,7 @@ $ qemu-system-riscv32 \
136136
-semihosting \
137137
-nographic \
138138
-machine virt \
139-
-cpu rv32,f=off,d=off,zce=on,zba=on,zbb=on,zbs=on \
139+
-cpu rv32,f=off,zfa=off,d=off,zce=on,zba=on,zbb=on,zbs=on \
140140
-bios none \
141141
-kernel args.elf \
142142
-append "one two three"
@@ -173,7 +173,7 @@ $ qemu-system-riscv32 \
173173
-semihosting \
174174
-nographic \
175175
-machine virt \
176-
-cpu rv32,f=off,d=off,m=on,a=on,zca=on,zcb=on,zcmp=on,zba=on,zbb=on,zbs=on \
176+
-cpu rv32,f=off,zfa=off,d=off,m=on,a=on,zca=on,zcb=on,zcmp=on,zba=on,zbb=on,zbs=on \
177177
-bios none \
178178
-kernel args.elf \
179179
-append "one two three"
@@ -211,7 +211,7 @@ $ qemu-system-riscv64 \
211211
-semihosting \
212212
-nographic \
213213
-machine virt \
214-
-cpu rv64,f=off,d=off,m=on,a=on,zca=on,zcb=on,zba=on,zbb=on,zbs=on \
214+
-cpu rv64,f=off,zfa=off,d=off,m=on,a=on,zca=on,zcb=on,zba=on,zbb=on,zbs=on \
215215
-bios none \
216216
-kernel args.elf \
217217
-append "one two three"
@@ -255,7 +255,7 @@ $ qemu-system-riscv32 \
255255
-semihosting \
256256
-nographic \
257257
-machine virt \
258-
-cpu rv32,f=off,d=off,zce=on,zba=on,zbb=on,zbs=on \
258+
-cpu rv32,f=off,zfa=off,d=off,zce=on,zba=on,zbb=on,zbs=on \
259259
-bios none \
260260
-kernel args.elf \
261261
-append "one two three" \

0 commit comments

Comments
 (0)