summary refs log tree commit diff stats
path: root/results/classifier/118/ppc/533613
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/118/ppc/533613')
-rw-r--r--results/classifier/118/ppc/53361396
1 files changed, 96 insertions, 0 deletions
diff --git a/results/classifier/118/ppc/533613 b/results/classifier/118/ppc/533613
new file mode 100644
index 000000000..ae60c4ec1
--- /dev/null
+++ b/results/classifier/118/ppc/533613
@@ -0,0 +1,96 @@
+ppc: 0.819
+device: 0.770
+kernel: 0.733
+network: 0.717
+socket: 0.705
+performance: 0.702
+hypervisor: 0.696
+peripherals: 0.691
+permissions: 0.683
+graphic: 0.679
+vnc: 0.676
+register: 0.674
+architecture: 0.672
+PID: 0.647
+KVM: 0.638
+files: 0.632
+boot: 0.607
+i386: 0.585
+debug: 0.551
+arm: 0.540
+TCG: 0.537
+VMM: 0.530
+risc-v: 0.528
+user-level: 0.526
+virtual: 0.509
+semantic: 0.430
+x86: 0.408
+assembly: 0.281
+mistranslation: 0.265
+
+fr-ca keymap is wrong
+
+The fr-ca keymap has tons of wrong keys in it, it affects other projects using Qemu/KVM like Xen.
+Documentation about how to make a keymap is too vague to allow me to make something useful to send a patch, I was however able to make something which at least allows me to use important keys like dot and slash, I will attach it for reference.
+
+
+
+Cc: <email address hidden>
+Cc: Thomas Huth <email address hidden>
+Suggested-by: Jérôme Poulin
+Signed-off-by: Gerd Hoffmann <email address hidden>
+---
+ pc-bios/keymaps/fr-ca | 14 +++++++++++---
+ 1 file changed, 11 insertions(+), 3 deletions(-)
+
+diff --git a/pc-bios/keymaps/fr-ca b/pc-bios/keymaps/fr-ca
+index 030f56a78e..2e540d596c 100644
+--- a/pc-bios/keymaps/fr-ca
++++ b/pc-bios/keymaps/fr-ca
+@@ -3,6 +3,8 @@
+ include common
+ map 0xc0c
+ 
++numbersign 0x29
++bar 0x29
+ backslash 0x29 altgr
+ plusminus 0x2 altgr
+ at 0x3 altgr
+@@ -10,7 +12,6 @@ sterling 0x4 altgr
+ cent 0x5 altgr
+ currency 0x6 altgr
+ notsign 0x7 altgr
+-bar 0x29 shift
+ twosuperior 0x9 altgr
+ threesuperior 0xa altgr
+ onequarter 0xb altgr
+@@ -38,6 +39,10 @@ dead_cedilla 0x1b
+ dead_diaeresis 0x1b shift
+ exclam 0x2 shift
+ quotedbl 0x3 shift
++comma 0x33
++apostrophe 0x33 shift
++period 0x34
++period 0x34 shift
+ slash 0x4 shift
+ dollar 0x5 shift
+ percent 0x6 shift
+@@ -48,5 +53,8 @@ parenleft 0xa shift
+ parenright 0xb shift
+ underscore 0xc shift
+ plus 0xd shift
+-minus 0xc
+-equal 0xd
++minus 0x0c
++underscore 0x0c shift
++equal 0x0d
++semicolon 0x27
++colon 0x27 shift
+-- 
+2.9.3
+
+
+
+Patch has finally been included here:
+http://git.qemu.org/?p=qemu.git;a=commitdiff;h=b02cf99b9d998b3ec23dae8
+