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/1439.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/1439.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1439.toml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1439.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1439.toml deleted file mode 100644 index 591938948..000000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/1439.toml +++ /dev/null @@ -1,21 +0,0 @@ -id = 1439 -title = "QEMU crashes when there is an \"[accel]\" section in the config file" -state = "closed" -created_at = "2023-01-13T09:51:27.341Z" -closed_at = "2023-02-16T13:09:22.642Z" -labels = ["CLI", "kind::Bug", "workflow::In Progress"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/1439" -host-os = "Linux" -host-arch = "x86" -qemu-version = "current master branch (commit 3db29dcac23da)" -guest-os = "n/a" -guest-arch = "n/a" -description = """QEMU crashes with a segmentation fault if there is a "[accel]" section in the config file with a type="kvm" entry. It would be maybe still be OK if there was an error message instead, but it should certainly not crash.""" -reproduce = """``` -$ cat > /tmp/config <<EOF -[accel] -type = "kvm" -EOF -$ qemu-system-x86_64 -readconfig /tmp/config -```""" -additional = "n/a" |