+4
−0
+1
−0
drivers/char/virtio_console.c
0 → 100644
+225
−0
include/linux/virtio_console.h
0 → 100644
+12
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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:
Rusty Russell <rusty@rustcorp.com.au>