summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2/output/hypervisor/1947933
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2/output/hypervisor/1947933')
-rw-r--r--results/classifier/deepseek-2/output/hypervisor/194793315
1 files changed, 0 insertions, 15 deletions
diff --git a/results/classifier/deepseek-2/output/hypervisor/1947933 b/results/classifier/deepseek-2/output/hypervisor/1947933
deleted file mode 100644
index 598a3ed22..000000000
--- a/results/classifier/deepseek-2/output/hypervisor/1947933
+++ /dev/null
@@ -1,15 +0,0 @@
-
-xHCI Port Status Change Event at port powered
-
-Per section 4.19.3 of the xHCI version 1.0 specification, when the Port Power bit transitions from 0 to 1, if there is a connection on that port, a Port Status Change Event should be issued.
-
-Currently, when the port is powered, this event is not being issued.
-
-I don't know the QEMU code base well enough to submit a patch, but I believe that when the port is powered, check to see if there is a connection (hence, setting the CCS and CSC bits), and then a call to:
-
-xhci_port_notify(port, PORTSC_PLC);
-
-will suffice.
-
-Thank you,
-Ben
\ No newline at end of file