summary refs log tree commit diff stats
path: root/results/classifier/118/graphic/1219
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/118/graphic/1219')
-rw-r--r--results/classifier/118/graphic/121943
1 files changed, 43 insertions, 0 deletions
diff --git a/results/classifier/118/graphic/1219 b/results/classifier/118/graphic/1219
new file mode 100644
index 000000000..4de3f292c
--- /dev/null
+++ b/results/classifier/118/graphic/1219
@@ -0,0 +1,43 @@
+graphic: 0.980
+device: 0.922
+KVM: 0.867
+mistranslation: 0.863
+debug: 0.803
+semantic: 0.748
+peripherals: 0.658
+network: 0.648
+files: 0.634
+architecture: 0.603
+vnc: 0.573
+PID: 0.560
+permissions: 0.557
+performance: 0.538
+hypervisor: 0.438
+register: 0.434
+TCG: 0.416
+boot: 0.397
+i386: 0.362
+socket: 0.341
+virtual: 0.340
+user-level: 0.320
+risc-v: 0.288
+ppc: 0.288
+VMM: 0.277
+kernel: 0.259
+x86: 0.258
+arm: 0.242
+assembly: 0.162
+
+--enable-kvm not work for riscv64-softmmu
+Description of problem:
+I want to enable kvm for qemu-system-riscv64, so I compile it with `--enable-kvm` as above. But the log shows
+
+```sh
+  Targets and accelerators
+    KVM support                  : NO
+```
+
+And also compiled qemu-system-riscv64 does not support kvm.
+Steps to reproduce:
+1. clone the repo
+2. `./configure --target-list=riscv64-softmmu --enable-kvm`