From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRNOy-0006VV-Id for qemu-devel@nongnu.org; Thu, 25 Oct 2012 09:23:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TRNOs-00072v-D1 for qemu-devel@nongnu.org; Thu, 25 Oct 2012 09:23:12 -0400 Received: from mail-ie0-f173.google.com ([209.85.223.173]:49187) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRNOs-00072p-8O for qemu-devel@nongnu.org; Thu, 25 Oct 2012 09:23:06 -0400 Received: by mail-ie0-f173.google.com with SMTP id 17so2262660iea.4 for ; Thu, 25 Oct 2012 06:23:05 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1351169867-5466-1-git-send-email-peter.maydell@linaro.org> <1351169867-5466-4-git-send-email-peter.maydell@linaro.org> Date: Thu, 25 Oct 2012 14:23:05 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 03/12] hw/pl080: Use LOG_GUEST_ERROR and LOG_UNIMP List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: malc Cc: qemu-devel@nongnu.org, patches@linaro.org On 25 October 2012 14:19, malc wrote: > On Thu, 25 Oct 2012, Peter Maydell wrote: > >> Use LOG_GUEST_ERROR and LOG_UNIMP in preference to hw_error(). > > It's weird that printing something + abort is replaced by just printing > a message and the commit message doesn't really reflect the fact. I assume that the reader knows that hw_error() is fatal; the point of the series is that these shouldn't be fatal errors... -- PMM