Re: [Qemu-devel] [PATCH 7/9] linux-user: Enable NPTL for i386

2013-07-06 Thread Peter Maydell
On 6 July 2013 01:36, Alexander Graf ag...@suse.de wrote:
 The i386 target is now able to properly handle NPTL. Enable it.

This will conflict with the on-list series which reverses
the default for target_nptl in this bit of configure
(though the correction is obviously trivial).

thanks
-- PMM



Re: [Qemu-devel] [PATCH 7/9] linux-user: Enable NPTL for i386

2013-07-06 Thread Alexander Graf

On 06.07.2013, at 12:48, Peter Maydell wrote:

 On 6 July 2013 01:36, Alexander Graf ag...@suse.de wrote:
 The i386 target is now able to properly handle NPTL. Enable it.
 
 This will conflict with the on-list series which reverses
 the default for target_nptl in this bit of configure
 (though the correction is obviously trivial).

It's here for completeness only. It's such a trivial change that I'm sure we 
can easily redo it once your series is in :).


Alex