summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/graphic/1219
blob: 64c572cd604d1b754893386f7a69204ace06cd40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
graphic: 0.980
device: 0.922
instruction: 0.903
KVM: 0.867
mistranslation: 0.863
semantic: 0.748
network: 0.648
other: 0.589
vnc: 0.573
boot: 0.397
socket: 0.341
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`