summary refs log tree commit diff stats
path: root/gitlab/issues/target_riscv/host_missing/accel_TCG/1823.toml
blob: 0153d32b0c768bb25e51c3091f54cd72357527da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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."""