commit | f997f00bf8c3ddf748d757105afa1a7dd5297208 | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Mon Dec 21 17:28:51 2009 +0530 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Feb 24 14:22:51 2010 +1030 |
tree | aedb212484ca3ff86ec5eb9c141a70e64df96f59 | |
parent | 203baab8ba3195dd929473ba95b91c2b838833e6 [diff] |
virtio: console: Introduce a send_buf function for a common path for sending data to host Adding support for generic ports that will write to userspace will need some code changes. Consolidate the write routine into send_buf() and put_chars() now just calls into the new function. Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>