|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 0/5] xen pvfb: Para-virtual framebuffer, keyboard and
To: |
linux-kernel@xxxxxxxxxxxxxxx, |
Subject: |
[Xen-devel] [PATCH 0/5] xen pvfb: Para-virtual framebuffer, keyboard and pointer driver updates |
From: |
Markus Armbruster <armbru@xxxxxxxxxx> |
Date: |
Wed, 21 May 2008 10:37:31 +0200 |
Cc: |
Jeremy Fitzhardinge <jeremy@xxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx, linux-fbdev-devel@xxxxxxxxxxxxxxxxxxxxx, adaplas@xxxxxxxxx, dmitry.torokhov@xxxxxxxxx, virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx, mingo@xxxxxxxxxx, Pat Campbell <plc@xxxxxxxxxx>, linux-input@xxxxxxxxxxxxxxx, akpm@xxxxxxxxxxxxxxxxxxxx |
Delivery-date: |
Wed, 21 May 2008 01:37:54 -0700 |
Envelope-to: |
www-data@xxxxxxxxxxxxxxxxxx |
List-help: |
<mailto:xen-devel-request@lists.xensource.com?subject=help> |
List-id: |
Xen developer discussion <xen-devel.lists.xensource.com> |
List-post: |
<mailto:xen-devel@lists.xensource.com> |
List-subscribe: |
<http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe> |
List-unsubscribe: |
<http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe> |
Sender: |
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
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(-)
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH 0/5] xen pvfb: Para-virtual framebuffer, keyboard and pointer driver updates,
Markus Armbruster <=
|
|
|
|
|