From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIfOY-0002IH-U9 for qemu-devel@nongnu.org; Mon, 01 Oct 2012 08:46:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TIfOS-00062o-Va for qemu-devel@nongnu.org; Mon, 01 Oct 2012 08:46:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27050) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIfOS-00062i-N1 for qemu-devel@nongnu.org; Mon, 01 Oct 2012 08:46:40 -0400 Date: Mon, 1 Oct 2012 14:46:30 +0200 From: Igor Mammedov Message-ID: <20121001144630.3e45ce0d@nial.usersys.redhat.com> In-Reply-To: References: <1348691578-17231-1-git-send-email-imammedo@redhat.com> <1348691578-17231-19-git-send-email-imammedo@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 18/22] target-i386: parse cpu_model string into set of stringified properties List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: aliguori@us.ibm.com, ehabkost@redhat.com, jan.kiszka@siemens.com, Don@cloudswitch.com, mtosatti@redhat.com, qemu-devel@nongnu.org, mdroth@linux.vnet.ibm.com, pbonzini@redhat.com, lersek@redhat.com, afaerber@suse.de, stefanha@linux.vnet.ibm.com On Sun, 30 Sep 2012 12:16:27 +0000 Blue Swirl wrote: > This would break build since strtok_r() isn't available on Mingw, it's > not Posix either. How about g_strsplit()? Thanks! Updated series at: https://github.com/imammedo/qemu/tree/x86-cpu-properties.WIP I'll post fixed [7/22] and [18/22] patches as followup to this thread.