summary refs log tree commit diff stats
path: root/results/classifier/118/network/2756
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/118/network/2756
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/118/network/2756')
-rw-r--r--results/classifier/118/network/275672
1 files changed, 0 insertions, 72 deletions
diff --git a/results/classifier/118/network/2756 b/results/classifier/118/network/2756
deleted file mode 100644
index 8823b998..00000000
--- a/results/classifier/118/network/2756
+++ /dev/null
@@ -1,72 +0,0 @@
-network: 0.991
-device: 0.984
-socket: 0.975
-hypervisor: 0.972
-user-level: 0.958
-graphic: 0.954
-peripherals: 0.948
-kernel: 0.937
-vnc: 0.933
-risc-v: 0.932
-performance: 0.929
-debug: 0.919
-virtual: 0.918
-VMM: 0.913
-KVM: 0.911
-ppc: 0.898
-arm: 0.882
-x86: 0.851
-boot: 0.843
-TCG: 0.838
-PID: 0.819
-permissions: 0.807
-mistranslation: 0.765
-register: 0.760
-semantic: 0.742
-architecture: 0.733
-i386: 0.696
-assembly: 0.533
-files: 0.395
-
-Unexpected port id 2909357808 for device virtio-serial0.0
-Description of problem:
-when the VM runs for a period of time.qemu log always print the error:“Unexpected port id 2909357808 for device virtio-serial0.0”.And the spice connet display black screen.Restart the vm,it recovery. my channel is 16,Normally it will always output port less than 16,but when error it report a lage port. why it get a lage port "2909357808",Is there a data overflow?
-Steps to reproduce:
-1.The VM runs for a period of time
-
-2.report the error: "Unexpected port id 2909357808 for device virtio-serial0.0".
-
-3.restart to recovery.
-Additional information:
-qemu log:
-
-when vm is ok:
-```
-virtio serial port 16 send control message event = 1, value = 1
-virtio serial port 0 send control message event = 1, value = 1
-virtio serial port '1' handle control message event = 3, value = 1
-virtio serial port '2' handle control message event = 3, value = 1
-virtio serial port 2 send control message event = 6, value = 1
-virtio serial port '3' handle control message event = 3, value = 1
-virtio serial port 3 send control message event = 6, value = 1
-virtio serial port '4' handle control message event = 3, value = 1
-virtio serial port 4 send control message event = 6, value = 1
-```
-
-
-when error:
-
-```
-2024-11-07T07:19:50.969383Z qemu-system-x86_64: virtio-serial-bus: Unexpected port id 2909357808 for device virtio-serial0.0
-virtio serial port '2400366800' handle control message event = 49671, value = 65535
-2024-11-07T07:19:50.969706Z qemu-system-x86_64: virtio-serial-bus: Unexpected port id 2400366800 for device virtio-serial0.0
-virtio serial port '2909357808' handle control message event = 52747, value = 65535
-2024-11-07T07:20:00.944495Z qemu-system-x86_64: virtio-serial-bus: Unexpected port id 2909357808 for device virtio-serial0.0
-virtio serial port '2400366800' handle control message event = 49671, value = 65535
-2024-11-07T07:20:00.950544Z qemu-system-x86_64: virtio-serial-bus: Unexpected port id 2400366800 for device virtio-serial0.0
-virtio serial port '2909357808' handle control message event = 52747, value = 65535
-2024-11-07T07:20:47.923564Z qemu-system-x86_64: virtio-serial-bus: Unexpected port id 2909357808 for device virtio-serial0.0
-virtio serial port '2400366800' handle control message event = 49671, value = 65535
-2024-11-07T07:20:47.924422Z qemu-system-x86_64: virtio-serial-bus: Unexpected port id 2400366800 for device virtio-serial0.0
-virtio serial port '2909357808' handle control message event = 52747, value = 65535
-```