Re: [Qemu-devel] Re: [PATCH] VMware SVGA II emulation

2007-04-02 Thread andrzej zaborowski
Hi, On 02/04/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote: [..] I left the sdl_copy bit out because it broke scrolling of a guest Linux framebuffer in the moment it initialized its virtual consoles. Maybe that's a bug in libsdl 1.2. Thanks for checking this. I didn't have any ideas as to what c

Re: [Qemu-devel] Re: [PATCH] VMware SVGA II emulation

2007-04-01 Thread Thiemo Seufer
andrzej zaborowski wrote: > Hi, > I looked at how the embedding of a standard VGA in the VMware SVGA > could be done (mainly out of curiosity) and it wasn't difficult. I had > to make small changes in hw/vga.c but I think it's made more flexible > now. Attached is a second version of the VMware SV