Re: [Qemu-devel] [PATCH v2 09/10] target-arm/kvm.c: better error reporting

2014-08-04 Thread Peter Maydell
On 10 July 2014 16:50, Alex Bennée wrote: > From: Alex Bennée > > 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ée No particular object

[Qemu-devel] [PATCH v2 09/10] target-arm/kvm.c: better error reporting

2014-07-10 Thread Alex Bennée
From: Alex Bennée 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ée --- v2 - less verbose log message - fix checkpatch warnings diff --git