summary refs log tree commit diff stats
path: root/results/classifier/118/x86/2633
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:00 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:33 +0000
commit9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch)
treeb765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/x86/2633
parentb89a938452613061c0f1f23e710281cf5c83cb29 (diff)
downloadqemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz
qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/x86/2633')
-rw-r--r--results/classifier/118/x86/263356
1 files changed, 56 insertions, 0 deletions
diff --git a/results/classifier/118/x86/2633 b/results/classifier/118/x86/2633
new file mode 100644
index 000000000..9391f0c37
--- /dev/null
+++ b/results/classifier/118/x86/2633
@@ -0,0 +1,56 @@
+x86: 0.884
+graphic: 0.864
+peripherals: 0.824
+device: 0.812
+performance: 0.796
+PID: 0.787
+KVM: 0.769
+architecture: 0.761
+debug: 0.745
+semantic: 0.741
+risc-v: 0.740
+socket: 0.732
+register: 0.730
+VMM: 0.724
+network: 0.716
+hypervisor: 0.713
+kernel: 0.685
+vnc: 0.677
+files: 0.676
+arm: 0.670
+permissions: 0.664
+TCG: 0.655
+ppc: 0.651
+mistranslation: 0.603
+assembly: 0.592
+boot: 0.581
+i386: 0.579
+virtual: 0.573
+user-level: 0.526
+
+migration-test occassionally hangs with "Failed to peek at channel"
+Description of problem:
+Running the 'migration-test' qtest in a loop, eventually resulted in a hang.
+
+```
+# Running /x86_64/migration/multifd/tcp/plain/cancel
+# Using machine type: pc-q35-9.2
+# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-75145.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-75145.qmp,id=char0 -mon chardev=char0,mode=control -display none -audio none -accel kvm -accel tcg -machine pc-q35-9.2, -name source,debug-threads=on -m 150M -serial file:/tmp/migration-test-DJLYV2/src_serial -drive if=none,id=d0,file=/tmp/migration-test-DJLYV2/bootsect,format=raw -device ide-hd,drive=d0,secs=1,cyls=1,heads=1    2>/dev/null -accel qtest
+# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-75145.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-75145.qmp,id=char0 -mon chardev=char0,mode=control -display none -audio none -accel kvm -accel tcg -machine pc-q35-9.2, -name target,debug-threads=on -m 150M -serial file:/tmp/migration-test-DJLYV2/dest_serial -incoming defer -drive if=none,id=d0,file=/tmp/migration-test-DJLYV2/bootsect,format=raw -device ide-hd,drive=d0,secs=1,cyls=1,heads=1    2>/dev/null -accel qtest
+# Using machine type: pc-q35-9.2
+# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-75145.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-75145.qmp,id=char0 -mon chardev=char0,mode=control -display none -audio none -accel kvm -accel tcg -machine pc-q35-9.2, -name target,debug-threads=on -m 150M -serial file:/tmp/migration-test-DJLYV2/dest_serial -incoming defer -drive if=none,id=d0,file=/tmp/migration-test-DJLYV2/bootsect,format=raw -device ide-hd,drive=d0,secs=1,cyls=1,heads=1     -accel qtest
+qemu-system-x86_64: Failed to peek at channel
+....hang here....
+```
+Steps to reproduce:
+In host run
+
+```
+make vm-build-openbsd DEBUG=1'
+```
+when it is done and gives a shell account then run
+
+1. `cd /home/qemu/qemu-test.*/build`
+2. `export QTEST_QEMU_BINARY=./qemu-system-x86_64`
+3. `while true ; do ./tests/qtest/migration-test ; done`
+4.  ....wait some time until it shows the above hang....