Re: [PATCH v2 4/4] virt/hw/virt: Add virt_set_high_memmap() helper

2022-08-16 Thread Zhenyu Zhang
commit 49e00c1fe2ab24b73ac16908f3c05ebe88b9186d (HEAD -> master) Author: Gavin Shan Date: Mon Aug 15 14:29:58 2022 +0800 virt/hw/virt: Add virt_set_high_memmap() helper The logic to assign high memory region's address in virt_set_memmap() is independent. Lets move the logic to virt

[PATCH v2 4/4] virt/hw/virt: Add virt_set_high_memmap() helper

2022-08-14 Thread Gavin Shan
The logic to assign high memory region's address in virt_set_memmap() is independent. Lets move the logic to virt_set_high_memmap() helper. "each device" is replaced by "each region" in the comments. No functional change intended. Signed-off-by: Gavin Shan --- hw/arm/virt.c | 92 +++