From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEHvH-0008H3-Cd for qemu-devel@nongnu.org; Mon, 04 Aug 2014 09:03:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEHvC-0007Tr-C7 for qemu-devel@nongnu.org; Mon, 04 Aug 2014 09:03:31 -0400 Received: from mail-lb0-f180.google.com ([209.85.217.180]:56254) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEHvC-0007Tc-5A for qemu-devel@nongnu.org; Mon, 04 Aug 2014 09:03:26 -0400 Received: by mail-lb0-f180.google.com with SMTP id v6so5267480lbi.39 for ; Mon, 04 Aug 2014 06:03:25 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1405007407-23549-10-git-send-email-alex.bennee@linaro.org> References: <1405007407-23549-1-git-send-email-alex.bennee@linaro.org> <1405007407-23549-10-git-send-email-alex.bennee@linaro.org> From: Peter Maydell Date: Mon, 4 Aug 2014 14:03:04 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 09/10] target-arm/kvm.c: better error reporting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QWxleCBCZW5uw6ll?= Cc: Paolo Bonzini , =?UTF-8?B?QWxleCBCZW5uw6ll?= , QEMU Developers , "open list:Overall" On 10 July 2014 16:50, Alex Benn=C3=A9e wrote: > From: Alex Benn=C3=A9e > > When we have a problem syncing CP registers between kvm<->qemu it's a > lot more useful to have the names of the registers in the log than just > a random abort() and core dump. > > Signed-off-by: Alex Benn=C3=A9e No particular objection but it seems out of place in this patchset. -- PMM