summary refs log tree commit diff stats
path: root/results/classifier/105/mistranslation/1048
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/105/mistranslation/1048')
-rw-r--r--results/classifier/105/mistranslation/104819
1 files changed, 19 insertions, 0 deletions
diff --git a/results/classifier/105/mistranslation/1048 b/results/classifier/105/mistranslation/1048
new file mode 100644
index 00000000..59a60048
--- /dev/null
+++ b/results/classifier/105/mistranslation/1048
@@ -0,0 +1,19 @@
+mistranslation: 0.834
+device: 0.825
+graphic: 0.725
+instruction: 0.694
+other: 0.563
+network: 0.527
+socket: 0.518
+vnc: 0.502
+semantic: 0.338
+boot: 0.301
+KVM: 0.045
+assembly: 0.040
+
+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.