Re: [PATCH 05/22] x86/srat: vmap the pages for acpi_slit

2023-01-31 Thread Julien Grall
Hi Jan, On 31/01/2023 09:11, Jan Beulich wrote: On 30.01.2023 20:27, Julien Grall wrote: Hi Jan, On 23/12/2022 11:31, Julien Grall wrote: On 20/12/2022 15:30, Jan Beulich wrote: On 16.12.2022 12:48, Julien Grall wrote: From: Hongyan Xia This avoids the assumption that boot pages are in

Re: [PATCH 05/22] x86/srat: vmap the pages for acpi_slit

2023-01-31 Thread Jan Beulich
On 30.01.2023 20:27, Julien Grall wrote: > Hi Jan, > > On 23/12/2022 11:31, Julien Grall wrote: >> On 20/12/2022 15:30, Jan Beulich wrote: >>> On 16.12.2022 12:48, Julien Grall wrote: From: Hongyan Xia This avoids the assumption that boot pages are in the direct map.

Re: [PATCH 05/22] x86/srat: vmap the pages for acpi_slit

2023-01-30 Thread Julien Grall
Hi Jan, On 23/12/2022 11:31, Julien Grall wrote: On 20/12/2022 15:30, Jan Beulich wrote: On 16.12.2022 12:48, Julien Grall wrote: From: Hongyan Xia This avoids the assumption that boot pages are in the direct map. Signed-off-by: Hongyan Xia Signed-off-by: Julien Grall Reviewed-by: Jan

Re: [PATCH 05/22] x86/srat: vmap the pages for acpi_slit

2023-01-13 Thread Julien Grall
On 13/01/2023 09:16, Jan Beulich wrote: On 13.01.2023 00:15, Julien Grall wrote: Hi, On 04/01/2023 10:23, Jan Beulich wrote: On 23.12.2022 12:31, Julien Grall wrote: On 20/12/2022 15:30, Jan Beulich wrote: On 16.12.2022 12:48, Julien Grall wrote: From: Hongyan Xia This avoids the

Re: [PATCH 05/22] x86/srat: vmap the pages for acpi_slit

2023-01-13 Thread Jan Beulich
On 13.01.2023 00:15, Julien Grall wrote: > Hi, > > On 04/01/2023 10:23, Jan Beulich wrote: >> On 23.12.2022 12:31, Julien Grall wrote: >>> On 20/12/2022 15:30, Jan Beulich wrote: On 16.12.2022 12:48, Julien Grall wrote: > From: Hongyan Xia > > This avoids the assumption that

Re: [PATCH 05/22] x86/srat: vmap the pages for acpi_slit

2023-01-12 Thread Julien Grall
Hi, On 04/01/2023 10:23, Jan Beulich wrote: On 23.12.2022 12:31, Julien Grall wrote: On 20/12/2022 15:30, Jan Beulich wrote: On 16.12.2022 12:48, Julien Grall wrote: From: Hongyan Xia This avoids the assumption that boot pages are in the direct map. Signed-off-by: Hongyan Xia

Re: [PATCH 05/22] x86/srat: vmap the pages for acpi_slit

2023-01-04 Thread Jan Beulich
On 23.12.2022 12:31, Julien Grall wrote: > On 20/12/2022 15:30, Jan Beulich wrote: >> On 16.12.2022 12:48, Julien Grall wrote: >>> From: Hongyan Xia >>> >>> This avoids the assumption that boot pages are in the direct map. >>> >>> Signed-off-by: Hongyan Xia >>> Signed-off-by: Julien Grall >> >>

Re: [PATCH 05/22] x86/srat: vmap the pages for acpi_slit

2022-12-23 Thread Julien Grall
Hi Jan, On 20/12/2022 15:30, Jan Beulich wrote: On 16.12.2022 12:48, Julien Grall wrote: From: Hongyan Xia This avoids the assumption that boot pages are in the direct map. Signed-off-by: Hongyan Xia Signed-off-by: Julien Grall Reviewed-by: Jan Beulich However, ... ---

Re: [PATCH 05/22] x86/srat: vmap the pages for acpi_slit

2022-12-20 Thread Jan Beulich
On 16.12.2022 12:48, Julien Grall wrote: > From: Hongyan Xia > > This avoids the assumption that boot pages are in the direct map. > > Signed-off-by: Hongyan Xia > Signed-off-by: Julien Grall Reviewed-by: Jan Beulich However, ... > --- a/xen/arch/x86/srat.c > +++ b/xen/arch/x86/srat.c >

[PATCH 05/22] x86/srat: vmap the pages for acpi_slit

2022-12-16 Thread Julien Grall
From: Hongyan Xia This avoids the assumption that boot pages are in the direct map. Signed-off-by: Hongyan Xia Signed-off-by: Julien Grall Changes since Hongyan's version: * vmap_boot_pages() was renamed to vmap_contig_pages() --- xen/arch/x86/srat.c | 3 ++- 1 file