summary refs log tree commit diff stats
path: root/results/classifier/105/socket/1055
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-03 12:04:13 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-03 12:04:13 +0000
commit256709d2eb3fd80d768a99964be5caa61effa2a0 (patch)
tree05b2352fba70923126836a64b6a0de43902e976a /results/classifier/105/socket/1055
parent2ab14fa96a6c5484b5e4ba8337551bb8dcc79cc5 (diff)
downloadqemu-analysis-256709d2eb3fd80d768a99964be5caa61effa2a0.tar.gz
qemu-analysis-256709d2eb3fd80d768a99964be5caa61effa2a0.zip
add new classifier result
Diffstat (limited to 'results/classifier/105/socket/1055')
-rw-r--r--results/classifier/105/socket/105529
1 files changed, 29 insertions, 0 deletions
diff --git a/results/classifier/105/socket/1055 b/results/classifier/105/socket/1055
new file mode 100644
index 000000000..c3945e639
--- /dev/null
+++ b/results/classifier/105/socket/1055
@@ -0,0 +1,29 @@
+socket: 0.982
+device: 0.838
+network: 0.764
+instruction: 0.747
+graphic: 0.745
+semantic: 0.438
+vnc: 0.421
+assembly: 0.405
+boot: 0.400
+KVM: 0.348
+mistranslation: 0.250
+other: 0.143
+
+QEMU does not close listening socket for incoming migration when post-copy migration breaks
+Description of problem:
+QEMU keeps listening on the incoming port even after breaking a post-copy
+migration using "migrate-pause" QMP command. And even once migration is
+finished after recovering it "migrate-recover" using a different port number.
+If "migrate-recover" is called with a URI specifying the original port (which
+is still in LISTEN state), QEMU reports "Failed to find an available port:
+Address already in use".
+Steps to reproduce:
+1. start migration
+2. wait for the first iteration to finish
+3. switch to post-copy using "migrate-start-postcopy"
+3. break migration with "migrate-pause"
+4. check lsof -p $QEMU_PID
+Additional information:
+