commit | e27b519807e04d950802cb89f7b22933d8d2f837 | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Mon Jan 18 19:15:02 2010 +0530 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Feb 24 14:22:37 2010 +1030 |
tree | 4d79ffc7fb76b35d74a9198553ee7972c52c3ec7 | |
parent | fdb9a054554e1e435e927c9a47a999f026abd408 [diff] |
virtio: console: ensure add_inbuf can work for multiple ports as well add_inbuf() assumed one port and one inbuf per port. Remove that assumption. Also move the function so that put_chars and get_chars are together. Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>