Re: [Qemu-devel] [PATCH] Experimental initial patch providing accelerated OpenGL for Linux i386 (2nd attempt to post)

2006-11-16 Thread Laurent Desnogues
Even Rouault a écrit : TODO list : - implement correctly full OpenGL API Did you consider taking a look at how Wine wraps OpenGL and/or how Mesa makes its dispatchers? I think they may be of use, and their license should be compatible :) Laurent

Re: [Qemu-devel] [PATCH] Experimental initial patch providing accelerated OpenGL for Linux i386 (2nd attempt to post)

2006-11-16 Thread Stefan Kombrink
2006/11/16, Even Rouault <[EMAIL PROTECTED]>: Here's an attempt of providing accelerated OpenGL for QEMU. I must underline first that it should really really be considered as experimental or a proof-of-concept. There's still a lot of work to do to make it reliable and releasable. So what is it e

Re: [Qemu-devel] TCP_NODELAY for -redir

2006-11-16 Thread Daniel Jacobowitz
On Mon, Nov 13, 2006 at 02:30:27PM -0500, Daniel Jacobowitz wrote: > I was trying to run GDB remote debug tests through a -redir socket > today. It crawled unbelievably. Paul guessed that slirp wasn't using > TCP_NODELAY, and Nagle was to blame. > > He was even righter than usual. Adding TCP_NO

Re: [Qemu-devel] [PATCH] Experimental initial patch providing accelerated OpenGL for Linux i386 (2nd attempt to post)

2006-11-16 Thread Paul Brook
> My main remark is that the host/guest communication system must be > changed and I can help you to implement it. I would prefer to use a PCI > device and to avoid any i386 dependent code. For the PCI device, using > the Bochs VGA adapter could be a possible idea. All the parameters and > data sho

[Qemu-devel] Re: qemu/rtl8139: Max transmit frame size

2006-11-16 Thread Herbert Xu
On Fri, Nov 17, 2006 at 11:29:45AM +1100, herbert wrote: > > Since I haven't heard any objections, here is a patch to do just that. In the interest of diffing things twice, here is a more complete patch. [QEMU] rtl8139: Disallow chaining above 64K As it stands the 8139C+ TX chaining is only bou

[Qemu-devel] Re: qemu/rtl8139: Max transmit frame size

2006-11-16 Thread Herbert Xu
On Wed, Nov 15, 2006 at 03:38:27PM +1100, herbert wrote: > > CP_TX_BUFFER_SIZE is already 64K. So it seems to me that we don't need > the while loop to extend the buffer at all since no transmitted packet > should be anywhere near this size. > > Are there any objections to getting rid of the fol

Re: [Qemu-devel] [PATCH] Experimental initial patch providing accelerated OpenGL for Linux i386 (2nd attempt to post)

2006-11-16 Thread Fabrice Bellard
Hi, I find your patch interesting and I'll try to include it in QEMU ASAP. My main remark is that the host/guest communication system must be changed and I can help you to implement it. I would prefer to use a PCI device and to avoid any i386 dependent code. For the PCI device, using the Boch

Re: [Qemu-devel] unsuscribe

2006-11-16 Thread Hetz Ben Hamo
Follow this link to unsubscribe: http://lists.nongnu.org/mailman/listinfo/qemu-devel On 11/17/06, Djamé <[EMAIL PROTECTED]> wrote: pleaaase ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-deve

[Qemu-devel] unsuscribe

2006-11-16 Thread Djamé
pleaaase ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Your Patch (Re: [Qemu-devel] [PATCH] Experimental initial patch providing accelerated OpenGL for Linux i386 (2nd attempt to post))

2006-11-16 Thread Hetz Ben Hamo
Hi, If your patch is big, bzip2 or gzip are good tools for compression and sending the files on the mailing list. Alternativly, we have the QEMU Forum which you can post a message and attach a file up to 256 Kbyte size (and I'm sure Pablo could expand it a bit if necessary). Here's your patch,

Re: [Qemu-devel] [PATCH] Experimental initial patch providing accelerated OpenGL for Linux i386 (2nd attempt to post)

2006-11-16 Thread Even Rouault
I've found some free storage online site... If someone knows some other alternatives, I'll be interested in. Here's a link to download the patch : http://www.4shared.com/file/6018776/13812e35/qemu_opengl.html If it doesn't work, go to http://www.4shared.com/, and log as [EMAIL PROTECTED], pass

[Qemu-devel] [PATCH] Experimental initial patch providing accelerated OpenGL for Linux i386 (2nd attempt to post)

2006-11-16 Thread Even Rouault
Here's an attempt of providing accelerated OpenGL for QEMU. I must underline first that it should really really be considered as experimental or a proof-of-concept. There's still a lot of work to do to make it reliable and releasable. So what is it exactly ? - a patch for QEMU itself that intercep

Re: [Xen-devel] Re: [Qemu-devel] Recursion in cpu_physical_memory_rw

2006-11-16 Thread Herbert Xu
On Thu, Nov 16, 2006 at 07:52:45AM +, Keir Fraser wrote: > > Each qemu 'stub domain' will be dedicated to a single guest. Adding a You're right of course. Somehow I was thinking of having the physical NIC in the qemu domain which obviously isn't the case. > recursion counter to the memory a