Re: [Qemu-devel] [PATCH] Fix TLS support on x86

2007-06-20 Thread David Woodhouse
On Wed, 2007-06-20 at 18:42 +0200, Alexander Graf wrote: > implements futexes (this is mostly done by David Woodhouse as well, > FUTEX_WAKE_OP done by me) #ifdef BSWAP_NEEDED, only FUTEX_OP_CMP_EQ and FUTEX_OP_CMP_NE will work as expected. If we want to do the rest then we'll need to implement FUT

[Qemu-devel] New QEMU software packages available for download for Solaris 8, 9 (sun4m & sun4u) & 10 (sun4u)

2007-06-20 Thread Jonathan Kalbfeld
Hello, I've put together more QEMU Solaris packages on my website. Some of them include a bundled mtools and a bootable floppy image which is great for RTOS development. http://www.thoughtwave.net/downloads.html Some install in /opt/thoughtwave or /opt/thoughtwave/legacy depending on if you ar

Re: [Qemu-devel] [PATCH] Fix TLS support on x86

2007-06-20 Thread Alexander Graf
Thiemo Seufer wrote: > Alexander Graf wrote: > >> Hi, >> >> this patch is based on the NPTL/TLS patch, David Woodhouse sent to the >> list some months ago, which unfortulately did not work for me, so these >> are the fixes needed to get it working. After all there is a certain >> chance, that I

[Qemu-devel] blackberry and qemu

2007-06-20 Thread Matteo
Hi! I was trying to use Blackberry Desktop under Windows XP under a QEMU virtual machine under Linux. My problem is that the device is recognized as device id 0fca:0006 and after some seconds it switch to 0fca:0004 . So when I make a "usb_add host:0fca:0006" QEMU lose my request and if I try to ma

Re: [Qemu-devel] qemu-user mmap not thread-safe?

2007-06-20 Thread Kirill A. Shutemov
On [Tue, 19.06.2007 16:03], Alexander Graf wrote: > Paul Brook wrote: > > On Thursday 24 May 2007, Alexander Graf wrote: > > > >> Hi, > >> > >> while playing around with TLS on i386 i came across this problem which > >> occurs even when no TLS is used at all. If two threads just malloc() > >> me