mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
bump kernel version to 5.14 for arm
Bump kernel version and update kernel config file accordingly. Especially, enable virtio-mem and MEMORY_HOTPLUG_DEFAULT_ONLINE here. Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>
This commit is contained in:
committed by
Rob Bradford
parent
584d5c5596
commit
a2e72774a9
@@ -171,7 +171,7 @@ update_workloads() {
|
||||
}
|
||||
|
||||
SRCDIR=$PWD
|
||||
LINUX_CUSTOM_BRANCH="ch-5.12"
|
||||
LINUX_CUSTOM_BRANCH="ch-5.14"
|
||||
|
||||
# Check whether the local HEAD commit same as the remote HEAD or not. Remove the folder if they are different.
|
||||
if [ -d "$LINUX_CUSTOM_DIR" ]; then
|
||||
|
||||
Reference in New Issue
Block a user