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

2013-07-06 Thread Alexander Graf
The i386 target is now able to properly handle NPTL. Enable it. Signed-off-by: Alexander Graf --- configure |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 0e0adde..61f2770 100755 --- a/configure +++ b/configure @@ -4156,6 +4156,7 @@ TARGET_AB

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 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 corre

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 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

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

2013-07-05 Thread Alexander Graf
The i386 target is now able to properly handle NPTL. Enable it. Signed-off-by: Alexander Graf --- configure |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 0e0adde..61f2770 100755 --- a/configure +++ b/configure @@ -4156,6 +4156,7 @@ TARGET_AB