virtio: console: add flow control
authorAmit Shah <amit.shah@redhat.com>
Tue, 5 Mar 2013 17:51:34 +0000 (23:21 +0530)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 8 Mar 2013 19:57:17 +0000 (13:57 -0600)
commit7df4d4578f70b565870f353ba0b72f2f23781a09
tree579c41f76e409464a8d5a272ef7dddbc17301d0d
parentfcfb4d6aae611d1f804d486d3c998000912c4c81
virtio: console: add flow control

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 <amit.shah@redhat.com>
Message-id: abffa02235d55ca6e2489068c58971c8897e976c.1362505276.git.amit.shah@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/virtio-console.c