From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvjGW-0003js-Pw for qemu-devel@nongnu.org; Mon, 09 Nov 2015 05:01:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZvjGW-0004c7-01 for qemu-devel@nongnu.org; Mon, 09 Nov 2015 05:01:32 -0500 Received: from mail-yk0-x22a.google.com ([2607:f8b0:4002:c07::22a]:34311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvjGV-0004bz-Qy for qemu-devel@nongnu.org; Mon, 09 Nov 2015 05:01:31 -0500 Received: by ykfs79 with SMTP id s79so26911731ykf.1 for ; Mon, 09 Nov 2015 02:01:31 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <87twovpqg1.fsf@blackfin.pond.sub.org> References: <1446909925-12201-1-git-send-email-drjones@redhat.com> <87twovpqg1.fsf@blackfin.pond.sub.org> From: Peter Maydell Date: Mon, 9 Nov 2015 10:01:12 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] hw/arm/virt: error_report cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Andrew Jones , qemu-arm@nongnu.org, QEMU Developers On 9 November 2015 at 07:44, Markus Armbruster wrote: > For consistency, error messages should be a phrase, not a full sentence, > let alone a paraphraph. This is in direct conflict with wanting them to be actually useful to users :-( thanks -- PMM