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."""