diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/1240.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml 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.toml | 23 |
1 files changed, 23 insertions, 0 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 new file mode 100644 index 00000000..5b8ffa4d --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1240.toml @@ -0,0 +1,23 @@ +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.""" |