From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lyqh7-0007gh-MB for qemu-devel@nongnu.org; Tue, 28 Apr 2009 13:02:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lyqh3-0007dJ-0l for qemu-devel@nongnu.org; Tue, 28 Apr 2009 13:02:09 -0400 Received: from [199.232.76.173] (port=33151 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lyqh2-0007dC-Qs for qemu-devel@nongnu.org; Tue, 28 Apr 2009 13:02:04 -0400 Received: from rv-out-0708.google.com ([209.85.198.246]:8923) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lyqh2-0005xf-9E for qemu-devel@nongnu.org; Tue, 28 Apr 2009 13:02:04 -0400 Received: by rv-out-0708.google.com with SMTP id c5so415494rvf.22 for ; Tue, 28 Apr 2009 10:02:03 -0700 (PDT) Message-ID: <49F73687.2000306@codemonkey.ws> Date: Tue, 28 Apr 2009 12:01:59 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [7237] qemu: mutex/thread/cond wrappers and configure tweaks ( Marcelo Tosatti) References: <200904281445.19999.paul@codesourcery.com> In-Reply-To: <200904281445.19999.paul@codesourcery.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: qemu-devel@nongnu.org Paul Brook wrote: > On Friday 24 April 2009, Anthony Liguori wrote: > >> Added Paths: >> ----------- >> trunk/qemu-thread.c >> trunk/qemu-thread.h >> > > Having both these and qemu-lock.h seems wrong. > And since they're pthread specific, they are poorly named. It'll be refactored soon. Regards, Anthony Liguori > Paul >