WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] ioemu won't compile under Solaris any more

To: John Levon <levon@xxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] ioemu won't compile under Solaris any more
From: Steven Hand <Steven.Hand@xxxxxxxxxxxx>
Date: Fri, 15 Dec 2006 17:19:30 +0000
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, Steven.Hand@xxxxxxxxxxxx
Delivery-date: Fri, 15 Dec 2006 09:19:30 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: Message from John Levon <levon@xxxxxxxxxxxxxxxxx> of "Fri, 15 Dec 2006 16:08:03 GMT." <20061215160803.GC26880@xxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
>13022:7fdf6e0f12db Fix deadlock when accessing IO memory.
>did:
>
>-    static pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
>+    static pthread_mutex_t mutex = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
>
>Which doesn't exist on Solaris; you'll have to create it dynamically.
>Obviously this is making any testing of the current code impossible, so
>could this get fixed before release?

Should be fixed by -unstable cset 13063:4a347a6ed5dc ; please check it works 
for you. 

Just out of curiosity, why are you building on Solaris anyhow? 

>PS the huge flood of changes still going into xen-unstable is making
>watching for stuff like this pretty difficult!

Flood should be more of a trickle now I hope; -rc2 was tagged earlier, and
hopefully will get a release out next week. 



cheers,

S.


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>