commit | 03ecd2c80a64d030a22fe67cc7a60f24e17ff211 | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Wed Dec 21 12:28:29 2011 +0530 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Wed Dec 21 15:00:29 2011 -0600 |
tree | 32f1318500eef8f61fc3239998d1bf5fd8dbd373 | |
parent | 05e7af694ce00dafdc464ca70306fa9dd6f78dcd [diff] |
virtio-serial-bus: Ports are expected to implement 'have_data' callback There's no need to check if ports can accept any incoming data from the guest each time the guest sends data. Check if the port implements such functionality during port initialisation. Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>