summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/2081.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/2081.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/2081.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/2081.toml21
1 files changed, 0 insertions, 21 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2081.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2081.toml
deleted file mode 100644
index 9f4e64e2c..000000000
--- a/gitlab/issues/target_missing/host_missing/accel_missing/2081.toml
+++ /dev/null
@@ -1,21 +0,0 @@
-id = 2081
-title = "[OHCI] OHCI_CC_DEVICENOTRESPONDING not set when transferring to a disconnected device"
-state = "opened"
-created_at = "2024-01-09T03:51:15.462Z"
-closed_at = "n/a"
-labels = ["USB"]
-url = "https://gitlab.com/qemu-project/qemu/-/issues/2081"
-host-os = "Ubuntu"
-host-arch = "x86"
-qemu-version = "QEMU emulator version 7.2.0"
-guest-os = "n/a"
-guest-arch = "n/a"
-description = """If a USB device is disconnected and is cleaned up by qemu, subsequent transfers to that device address are ignored. On a real OHCI controller `OHCI_CC_DEVICENOTRESPONDING` bit is set and is reported as an error to the host.
-
-qemu attempts to set it here https://github.com/qemu/qemu/blob/ffd454c67e38cc6df792733ebc5d967eee28ac0d/hw/usb/hcd-ohci.c#L795 which would work fine on a valid device handle.
-
-However this check https://github.com/qemu/qemu/blob/ffd454c67e38cc6df792733ebc5d967eee28ac0d/hw/usb/hcd-ohci.c#L975 leaves early if no device handle is found so the error code is never set.
-
-Fix is to set `OHCI_CC_DEVICENOTRESPONDING` if `ohci_find_device` fails before returning."""
-reproduce = "n/a"
-additional = "n/a"