commit | 1e4476aa03b70e78b0dbc21cebd6e9f9c6835067 | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Tue Apr 27 18:04:09 2010 +0530 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Wed Apr 28 08:58:22 2010 -0500 |
tree | 368c24eb66236e911fb5d3d38289c2f63d569cc9 | |
parent | e85ba9b2dce43d706e21135fc1bf21a30601c2cf [diff] |
virtio-serial: Apps should consume all data that guest sends out / Fix virtio api abuse We cannot indicate to the guest how much data was consumed by an app for out_bufs. So we just have to assume the apps will consume all the data that are handed over to them. Fix the virtio api abuse in control_out() and handle_output(). Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>