diff options
Diffstat (limited to 'results/classifier/118/review/1614521')
| -rw-r--r-- | results/classifier/118/review/1614521 | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/results/classifier/118/review/1614521 b/results/classifier/118/review/1614521 new file mode 100644 index 00000000..832d8a01 --- /dev/null +++ b/results/classifier/118/review/1614521 @@ -0,0 +1,68 @@ +mistranslation: 0.959 +device: 0.784 +socket: 0.684 +performance: 0.676 +semantic: 0.670 +network: 0.651 +architecture: 0.608 +peripherals: 0.556 +kernel: 0.535 +ppc: 0.523 +files: 0.463 +register: 0.458 +vnc: 0.455 +boot: 0.376 +graphic: 0.352 +debug: 0.317 +hypervisor: 0.298 +arm: 0.257 +x86: 0.219 +user-level: 0.212 +virtual: 0.200 +risc-v: 0.196 +assembly: 0.185 +TCG: 0.176 +i386: 0.147 +permissions: 0.125 +VMM: 0.050 +PID: 0.044 +KVM: 0.031 +-------------------- +hypervisor: 0.632 +KVM: 0.150 +user-level: 0.102 +TCG: 0.069 +debug: 0.062 +virtual: 0.062 +register: 0.058 +files: 0.053 +x86: 0.029 +VMM: 0.026 +kernel: 0.023 +semantic: 0.017 +device: 0.014 +network: 0.008 +assembly: 0.008 +arm: 0.007 +PID: 0.007 +risc-v: 0.005 +i386: 0.005 +ppc: 0.005 +peripherals: 0.004 +socket: 0.003 +graphic: 0.003 +architecture: 0.002 +boot: 0.002 +vnc: 0.002 +permissions: 0.002 +performance: 0.001 +mistranslation: 0.000 + +-display accepts "none[a-z,0-9]*" instead of 'none' + +When using the '-display' option the parameter 'none' is not the only string that causes the behaviour of 'none'. I can use '-display noneMICKEYMOUSE' and still have the none behaviour. + +Fixed in: + +https://git.qemu.org/?p=qemu.git;a=commitdiff;h=2c9498c3e44cd5574 + |