Re: [PATCH v6 06/10] i386/pc: factor out cxl range start to helper

2022-07-11 Thread Joao Martins
On 7/11/22 13:47, Igor Mammedov wrote: > On Thu, 7 Jul 2022 16:18:43 +0100 > Joao Martins wrote: > >> On 7/7/22 14:00, Igor Mammedov wrote: >>> On Fri, 1 Jul 2022 17:10:10 +0100 >>> Joao Martins wrote: >>> Factor out the calculation of the base address of the MR. It will be used la

Re: [PATCH v6 06/10] i386/pc: factor out cxl range start to helper

2022-07-11 Thread Igor Mammedov
On Thu, 7 Jul 2022 16:18:43 +0100 Joao Martins wrote: > On 7/7/22 14:00, Igor Mammedov wrote: > > On Fri, 1 Jul 2022 17:10:10 +0100 > > Joao Martins wrote: > > > >> Factor out the calculation of the base address of the MR. It will be > >> used later on for the cxl range end counterpart calcu

Re: [PATCH v6 06/10] i386/pc: factor out cxl range start to helper

2022-07-07 Thread Joao Martins
On 7/7/22 14:00, Igor Mammedov wrote: > On Fri, 1 Jul 2022 17:10:10 +0100 > Joao Martins wrote: > >> Factor out the calculation of the base address of the MR. It will be >> used later on for the cxl range end counterpart calculation and as >> well in pc_memory_init() CXL mr initialization, th

Re: [PATCH v6 06/10] i386/pc: factor out cxl range start to helper

2022-07-07 Thread Igor Mammedov
On Fri, 1 Jul 2022 17:10:10 +0100 Joao Martins wrote: > Factor out the calculation of the base address of the MR. It will be > used later on for the cxl range end counterpart calculation and as > well in pc_memory_init() CXL mr initialization, thus avoiding > duplication. > > Cc: Jonathan Camer

[PATCH v6 06/10] i386/pc: factor out cxl range start to helper

2022-07-01 Thread Joao Martins
Factor out the calculation of the base address of the MR. It will be used later on for the cxl range end counterpart calculation and as well in pc_memory_init() CXL mr initialization, thus avoiding duplication. Cc: Jonathan Cameron Signed-off-by: Joao Martins --- hw/i386/pc.c | 28 +