From 4b927bc37359dec23f67d3427fc982945f24f404 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Wed, 21 May 2025 21:21:26 +0200 Subject: add gitlab issues in toml format --- .../host_missing/accel_missing/1439.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 gitlab/issues/target_missing/host_missing/accel_missing/1439.toml (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1439.toml') diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1439.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1439.toml new file mode 100644 index 00000000..59193894 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1439.toml @@ -0,0 +1,21 @@ +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 <