|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] ioemu won't compile under Solaris any more
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?
thanks
john
PS the huge flood of changes still going into xen-unstable is making
watching for stuff like this pretty difficult!
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] ioemu won't compile under Solaris any more,
John Levon <=
|
|
|
|
|