linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] xen pvfb: Para-virtual framebuffer, keyboard and pointer driver updates
@ 2008-05-21  8:37 Markus Armbruster
  2008-05-21  8:38 ` [PATCH 1/5] xen: Enable console tty by default in domU if it's not a dummy Markus Armbruster
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Markus Armbruster @ 2008-05-21  8:37 UTC (permalink / raw)
  To: linux-kernel
  Cc: Jeremy Fitzhardinge, xen-devel, linux-fbdev-devel, adaplas,
	dmitry.torokhov, virtualization, mingo, Pat Campbell, linux-input,
	akpm

This is an update to the Linux part of the Xen PVFB.  Linux Xen PVFB
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.  Their
backends run in dom0 user space.

Parts in this patch series:

1. Enable Xen console by default in domU
2. Pointer z-axis (mouse wheel) support
3. Module aliases to support module autoloading
4. Zero unused bytes in events sent to backend
5. Dynamic mode support (screen resizing)

To the best of my knowledge, these patches are independent.  The last
one needs a bit of trivial merging to apply without the first one.  I
tested only 1, 1+2, 1+2+3, 1+2+3+4, and the complete series.  I'm
happy to split this into different parts if that helps.

Complete diffstat:

 arch/x86/xen/enlighten.c         |    4 +-
 drivers/input/xen-kbdfront.c     |   20 ++++-
 drivers/video/xen-fbfront.c      |  211 ++++++++++++++++++++++++++++++++-----
 include/linux/console.h          |    2 +
 include/xen/interface/io/fbif.h  |   29 +++++-
 include/xen/interface/io/kbdif.h |    2 +
 kernel/printk.c                  |    3 +
 7 files changed, 235 insertions(+), 36 deletions(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-05-22  0:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-21  8:37 [PATCH 0/5] xen pvfb: Para-virtual framebuffer, keyboard and pointer driver updates Markus Armbruster
2008-05-21  8:38 ` [PATCH 1/5] xen: Enable console tty by default in domU if it's not a dummy Markus Armbruster
2008-05-22  0:26   ` Andrew Morton
2008-05-21  8:39 ` [PATCH 2/5] xen pvfb: Pointer z-axis (mouse wheel) support Markus Armbruster
2008-05-21  8:40 ` [PATCH 3/5] xen pvfb: Module aliases to support module autoloading Markus Armbruster
2008-05-21  8:40 ` [PATCH 4/5] xen pvfb: Zero unused bytes in events sent to backend Markus Armbruster
2008-05-21  8:40 ` [PATCH 5/5] xen pvfb: Dynamic mode support (screen resizing) Markus Armbruster
2008-05-21  9:09 ` [PATCH 0/5] xen pvfb: Para-virtual framebuffer, keyboard and pointer driver updates Jeremy Fitzhardinge
2008-05-21  9:54   ` Markus Armbruster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).