Revision fa5efccb console.c

b/console.c
1130 1130
        if (len > sizeof(buf))
1131 1131
            len = sizeof(buf);
1132 1132
        qemu_fifo_read(&s->out_fifo, buf, len);
1133
        qemu_chr_read(s->chr, buf, len);
1133
        qemu_chr_be_write(s->chr, buf, len);
1134 1134
    }
1135 1135
    /* characters are pending: we send them a bit later (XXX:
1136 1136
       horrible, should change char device API) */

Also available in: Unified diff