summary refs log tree commit diff stats
path: root/gitlab/issues/target_riscv/host_missing/accel_TCG/1823.toml
diff options
context:
space:
mode:
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.toml19
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 000000000..0153d32b0
--- /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."""