diff options
Diffstat (limited to 'results/classifier/deepseek-2/output/hypervisor/1823')
| -rw-r--r-- | results/classifier/deepseek-2/output/hypervisor/1823 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/results/classifier/deepseek-2/output/hypervisor/1823 b/results/classifier/deepseek-2/output/hypervisor/1823 deleted file mode 100644 index acc1250ee..000000000 --- a/results/classifier/deepseek-2/output/hypervisor/1823 +++ /dev/null @@ -1,12 +0,0 @@ - -qemu-system-riscv64 Property 'virt-machine.aclint' not found -Description of problem: - -Steps to reproduce: -1. run ./qemu-system-riscv64 -M virt,aclint=on -2. command output: -``` -qemu-system-riscv64: Property 'virt-machine.aclint' not found -``` -Additional information: -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. |