summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1240.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:07 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:17 +0200
commit9260319e7411ff8281700a532caa436f40120ec4 (patch)
tree2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/1240.toml
parent225caa38269323af1bfc2daadff5ec8bd930747f (diff)
downloadqemu-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/1240.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/1240.toml23
1 files changed, 0 insertions, 23 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1240.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1240.toml
deleted file mode 100644
index 5b8ffa4df..000000000
--- a/gitlab/issues/target_missing/host_missing/accel_missing/1240.toml
+++ /dev/null
@@ -1,23 +0,0 @@
-id = 1240
-title = "The help document of qemu-nbd misses an option"
-state = "closed"
-created_at = "2022-10-02T16:31:21.498Z"
-closed_at = "2024-02-13T15:50:27.483Z"
-labels = ["CLI", "Storage", "workflow::Patch available"]
-url = "https://gitlab.com/qemu-project/qemu/-/issues/1240"
-host-os = "Ubuntu 20.04"
-host-arch = "x86"
-qemu-version = "version 7.1.50 (v7.1.0-524-gdbc4f48b5a)"
-guest-os = "n/a"
-guest-arch = "n/a"
-description = """The "--help" option of qemu-nbd misses the option "tls-hostname"."""
-reproduce = """1. For the option "tls-hostname", the following code appears during option parsing and modifies the tlshostname in qemu-nbd.c:760-762.
-
-```
-        case QEMU_NBD_OPT_TLSHOSTNAME:
-            tlshostname = optarg;
-            break;
-```"""
-additional = """But it does not appear in the document provided by "--help".
-
-It may prevent users from using the relevant function."""