From: Rusty Russell Date: Mon, 22 Oct 2007 01:03:39 +0000 (+1000) Subject: Virtio console driver X-Git-Tag: v2.6.24-rc1~28^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31610434bc3523c0b01a10917a1185096a03c4c8;p=pandora-kernel.git 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: Rusty Russell --- Reading git-diff-tree failed