Re: [Qemu-devel] Linux framebuffer emulation in qemu linux-user

2010-09-09 Thread Ilyes Gouta
On Thu, Sep 9, 2010 at 11:57 PM, Alexander Graf wrote: > > On 09.09.2010, at 23:06, Ilyes Gouta wrote: > > > > > > > On Thu, Sep 9, 2010 at 9:39 PM, Ilyes Gouta > wrote: > > Hi, > > > > Well, actually I'd like to run sh4 binaries in

Re: [Qemu-devel] Linux framebuffer emulation in qemu linux-user

2010-09-09 Thread Ilyes Gouta
wrote: > On Thu, Sep 9, 2010 at 8:39 PM, Ilyes Gouta wrote: > > Hi, > > Well, actually I'd like to run sh4 binaries in linux-user mode, where > these > > are actually DirectFB applications which rely on the standard Linux > > framebuffer to display things. >

Re: [Qemu-devel] Linux framebuffer emulation in qemu linux-user

2010-09-09 Thread Ilyes Gouta
On Thu, Sep 9, 2010 at 9:39 PM, Ilyes Gouta wrote: > Hi, > > Well, actually I'd like to run sh4 binaries in linux-user mode, where these > are actually DirectFB applications which rely on the standard Linux > framebuffer to display things. > > In my use case, I'

[Qemu-devel] Linux framebuffer emulation in qemu linux-user

2010-09-09 Thread Ilyes Gouta
Hi, Is it possible, as of today, to emulate a classic Linux framebuffer when using qemu linux-user mode? At a first glance, I saw in the code that FBIOGET_FSCREENINFO, FBIOGET_VSCREENINFO and FBIOPUT_VSCREENINFO being declared by couldn't locate where they're handled. Are these hooked to the SDL