Revision fa5efccb spice-qemu-char.c

b/spice-qemu-char.c
39 39
        if (qemu_chr_can_read(scd->chr) < last_out) {
40 40
            break;
41 41
        }
42
        qemu_chr_read(scd->chr, p, last_out);
42
        qemu_chr_be_write(scd->chr, p, last_out);
43 43
        out += last_out;
44 44
        len -= last_out;
45 45
        p += last_out;

Also available in: Unified diff