linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jon Smirl <jonsmirl@yahoo.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>,
	UML Development <user-mode-linux-devel@lists.sourceforge.net>
Cc: Linux Frame Buffer Device Development
	<linux-fbdev-devel@lists.sourceforge.net>
Subject: Re: [Linux-fbdev-devel] UML and fbdev
Date: Wed, 13 Aug 2003 09:31:52 -0700 (PDT)	[thread overview]
Message-ID: <20030813163152.78053.qmail@web14911.mail.yahoo.com> (raw)
In-Reply-To: <Pine.GSO.4.21.0308131805050.11378-100000@vervain.sonytel.be>

[-- Attachment #1: Type: text/plain, Size: 2306 bytes --]

I have a patch for UML (from April so it is out of
date) that will allow you to run any device driver
from inside UML. This patch makes it very easy to
debug things like the framebuffer driver since you can
use a normal debugger on them.

It works by dedicating the piece of hardware to UML
use. You don't load any drivers for it in the host OS.
Instead I have a small driver in the host that
forwards interrupts to UML using signals. The main
driver loads in UML and completely controls the
hardware from there. It supports interrupts, mem
mapping, DMA, etc.

I was using it to debug DRM drivers.

I tired to get it merged into UML without sucess.

--- Geert Uytterhoeven <geert@linux-m68k.org> wrote:
> 	Hi,
> 
> Are you aware of anyone working on frame buffer
> devices for UML?
> 
> I was thinking about creating a frame buffer device
> that displays as an X
> window. Making it work for user space applications
> can be tricky, because
> writes to the frame buffer must be trapped to update
> the screen (or use
> periodic update, or a combination). But it should
> work fine for text consoles
> (fbcon) and virtual terminals, and for debugging
> multi-head support.
> 
> Gr{oetje,eeting}s,
> 
> 						Geert
> 
> P.S. Please CC me, as I'm not (yet) subscribed to
> user-mode-linux-devel.
> --
> Geert Uytterhoeven -- There's lots of Linux beyond
> ia32 -- geert@linux-m68k.org
> 
> In personal conversations with technical people, I
> call myself a hacker. But
> when I'm talking to journalists I just say
> "programmer" or something like that.
> 							    -- Linus Torvalds
> 
> 
> 
>
-------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built
> ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are
> available now.
> Download today and enter to win an XBOX or Visual
> Studio .NET.
>
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> _______________________________________________
> Linux-fbdev-devel mailing list
> Linux-fbdev-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linux-fbdev-devel

=====
Jon Smirl
jonsmirl@yahoo.com

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

[-- Attachment #2: vpci.tar.bz2 --]
[-- Type: application/x-bzip2, Size: 35524 bytes --]

  reply	other threads:[~2003-08-13 16:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-13 16:07 UML and fbdev Geert Uytterhoeven
2003-08-13 16:31 ` Jon Smirl [this message]
2003-08-13 18:13   ` [uml-devel] " Jeff Dike
2003-08-13 18:46     ` Henrik Nordstrom
2003-08-20 18:58 ` [uml-devel] " Antonio Vargas

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=20030813163152.78053.qmail@web14911.mail.yahoo.com \
    --to=jonsmirl@yahoo.com \
    --cc=geert@linux-m68k.org \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).