diff options
Diffstat (limited to 'results/classifier/105/graphic/1024275')
| -rw-r--r-- | results/classifier/105/graphic/1024275 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/results/classifier/105/graphic/1024275 b/results/classifier/105/graphic/1024275 new file mode 100644 index 00000000..3b4e5592 --- /dev/null +++ b/results/classifier/105/graphic/1024275 @@ -0,0 +1,32 @@ +graphic: 0.865 +instruction: 0.792 +device: 0.712 +socket: 0.643 +network: 0.620 +semantic: 0.577 +mistranslation: 0.513 +other: 0.402 +vnc: 0.392 +boot: 0.362 +KVM: 0.196 +assembly: 0.109 + +bad iteraction between -daemonize and -nographic + + $ qemu -daemonize -nographic + $ _ + +After this, the terminal is switched to some weird mode, not processing cr/lf, and not showing the characters being typed (it is fixable by using `stty sane'). + +Something is seriously wrong here: When -daemonize is given, qemu not touch tty parameters at all. + +Thanks, + +/mjt + +FWIW, it has been present at least since version 0.10 of qemu, and still present in current 1.1 version. + +According to the Debian bug tracker, this has been fixed with this upstream commit: +http://git.qemu.org/?p=qemu.git;a=commit;h=ab51b1d568e02c80b1abf9016bda3a86dc1db389 +... so let's close this now. + |
