blob: 7d3af0657347e28c85abfe0e2193544d091ec9e6 (
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
|
id = 1219
title = "--enable-kvm not work for riscv64-softmmu"
state = "closed"
created_at = "2022-09-19T13:49:49.504Z"
closed_at = "2022-09-19T19:43:26.062Z"
labels = []
url = "https://gitlab.com/qemu-project/qemu/-/issues/1219"
host-os = "Ubuntu 18.04"
host-arch = "x86"
qemu-version = "7.1.0 or 7.0.0"
guest-os = "n/a"
guest-arch = "n/a"
description = """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."""
reproduce = """1. clone the repo
2. `./configure --target-list=riscv64-softmmu --enable-kvm`"""
additional = "n/a"
|