|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [XEN RFC PATCH 02/40] xen/arm: Print a 64-bit number in hex from early uart
Hi Wei, On 11/08/2021 11:23, Wei Chen wrote: Current putn function that is using for early print only can print low 32-bit of AArch64 register. This will lose some important messages while debugging with early console. For example: (XEN) Bringing up CPU5 - CPU 0000000100000100 booting - Will be truncated to (XEN) Bringing up CPU5 - CPU 00000100 booting - In this patch, we increased the print loops and shift bits to make putn print 64-bit number. Signed-off-by: Wei Chen <wei.chen@xxxxxxx> Acked-by: Julien Grall <jgrall@xxxxxxxxxx>
As you modify the line, can you take the opportunity to write: /* * Print a 64-bit...And also drop the second sentence as it the code has not been PL011 specific for quite a while now. Cheers, -- Julien Grall
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |