diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_riscv/host_missing/accel_missing/2486.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_riscv/host_missing/accel_missing/2486.toml')
| -rw-r--r-- | gitlab/issues/target_riscv/host_missing/accel_missing/2486.toml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gitlab/issues/target_riscv/host_missing/accel_missing/2486.toml b/gitlab/issues/target_riscv/host_missing/accel_missing/2486.toml new file mode 100644 index 00000000..809650d1 --- /dev/null +++ b/gitlab/issues/target_riscv/host_missing/accel_missing/2486.toml @@ -0,0 +1,22 @@ +id = 2486 +title = "RISC-V Regression: QEMU_CPU=f=false,zfinx=true gives misleading error message" +state = "closed" +created_at = "2024-08-06T18:03:57.819Z" +closed_at = "2024-10-03T09:31:50.207Z" +labels = ["target: riscv"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2486" +host-os = "Ubuntu 22.04.4 LTS (Jammy)" +host-arch = "x86" +qemu-version = "v9.1.0-rc0" +guest-os = "QEMU user mode" +guest-arch = "RISC-V" +description = """The f extension looks like it should be toggle-able using qemu_cpu since it doesn't throw error messages when specified. +Disabling the extension using f=false does not actually disable it as shown by the zfinx error message. +Eg. Unsupported extension is explicitly rejected +``` +> QEMU_CPU=rv64,j=false ./qemu-riscv64 test.out +qemu-riscv64: can't apply global rv64-riscv-cpu.j=false: Property 'rv64-riscv-cpu.j' not found +```""" +reproduce = """1. Compile any riscv binary like: `int main() {}` +2. Execute using `QEMU_CPU=rv64,zfinx=true,f=false ./qemu-riscv64 test.out`""" +additional = "n/a" |