From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5ujw-0003Iy-UV for qemu-devel@nongnu.org; Sat, 12 Jul 2014 06:41:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5ujq-0005fs-US for qemu-devel@nongnu.org; Sat, 12 Jul 2014 06:41:12 -0400 Message-ID: <53C110C1.4070705@suse.de> Date: Sat, 12 Jul 2014 12:41:05 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1405091884-29955-1-git-send-email-Joakim.Tjernlund@transmode.se> <1405091884-29955-5-git-send-email-Joakim.Tjernlund@transmode.se> <53C083B9.2040506@suse.de> <53C10264.9000405@suse.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH 4/4] ppc: remove excessive logging List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: "qemu-ppc@nongnu.org" , Joakim Tjernlund , QEMU Developers On 12.07.14 12:40, Peter Maydell wrote: > On 12 July 2014 10:39, Alexander Graf wrote: >> On 12.07.14 10:58, Peter Maydell wrote: >>> On 12 July 2014 01:39, Alexander Graf wrote: >>>> What do the other platforms do on illegal instructions during user mode? >>>> Any way we can get consistency across the board? >>> Mostly it looks like they just silently generate the SIGILL. >>> Consistency has never been our strong point :-) >> >> That means this patch brings things towards consistency? It's certainly good >> for me then :) > No, this just removes one use of this logging. If you > wanted consistency we should remove all of them... Agreed :) Alex