xen pvfb: Para-virtual framebuffer, keyboard and pointer driver
authorMarkus Armbruster <armbru@redhat.com>
Wed, 2 Apr 2008 17:54:07 +0000 (10:54 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 24 Apr 2008 21:57:33 +0000 (23:57 +0200)
commit4ee36dc08e5c4d16d078f59acd6d9d536f9718dd
tree284527b0418065b0092d7cc9ea3ee6d899a5a53e
parent4f93f09b72d6ff47b2399b79ed6d1cbc7dbf991b
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 <armbru@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/input/Kconfig
drivers/input/Makefile
drivers/input/xen-kbdfront.c [new file with mode: 0644]
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/xen-fbfront.c [new file with mode: 0644]
include/xen/interface/io/fbif.h [new file with mode: 0644]
include/xen/interface/io/kbdif.h [new file with mode: 0644]