Re: [Qemu-devel] [PATCH v8 34/35] RISC-V: Add hartid and \n to interrupt logging

2018-05-03 Thread Alistair Francis
On Wed, Apr 25, 2018 at 5:05 PM Michael Clark wrote: > Add carriage return that was erroneously removed > when converting to qemu_log. Change hard coded > core number to the actual hartid. > Cc: Sagar Karandikar > Cc: Bastian Koppelmann > Cc: Palmer Dabbelt > Cc: Alistair Francis > Signed-of

[Qemu-devel] [PATCH v8 34/35] RISC-V: Add hartid and \n to interrupt logging

2018-04-25 Thread Michael Clark
Add carriage return that was erroneously removed when converting to qemu_log. Change hard coded core number to the actual hartid. Cc: Sagar Karandikar Cc: Bastian Koppelmann Cc: Palmer Dabbelt Cc: Alistair Francis Signed-off-by: Michael Clark --- target/riscv/cpu_helper.c | 18 ++