From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJpKq-0007qg-Bo for qemu-devel@nongnu.org; Mon, 27 Jul 2015 16:49:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZJpKn-00076p-2A for qemu-devel@nongnu.org; Mon, 27 Jul 2015 16:49:20 -0400 Received: from mail-vn0-f45.google.com ([209.85.216.45]:34076) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJpKm-00076i-UX for qemu-devel@nongnu.org; Mon, 27 Jul 2015 16:49:16 -0400 Received: by vnds125 with SMTP id s125so35572048vnd.1 for ; Mon, 27 Jul 2015 13:49:16 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20150727200905.20230.9048.malone@soybean.canonical.com> References: <20150726160232.11141.42512.malonedeb@wampee.canonical.com> <20150727200905.20230.9048.malone@soybean.canonical.com> From: Peter Maydell Date: Mon, 27 Jul 2015 21:48:57 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [Bug 1478360] Re: Cant compile on ubuntu 14.04 x64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bug 1478360 <1478360@bugs.launchpad.net> Cc: QEMU Developers On 27 July 2015 at 21:09, Vido <1478360@bugs.launchpad.net> wrote: > Tnx Peter, just one quick question how should I configure qemu to > disable threding I cant find any option with ./configure --help I'm not sure why you think that's related to this bug. There's no option to disable threading because you never want to do that; it's not optional. The fix for this bug went into git today, incidentally. It will be in QEMU 2.4. thanks -- PMM