From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5t8W-0002iG-WD for qemu-devel@nongnu.org; Sat, 12 Jul 2014 04:58:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5t8S-0002t8-3K for qemu-devel@nongnu.org; Sat, 12 Jul 2014 04:58:28 -0400 Received: from mail-la0-f48.google.com ([209.85.215.48]:58011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5t8R-0002sg-TX for qemu-devel@nongnu.org; Sat, 12 Jul 2014 04:58:24 -0400 Received: by mail-la0-f48.google.com with SMTP id el20so1553407lab.7 for ; Sat, 12 Jul 2014 01:58:22 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <53C083B9.2040506@suse.de> 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> From: Peter Maydell Date: Sat, 12 Jul 2014 09:58:02 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 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: Alexander Graf Cc: "qemu-ppc@nongnu.org" , Joakim Tjernlund , QEMU Developers 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 :-) thanks -- PMM