X-Odus wrote:
> 
> I dont think a driver would be able to talk directly to the UI code.  The 
> driver would run in the emulated OS, and the OS would have know clue about the 
> emulator.  You would still need some kind of emulated hardware that sends the 
> data from the driver to the UI code.

The easiest way is to request a framebuffer through shared memory
(MITSHM in X) and then map it into the guest.

-- Ramon

Reply via email to