From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQuRk-00045o-Oa for qemu-devel@nongnu.org; Wed, 03 Feb 2016 05:14:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQuRf-0002al-Pg for qemu-devel@nongnu.org; Wed, 03 Feb 2016 05:14:00 -0500 Received: from mout.kundenserver.de ([212.227.126.133]:49191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQuRf-0002ae-Gt for qemu-devel@nongnu.org; Wed, 03 Feb 2016 05:13:55 -0500 References: <1454492221-30625-1-git-send-email-glaubitz@physik.fu-berlin.de> <1454492221-30625-3-git-send-email-glaubitz@physik.fu-berlin.de> <56B1CAC1.5040903@vivier.eu> <56B1CEF3.8010904@vivier.eu> <56B1D12D.1070105@physik.fu-berlin.de> From: Laurent Vivier Message-ID: <56B1D2DF.8080205@vivier.eu> Date: Wed, 3 Feb 2016 11:13:51 +0100 MIME-Version: 1.0 In-Reply-To: <56B1D12D.1070105@physik.fu-berlin.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 2/2] m68k: Build the opcode table only once to avoid multithreading issues List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Paul Adrian Glaubitz , qemu-devel@nongnu.org, Peter Maydell Le 03/02/2016 11:06, John Paul Adrian Glaubitz a écrit : > On 02/03/2016 10:57 AM, Laurent Vivier wrote: >> In fact, the line should be: >> >> + if (opcode_table[0] != NULL) >> + return; >> >> thanks to scripts/checkpatch.pl. > > Want me to re-send it? > I don't know if the one who will commit this to the tree will want to update this. BTW, Peter, perhaps it's the time to add me as m68k maintainer ? (so I will manage that :) ) Laurent