Re: [PATCH v3 1/5] hw/arm/virt: Introduce virt_set_high_memmap() helper

2022-09-29 Thread Cornelia Huck
On Thu, Sep 22 2022, Gavin Shan wrote: > This introduces virt_set_high_memmap() helper. The logic of high > memory region address assignment is moved to the helper. The intention > is to make the subsequent optimization for high memory region address > assignment easier. > > No functional change

Re: [PATCH v3 1/5] hw/arm/virt: Introduce virt_set_high_memmap() helper

2022-09-28 Thread Eric Auger
Hi Gavin, On 9/22/22 01:13, Gavin Shan wrote: > This introduces virt_set_high_memmap() helper. The logic of high > memory region address assignment is moved to the helper. The intention > is to make the subsequent optimization for high memory region address > assignment easier. > > No functional

[PATCH v3 1/5] hw/arm/virt: Introduce virt_set_high_memmap() helper

2022-09-21 Thread Gavin Shan
This introduces virt_set_high_memmap() helper. The logic of high memory region address assignment is moved to the helper. The intention is to make the subsequent optimization for high memory region address assignment easier. No functional change intended. Signed-off-by: Gavin Shan ---