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_TCG/1823.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_TCG/1823.toml')
| -rw-r--r-- | gitlab/issues/target_riscv/host_missing/accel_TCG/1823.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gitlab/issues/target_riscv/host_missing/accel_TCG/1823.toml b/gitlab/issues/target_riscv/host_missing/accel_TCG/1823.toml new file mode 100644 index 00000000..0153d32b --- /dev/null +++ b/gitlab/issues/target_riscv/host_missing/accel_TCG/1823.toml @@ -0,0 +1,19 @@ +id = 1823 +title = "qemu-system-riscv64 Property 'virt-machine.aclint' not found" +state = "closed" +created_at = "2023-08-10T00:45:36.097Z" +closed_at = "2023-08-12T01:15:41.283Z" +labels = ["Regression", "accel: TCG", "target: riscv"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1823" +host-os = "NA" +host-arch = "x86_64" +qemu-version = "v8.1.0-rc2" +guest-os = "NA" +guest-arch = "riscv64" +description = """""" +reproduce = """1. run ./qemu-system-riscv64 -M virt,aclint=on +2. command output: +``` +qemu-system-riscv64: Property 'virt-machine.aclint' not found +```""" +additional = """The aclint property is registered in the virt_machine_class_init function and depends on the condition tcg_enabled(), but the initialization of tcg_enabled() is later than the call of virt_machine_class_init. This caused the aclint property to never be registered.""" |
