Revision d3f822d2

b/qemu-char.c
1002 1002
           speed, parity, data_bits, stop_bits);
1003 1003
#endif
1004 1004
    tcgetattr (fd, &tty);
1005
    oldtty = tty;
1005
    if (!term_atexit_done) {
1006
        oldtty = tty;
1007
    }
1006 1008

  
1007 1009
#define check_speed(val) if (speed <= val) { spd = B##val; break; }
1008 1010
    speed = speed * 10 / 11;

Also available in: Unified diff