From: Markus Armbruster Date: Wed, 2 Apr 2008 17:54:07 +0000 (-0700) Subject: xen pvfb: Para-virtual framebuffer, keyboard and pointer driver X-Git-Tag: v2.6.26-rc1~1065^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ee36dc08e5c4d16d078f59acd6d9d536f9718dd;p=pandora-kernel.git xen pvfb: Para-virtual framebuffer, keyboard and pointer driver This is a pair of Xen para-virtual frontend device drivers: drivers/video/xen-fbfront.c provides a framebuffer, and drivers/input/xen-kbdfront provides keyboard and mouse. The backends run in dom0 user space. The two drivers are not in two separate patches, because the intermediate step (one driver, not the other) is somewhat problematic: the backend in dom0 needs both drivers, and will refuse to complete device initialization unless they're both present. Signed-off-by: Markus Armbruster Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed