qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] opengl rendering in the sdl window


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH] opengl rendering in the sdl window
Date: Mon, 08 Sep 2008 21:15:45 +0200
User-agent: Thunderbird 2.0.0.16 (X11/20080723)

Anthony Liguori wrote:
> Gerd Hoffmann wrote:
>> Negotiate a shared memory segment somehow, then send just notifications.
>> Have to think about how to to that in detail, ideally this would be a
>> shared memory segment shared by all three instances involved: the gui
>> process, the qemu process and the X-Server.  So qemu can render directly
>> into a XShmImage, although it has no (direct) connection to the X-Server.
> 
> This is exactly how my VNC Shm patches worked.  The protocol extension
> is generic but it happens to work very well with an XShmImage.

Oh, great.  Lets dig out and polish the patches then.

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]