• R
    Virtio console driver · 31610434
    Rusty Russell 提交于
    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: NRusty Russell <rusty@rustcorp.com.au>
    31610434
virtio_console.h 316 字节