qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: OpenBSD/Sparc64 gcc doesn't know about __thread, so bui


From: Gerd Hoffmann
Subject: [Qemu-devel] Re: OpenBSD/Sparc64 gcc doesn't know about __thread, so build breaks
Date: Mon, 31 Aug 2009 08:46:33 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Lightning/1.0pre Thunderbird/3.0b3

On 08/29/09 18:41, Blue Swirl wrote:
Hi,

I get this error on OpenBSD/Sparc64:
   CC    i386-softmmu/monitor.o
/src/qemu/monitor.c:3232: error: thread-local storage not supported
for this target
gmake[1]: *** [monitor.o] Error 1

Removing the offending __thread would fix the build.

Ok, just kill it then. I thought it is an easy way to make it future-proof when qemu becomes more parallel. Right now we don't need it though: even with io thread enabled the qemu code is protected by one big lock, we don't have qemu code run truely parallel.

cheers,
  Gerd




reply via email to

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