Skip to content
Commit 31610434 authored by Rusty Russell's avatar Rusty Russell
Browse files

Virtio console driver



This is an hvc-based virtio console driver.  It's suboptimal becuase
hvc expects to have raw access to interrupts and virtio doesn't assume
that, so it currently polls.

There are two solutions: expose hvc's "kick" interface, or wean off hvc.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent e467cde2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment