diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/1219.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1219.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1219.toml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1219.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1219.toml deleted file mode 100644 index 7d3af0657..000000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/1219.toml +++ /dev/null @@ -1,23 +0,0 @@ -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" |