diff options
Diffstat (limited to 'results/classifier/zero-shot/108/other/1386478')
| -rw-r--r-- | results/classifier/zero-shot/108/other/1386478 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/1386478 b/results/classifier/zero-shot/108/other/1386478 new file mode 100644 index 000000000..4779eed32 --- /dev/null +++ b/results/classifier/zero-shot/108/other/1386478 @@ -0,0 +1,25 @@ +device: 0.869 +graphic: 0.722 +performance: 0.704 +other: 0.613 +socket: 0.606 +vnc: 0.589 +semantic: 0.556 +debug: 0.518 +network: 0.501 +PID: 0.445 +boot: 0.354 +files: 0.354 +permissions: 0.304 +KVM: 0.037 + +PS/2 keyboard returns incorrect scan code for F7 to guest + +Using qemu 2.1 as supplied in Debian jessie, the F7 scan code (scan set 2) is being returned by qemu to the guest as 0x02, and not the correct value of 0x83. (I assume 0x83 is correct, given that I cannot locate any scan set 2 charts that use any other value for F7. Including those published by Microsoft.) + +I see the map in hw/input/ps2.c ps2_raw_keycode[] using the correct values, starting at F1: 5, 6, 4, 12 (0x0C). 3. 11 (0x0B), 2, 10 (0x0A), 1, 9, ... but nowhere in that map do I see 131 (0x83). + +I think this has been fixed by: +https://git.qemu.org/?p=qemu.git;a=commitdiff;h=8c10e0baf0260b5 +... so closing this ticket now. If you still have trouble, please re-open it. + |