From 9260319e7411ff8281700a532caa436f40120ec4 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Fri, 30 May 2025 16:52:07 +0200 Subject: gitlab scraper: download in toml and text format --- .../host_missing/accel_missing/1949.toml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 gitlab/issues/target_missing/host_missing/accel_missing/1949.toml (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1949.toml') diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1949.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1949.toml deleted file mode 100644 index fac865b6..00000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/1949.toml +++ /dev/null @@ -1,20 +0,0 @@ -id = 1949 -title = "chardev zombie TCP session" -state = "opened" -created_at = "2023-10-17T10:08:03.366Z" -closed_at = "n/a" -labels = ["Chardev"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/1949" -host-os = "Rocky Linux 9.2" -host-arch = "x86_64" -qemu-version = "7.2.0" -guest-os = "N/A" -guest-arch = "N/A" -description = """When user terminates TCP session ungracefully (eg: power-cycle or network cable disconnect), the TCP session keeps in established status forever. In this state, new sessions can't access the chardev, since the zombie TCP session keeps exclusive access to chardev.""" -reproduce = """1.Establish client session to chardev TCP socket. -2.Power-off the client machine. -3.Establish a new client session -4.Observe that old TCP session is never killed and new session can connect but not interact with chardev.""" -additional = """Suggestions to resolve this and improve the chardev feature: -- enable TCP keep-alive for chardev server. -- allow multiple client sessions concurrently, where chardev output is broadcasted to all client sessions, and chardev input is shared by all clients.""" -- cgit 1.4.1