summary refs log tree commit diff stats
path: root/results/classifier/108/other/1823
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/108/other/1823')
-rw-r--r--results/classifier/108/other/182326
1 files changed, 26 insertions, 0 deletions
diff --git a/results/classifier/108/other/1823 b/results/classifier/108/other/1823
new file mode 100644
index 000000000..59d9de23e
--- /dev/null
+++ b/results/classifier/108/other/1823
@@ -0,0 +1,26 @@
+graphic: 0.779
+device: 0.737
+network: 0.504
+semantic: 0.351
+debug: 0.348
+vnc: 0.301
+PID: 0.271
+socket: 0.228
+boot: 0.181
+KVM: 0.168
+files: 0.163
+performance: 0.096
+permissions: 0.077
+other: 0.047
+
+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.