RE: [PATCH v3 1/9] xen/arm: Print a 64-bit number in hex from early uart

2022-06-17 Thread Henry Wang
Hi Julien, > -Original Message- > From: Julien Grall > On 17/06/2022 04:27, Henry Wang wrote: > > Hi Julien, > Hi Henry, > >> > >> Hi, > >> > >> 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 di

Re: [PATCH v3 1/9] xen/arm: Print a 64-bit number in hex from early uart

2022-06-17 Thread Julien Grall
On 17/06/2022 04:27, Henry Wang wrote: Hi Julien, Hi Henry, -Original Message- From: Xen-devel On Behalf Of Julien Grall Hi, 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

RE: [PATCH v3 1/9] xen/arm: Print a 64-bit number in hex from early uart

2022-06-16 Thread Henry Wang
Hi Julien, > -Original Message- > From: Xen-devel On Behalf Of > Julien Grall > > Hi, > > 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. IIUC,

RE: [PATCH v3 1/9] xen/arm: Print a 64-bit number in hex from early uart

2022-05-16 Thread Wei Chen
Hi Julien, > -Original Message- > From: Julien Grall > Sent: 2022年5月17日 1:15 > To: Wei Chen ; xen-devel@lists.xenproject.org > Cc: nd ; Stefano Stabellini ; Bertrand > Marquis ; Volodymyr Babchuk > ; Jiamei Xie ; Julien > Grall > Subject: Re: [PATCH v3 1

Re: [PATCH v3 1/9] xen/arm: Print a 64-bit number in hex from early uart

2022-05-16 Thread Julien Grall
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 00010100 booting - Will be trun

[PATCH v3 1/9] xen/arm: Print a 64-bit number in hex from early uart

2022-05-10 Thread Wei Chen
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 00010100 booting - Will be truncated to (XEN) Bringing up CPU5 - CPU 01