diff options
Diffstat (limited to 'results/classifier/118/review/1780812')
| -rw-r--r-- | results/classifier/118/review/1780812 | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/results/classifier/118/review/1780812 b/results/classifier/118/review/1780812 new file mode 100644 index 000000000..a1f9746a7 --- /dev/null +++ b/results/classifier/118/review/1780812 @@ -0,0 +1,76 @@ +mistranslation: 0.966 +x86: 0.895 +semantic: 0.850 +graphic: 0.838 +device: 0.831 +architecture: 0.780 +network: 0.722 +ppc: 0.708 +socket: 0.701 +user-level: 0.674 +performance: 0.653 +PID: 0.628 +kernel: 0.628 +permissions: 0.616 +debug: 0.606 +files: 0.591 +vnc: 0.565 +boot: 0.541 +register: 0.504 +arm: 0.492 +TCG: 0.485 +risc-v: 0.473 +VMM: 0.422 +hypervisor: 0.317 +KVM: 0.286 +peripherals: 0.257 +virtual: 0.234 +i386: 0.234 +assembly: 0.160 +-------------------- +virtual: 0.324 +user-level: 0.203 +TCG: 0.100 +hypervisor: 0.060 +register: 0.049 +files: 0.035 +x86: 0.023 +debug: 0.022 +VMM: 0.022 +kernel: 0.011 +network: 0.010 +semantic: 0.004 +device: 0.004 +graphic: 0.003 +PID: 0.003 +assembly: 0.003 +socket: 0.003 +performance: 0.002 +architecture: 0.001 +boot: 0.001 +peripherals: 0.001 +ppc: 0.001 +risc-v: 0.001 +permissions: 0.001 +KVM: 0.000 +vnc: 0.000 +i386: 0.000 +arm: 0.000 +mistranslation: 0.000 + +Full-Screen Switch Does Nothing When Using SDL + +When using SDL switches, e.g. + +-sdl -full-screen -display sdl + +... you'd expect the display to start full-screen, as per the switch description, but it just starts in a window. Pressing the full-screen key combination (Ctrl+Alt+F) enters fullscreen mode as expected. + +Tested on QEmu 2.12.0 using qemu-system-x86_64. + +Suggested a patch here: +http://marc.info/?<email address hidden> + +Fix has been merged: +https://git.qemu.org/?p=qemu.git;a=commitdiff;h=6fb34ffcaae0823 + |