summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1949.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/1949.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/1949.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/1949.toml20
1 files changed, 0 insertions, 20 deletions
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 fac865b6c..000000000
--- 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."""