From 4b927bc37359dec23f67d3427fc982945f24f404 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Wed, 21 May 2025 21:21:26 +0200 Subject: add gitlab issues in toml format --- .../host_missing/accel_missing/1949.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create 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 new file mode 100644 index 00000000..fac865b6 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1949.toml @@ -0,0 +1,20 @@ +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