commit | 971f3390003619ea4ac0b20ee93dfd3209025790 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon Jan 18 19:14:56 2010 +0530 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Feb 24 14:22:31 2010 +1030 |
tree | eb25f42019387f1881defce1636fdf6e21b8d13c | |
parent | a23ea92474e558b071d3e43d961ec767c31faebd [diff] |
virtio: console: statically initialize virtio_cons That way, we can make it const as is good kernel style. We use a separate indirection for the early console, rather than mugging ops.put_chars. We rename it hv_ops, too. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>