summaryrefslogtreecommitdiffstats
path: root/results/classifier/zero-shot/108/other/1048
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/zero-shot/108/other/1048
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot/108/other/1048')
-rw-r--r--results/classifier/zero-shot/108/other/104821
1 files changed, 21 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/1048 b/results/classifier/zero-shot/108/other/1048
new file mode 100644
index 00000000..8e50c1f4
--- /dev/null
+++ b/results/classifier/zero-shot/108/other/1048
@@ -0,0 +1,21 @@
+device: 0.825
+graphic: 0.725
+other: 0.563
+network: 0.527
+files: 0.518
+socket: 0.518
+vnc: 0.502
+performance: 0.376
+semantic: 0.338
+boot: 0.301
+PID: 0.288
+debug: 0.187
+permissions: 0.155
+KVM: 0.045
+
+usb/ohci does not reset HccaPad1 after frame number update.
+Description of problem:
+When the OHCI controller's framenumber is incremented, HccaPad1 register should be set to zero. Ref OHCI Spec 4.4.1.
+Relevant code section: https://gitlab.com/qemu-project/qemu/-/blob/master/hw/usb/hcd-ohci.c#L1201
+
+ReactOS uses hccaPad1 to determine if the OHCI hardware is running, consequently it fails this check in current qemu master.