summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/2756.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/2756.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/2756.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/2756.toml50
1 files changed, 0 insertions, 50 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2756.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2756.toml
deleted file mode 100644
index 66af72dd7..000000000
--- a/gitlab/issues/target_missing/host_missing/accel_missing/2756.toml
+++ /dev/null
@@ -1,50 +0,0 @@
-id = 2756
-title = "Unexpected port id 2909357808 for device virtio-serial0.0"
-state = "opened"
-created_at = "2024-12-29T14:30:04.433Z"
-closed_at = "n/a"
-labels = ["device:virtio"]
-url = "https://gitlab.com/qemu-project/qemu/-/issues/2756"
-host-os = "centos8"
-host-arch = "x86"
-qemu-version = "6.2.0"
-guest-os = "Windows 10"
-guest-arch = "x86"
-description = """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?"""
-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 = """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
-```"""