[Qemu-devel] [PATCH 4/4] virtio: console: add flow control

2013-02-04 Thread Amit Shah
The virtio-serial-bus already has the logic to make flow control work properly. Hook into the char layer's new ability to signal a backend is writable again. Signed-off-by: Amit Shah --- hw/virtio-console.c | 13 + 1 file changed, 13 insertions(+) diff --git a/hw/virtio-console.c b

Re: [Qemu-devel] [PATCH 4/4] virtio: console: add flow control

2013-02-04 Thread Blue Swirl
On Mon, Feb 4, 2013 at 12:50 PM, Amit Shah wrote: > The virtio-serial-bus already has the logic to make flow control work > properly. Hook into the char layer's new ability to signal a backend is > writable again. > > Signed-off-by: Amit Shah > --- > hw/virtio-console.c | 13 + > 1