Re: [PATCH v2] xen/arm: Add 0x prefix when printing memory size in construct_domU

2023-01-13 Thread Julien Grall
Hi Michal, On 06/01/2023 10:41, Michal Orzel wrote: On 05/01/2023 13:15, Andrew Cooper wrote: On 05/01/2023 11:19 am, Julien Grall wrote: On 05/01/2023 09:59, Ayan Kumar Halder wrote: Hi Julien, Hi, I have a clarification. On 05/01/2023 09:26, Julien Grall wrote: CAUTION: This messa

Re: [PATCH v2] xen/arm: Add 0x prefix when printing memory size in construct_domU

2023-01-06 Thread Michal Orzel
On 05/01/2023 13:15, Andrew Cooper wrote: > > > On 05/01/2023 11:19 am, Julien Grall wrote: >> On 05/01/2023 09:59, Ayan Kumar Halder wrote: >>> Hi Julien, >> >> Hi, >> >>> I have a clarification. >>> >>> On 05/01/2023 09:26, Julien Grall wrote: CAUTION: This message has originated from a

Re: [PATCH v2] xen/arm: Add 0x prefix when printing memory size in construct_domU

2023-01-05 Thread Andrew Cooper
On 05/01/2023 11:19 am, Julien Grall wrote: > On 05/01/2023 09:59, Ayan Kumar Halder wrote: >> Hi Julien, > > Hi, > >> I have a clarification. >> >> On 05/01/2023 09:26, Julien Grall wrote: >>> CAUTION: This message has originated from an External Source. Please >>> use proper judgment and caution

Re: [PATCH v2] xen/arm: Add 0x prefix when printing memory size in construct_domU

2023-01-05 Thread Julien Grall
On 05/01/2023 09:59, Ayan Kumar Halder wrote: Hi Julien, Hi, I have a clarification. On 05/01/2023 09:26, Julien Grall wrote: CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this

Re: [PATCH v2] xen/arm: Add 0x prefix when printing memory size in construct_domU

2023-01-05 Thread Ayan Kumar Halder
Hi Julien, I have a clarification. On 05/01/2023 09:26, Julien Grall wrote: CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email. Hi Stefano, On 04/01/2023 23:47, Stefano S

Re: [PATCH v2] xen/arm: Add 0x prefix when printing memory size in construct_domU

2023-01-05 Thread Julien Grall
Hi Stefano, On 04/01/2023 23:47, Stefano Stabellini wrote: On Tue, 3 Jan 2023, Michal Orzel wrote: Printing memory size in hex without 0x prefix can be misleading, so add it. Also, take the opportunity to adhere to 80 chars line length limit by moving the printk arguments to the next line. Sig

Re: [PATCH v2] xen/arm: Add 0x prefix when printing memory size in construct_domU

2023-01-04 Thread Stefano Stabellini
On Tue, 3 Jan 2023, Michal Orzel wrote: > Printing memory size in hex without 0x prefix can be misleading, so > add it. Also, take the opportunity to adhere to 80 chars line length > limit by moving the printk arguments to the next line. > > Signed-off-by: Michal Orzel > --- > Changes in v2: > -

Re: [PATCH v2] xen/arm: Add 0x prefix when printing memory size in construct_domU

2023-01-03 Thread Ayan Kumar Halder
On 03/01/2023 10:25, Michal Orzel wrote: Printing memory size in hex without 0x prefix can be misleading, so add it. Also, take the opportunity to adhere to 80 chars line length limit by moving the printk arguments to the next line. Signed-off-by: Michal Orzel Reviewed-by: Ayan Kumar Halder

[PATCH v2] xen/arm: Add 0x prefix when printing memory size in construct_domU

2023-01-03 Thread Michal Orzel
Printing memory size in hex without 0x prefix can be misleading, so add it. Also, take the opportunity to adhere to 80 chars line length limit by moving the printk arguments to the next line. Signed-off-by: Michal Orzel --- Changes in v2: - was: "Print memory size in decimal in construct_domU"