summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/kvm/1219
blob: a2d0c70008c9ab796a580d2a7f3e5a75078665a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--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`