From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LquNK-0002oB-Nu for qemu-devel@nongnu.org; Mon, 06 Apr 2009 15:20:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LquNG-0002nj-3Q for qemu-devel@nongnu.org; Mon, 06 Apr 2009 15:20:54 -0400 Received: from [199.232.76.173] (port=33581 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LquNF-0002ng-U5 for qemu-devel@nongnu.org; Mon, 06 Apr 2009 15:20:49 -0400 Received: from mx2.redhat.com ([66.187.237.31]:35477) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LquNF-0004xO-Hq for qemu-devel@nongnu.org; Mon, 06 Apr 2009 15:20:49 -0400 Date: Mon, 6 Apr 2009 16:20:01 -0300 From: Marcelo Tosatti Subject: Re: [Qemu-devel] [patch 02/11] qemu: mutex/thread/cond wrappers Message-ID: <20090406192001.GA13863@amt.cnet> References: <20090402233250.577870188@localhost.localdomain> <20090402233745.788347436@localhost.localdomain> <49DA4815.6090300@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49DA4815.6090300@us.ibm.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org On Mon, Apr 06, 2009 at 01:21:09PM -0500, Anthony Liguori wrote: > This patch breaks the build on win32. Even with all of the patches > applied, the win32 build is broken. qemu-thread.c compilation fails? Can you show the logs please? Need to skip qemu-thread.c in the Makefile for WIN32. > Marcelo Tosatti wrote: >> Signed-off-by: Marcelo Tosatti >> >> Index: trunk/qemu-thread.c >> =================================================================== >> --- /dev/null >> +++ trunk/qemu-thread.c >> > > Please make sure to include Copyright/License information in all new files. Will do.