LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: linux-kernel@vger.kernel.org
Cc: virtualization@lists.osdl.org, xen-devel@lists.xensource.com,
linux-fbdev-devel@lists.sourceforge.net, adaplas@pol.net,
linux-input@vger.kernel.org, dmitry.torokhov@gmail.com,
akpm@linux-foundation.org, jayakumar.lkml@gmail.com
Subject: [PATCH 0/3] xen pvfb: Para-virtual framebuffer, keyboard and pointer
Date: Mon, 25 Feb 2008 14:00:16 +0100 [thread overview]
Message-ID: <87tzjx6vj3.fsf@pike.pond.sub.org> (raw)
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.
Differences since last post:
* Required patch fixing 32-on-64 xen-blkfront included.
* Cleanup when xenkbd_probe() fails fixed.
* Don't store event channel in device info.
I started with the Xen version at
http://xenbits.xensource.com/linux-2.6.18-xen.hg?rev/ca05cf1a9bdc
Differences to that Xen version, for those who care:
* Rewritten on top of fb deferred I/O
* IRQ handler names visible in /proc and /sys match the driver names.
* Use framebuffer helper functions appropriate for framebuffer in
system RAM.
* write() refreshes the framebuffer properly.
* off-by-one height of some screen refreshs fixed.
* Crash when register_framebuffer() fails fixed.
* Test for empty ring in input_handler() fixed.
* Deadlock in xen-kbdfront resume fixed.
* Cleanup when xenkbd_probe() fails fixed.
* General clean up.
I have a step-by-step patch series from that Xen version to my
version, if anybody is interested. Might be useful for reviewers
familiar with the Xen version.
The patch consists of three parts:
1. xen: Make xen-blkfront write its protocol ABI to xenstore
Could do without, but then I'd have to put the same bug in
xen-fbfront and xen-kbdfront.
2. fbdev: Make deferred I/O work as advertized
I need fb deferred I/O, but is utterly broken. A fix has been
floating around on linux-fbdev-devel as part of a larger patch,
which as far as I know has not been merged anywhere, yet. This is
just the fix.
2. xen pvfb: Para-virtual framebuffer, keyboard and pointer driver
The actual drivers.
next reply other threads:[~2008-02-25 13:01 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-25 13:00 Markus Armbruster [this message]
2008-02-25 13:02 ` [PATCH 1/3] xen: Make xen-blkfront write its protocol ABI to xenstore Markus Armbruster
2008-02-25 13:03 ` [PATCH 2/3] fbdev: Make deferred I/O work as advertized Markus Armbruster
2008-02-26 14:11 ` Jaya Kumar
2008-02-26 14:45 ` Markus Armbruster
2008-02-26 15:01 ` Jaya Kumar
2008-03-19 10:45 ` Markus Armbruster
2008-03-19 11:24 ` Jaya Kumar
2008-03-19 18:37 ` Andrew Morton
2008-03-19 22:30 ` Jaya Kumar
2008-03-19 22:39 ` Andrew Morton
2008-03-19 22:55 ` Jaya Kumar
2008-02-25 13:06 ` [PATCH 3/3] xen pvfb: Para-virtual framebuffer, keyboard and pointer driver Markus Armbruster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87tzjx6vj3.fsf@pike.pond.sub.org \
--to=armbru@redhat.com \
--cc=adaplas@pol.net \
--cc=akpm@linux-foundation.org \
--cc=dmitry.torokhov@gmail.com \
--cc=jayakumar.lkml@gmail.com \
--cc=linux-fbdev-devel@lists.sourceforge.net \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=virtualization@lists.osdl.org \
--cc=xen-devel@lists.xensource.com \
--subject='Re: [PATCH 0/3] xen pvfb: Para-virtual framebuffer, keyboard and pointer' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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).