diff options
Diffstat (limited to 'results/classifier/105/mistranslation/1780812')
| -rw-r--r-- | results/classifier/105/mistranslation/1780812 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/results/classifier/105/mistranslation/1780812 b/results/classifier/105/mistranslation/1780812 new file mode 100644 index 000000000..90b245d37 --- /dev/null +++ b/results/classifier/105/mistranslation/1780812 @@ -0,0 +1,29 @@ +mistranslation: 0.966 +semantic: 0.850 +graphic: 0.838 +instruction: 0.832 +device: 0.831 +network: 0.722 +socket: 0.701 +other: 0.627 +vnc: 0.565 +boot: 0.541 +KVM: 0.286 +assembly: 0.160 + +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 + |