Compare commits
2 Commits
fc56578682
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
2aaa95c1ec
|
|||
|
9bf436a98c
|
@@ -1,7 +1,7 @@
|
|||||||
BUILD_DIR=.build
|
BUILD_DIR=.build
|
||||||
|
|
||||||
build: prepare
|
build: prepare
|
||||||
cd $(BUILD_DIR)/kernel && make deb
|
cd $(BUILD_DIR)/ && make deb
|
||||||
|
|
||||||
prepare: | submodule
|
prepare: | submodule
|
||||||
mkdir -p $(BUILD_DIR)/patches/kernel
|
mkdir -p $(BUILD_DIR)/patches/kernel
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
diff -Naur --no-dereference a/arch/x86/kvm/vmx/vmx.c b/arch/x86/kvm/vmx/vmx.c
|
diff -Naur --no-dereference a/arch/x86/kvm/vmx/vmx.c b/arch/x86/kvm/vmx/vmx.c
|
||||||
--- a/arch/x86/kvm/vmx/vmx.c 2024-07-01 21:03:34.000000000 +0300
|
--- a/arch/x86/kvm/vmx/vmx.c 2024-07-01 21:03:34.000000000 +0300
|
||||||
+++ b/arch/x86/kvm/vmx/vmx.c 2024-07-01 20:24:05.000000000 +0300
|
+++ b/arch/x86/kvm/vmx/vmx.c 2024-07-01 20:24:05.000000000 +0300
|
||||||
@@ -2714,6 +2714,7 @@
|
@@ -2714,7 +2714,7 @@
|
||||||
vmcs_conf->pin_based_exec_ctrl = _pin_based_exec_control;
|
vmcs_conf->pin_based_exec_ctrl = _pin_based_exec_control;
|
||||||
vmcs_conf->cpu_based_exec_ctrl = _cpu_based_exec_control;
|
vmcs_conf->cpu_based_exec_ctrl = _cpu_based_exec_control;
|
||||||
vmcs_conf->cpu_based_2nd_exec_ctrl = _cpu_based_2nd_exec_control;
|
vmcs_conf->cpu_based_2nd_exec_ctrl = _cpu_based_2nd_exec_control;
|
||||||
|
|||||||
Reference in New Issue
Block a user