commit | 1c85bf35449196e74deb487961d2f90c98f7b7ff | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Mon Jan 18 19:15:07 2010 +0530 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Feb 24 14:22:43 2010 +1030 |
tree | 6bc3a6f9407271ff9d8cd4e6d8b5fd99b33e3689 | |
parent | d8a02bd58ab6da4495a2d1af74d980c217e9abcf [diff] |
virtio: console: struct ports for multiple ports per device. Rather than assume a single port, add a 'struct ports_device' which stores data related to all the ports for that device. Currently, there's only one port and is hooked up with hvc, but that will change. Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>