commit | e300ac275bbf19b31cf5968b8de8abe52c26e163 | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Mon Dec 13 17:50:07 2010 +0530 |
committer | Amit Shah <amit.shah@redhat.com> | Thu Jan 20 14:38:22 2011 +0530 |
tree | 7618fc55554a93b58b604d6abf3463bfd672882b | |
parent | 471344db88cc3e7adf7664aa34d54ce0cacc3419 [diff] |
virtio-serial: Let virtio-serial-bus know if all data was consumed The have_data() API to hand off guest data to apps using virtio-serial so far assumed all the data was consumed. Relax this assumption. Future commits will allow for incomplete writes. Signed-off-by: Amit Shah <amit.shah@redhat.com>