summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/483.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/483.toml
parent225caa38269323af1bfc2daadff5ec8bd930747f (diff)
downloademulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.tar.gz
emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.zip
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/483.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/483.toml35
1 files changed, 0 insertions, 35 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/483.toml b/gitlab/issues/target_missing/host_missing/accel_missing/483.toml
deleted file mode 100644
index fc84fda8..00000000
--- a/gitlab/issues/target_missing/host_missing/accel_missing/483.toml
+++ /dev/null
@@ -1,35 +0,0 @@
-id = 483
-title = "qemu doesn't process -object secret when read from a config file"
-state = "closed"
-created_at = "2021-07-15T00:59:40.362Z"
-closed_at = "2021-11-04T14:01:34.894Z"
-labels = ["CLI", "Stable::to backport"]
-url = "https://gitlab.com/qemu-project/qemu/-/issues/483"
-host-os = "n/a"
-host-arch = "n/a"
-qemu-version = "n/a"
-guest-os = "n/a"
-guest-arch = "n/a"
-description = """Qemu doesn't process -object secret lines when read from a config file.  This results in the new spice password-secret option failing with error: No secret with id '\\<theid\\>'"""
-reproduce = """1. Create a password file
-```
-printf "password" > passfile.pw
-```
-2. Start qemu with command line options and also write to a config file
-```
-qemu-system-x86_64 \\
-  -object secret,id=spicepwd,format=raw,file=passfile.pw \\
-  -spice port=5901,password-secret=spicepwd \\
-  -writeconfig qemu.cfg
-```
-3. Optional: Connect using spice client and password: "password"
-4. Exit qemu and cat qemu.cfg and verify it looks okay with equivalent options to what was specified on the command line
-5. Now attempt to start qemu and read the options using the config file
-```
-qemu-system-x86_64 -readconfig qemu.cfg
-```
-6. This fails with an error:
-```
-qemu-system-x86_64: No secret with id 'spicepwd'
-```"""
-additional = "n/a"