Re: [PATCH v8 07/11] i386/pc: handle unitialized mr in pc_get_cxl_range_end()

2022-07-18 Thread Joao Martins
On 7/18/22 13:58, Igor Mammedov wrote: > On Fri, 15 Jul 2022 18:16:24 +0100 > Joao Martins wrote: > >> Remove pc_get_cxl_range_end() dependency on the CXL memory region, >> and replace with one that does not require the CXL host_mr to determine >> the start of CXL start. >> >> This in preparation

Re: [PATCH v8 07/11] i386/pc: handle unitialized mr in pc_get_cxl_range_end()

2022-07-18 Thread Igor Mammedov
On Fri, 15 Jul 2022 18:16:24 +0100 Joao Martins wrote: > Remove pc_get_cxl_range_end() dependency on the CXL memory region, > and replace with one that does not require the CXL host_mr to determine > the start of CXL start. > > This in preparation to allow pc_pci_hole64_start() to be called earl

[PATCH v8 07/11] i386/pc: handle unitialized mr in pc_get_cxl_range_end()

2022-07-15 Thread Joao Martins
Remove pc_get_cxl_range_end() dependency on the CXL memory region, and replace with one that does not require the CXL host_mr to determine the start of CXL start. This in preparation to allow pc_pci_hole64_start() to be called early in pc_memory_init(), handle CXL memory region end when its underl