Re: [Qemu-devel] SUNWqemu-0.8.2,REV=2006.10.14-sol8-sparc-opt.pkg released

2006-10-16 Thread Martin Bochnig
I'm back. Blue Swirl wrote: > Linux libc uses %g1 without saving in setjmp, maybe Solaris has the > same problem. I haven't found any free three global registers which > would work. Using local registers would solve this problem, but then > no functions outside the TB couldn't access T0-2. > > Ma

Re: [Qemu-devel] configure flag for compilation question..

2006-10-16 Thread Ishwar Rattan
On Fri, 13 Oct 2006, Ben Taylor wrote: Manually add "-L/usr/local/lib -R/usr/local/lib" to the Makefile for the link phase so it will correctly add those paths to the library lookup. If I had a code base to look at this instance, I could tell you where. You could also add those flags to Make

Re: [Qemu-devel] PATCH stfiwx implementation - Problem with casting

2006-10-16 Thread André Braga
On 10/16/06, Tom Marn <[EMAIL PROTECTED]> wrote: cast test 1 - float: 85.745110 [0x42ab7d7f] -> integer: 85 [0x0055] cast test 2 - float: 85.745110 [0x42ab7d7f] -> integer: 57005 [0xdead] <-- 85 is correct Am I the only one who found this result EXTREMELY amusing? :D

Re: [Qemu-devel] qemu and kernel 2.6.18

2006-10-16 Thread chris friedhoff
Hi, checking the Changelog for 2.6.18 (and diffing) one can see, that the CAP_NET_ADMIN requirement was added for the tun/tap inerface in tun.c. The question is, is it acceptable for a user to add a tun/tap interface in a running system. It was before 2.6.18. A different approach is, to grant t

Re: [Qemu-devel] PATCH stfiwx implementation - Problem with casting

2006-10-16 Thread Tom Marn
Please use last attached patch for stfiwx implementation and demonstration of cast problem. Instruction stfiwx is used when casting from float point to integer is needed. I'm having problems with proper evaluation of values at the line (in cast_ftoi.c) where casting from float to integer accur