[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v3 1/9] xen/arm: Print a 64-bit number in hex from early uart
Hi, On 11/05/2022 02:46, 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> Tested-by: Jiamei Xie <jiamei.xie@xxxxxxx> Acked-by: Julien Grall <jgrall@xxxxxxxxxx> I have committed this patch.Patch #3 looks to be suitably acked but I am not sure whether it can be committed before #2. So I didn't commit it. Please let me know if it can be. Cheers, -- Julien Grall
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |