From 2aaa95c1ecbd51f53dda627c1485c8ce53372d2b Mon Sep 17 00:00:00 2001 From: Gregory Lirent Date: Sat, 3 Aug 2024 21:24:08 +0300 Subject: [PATCH] Fix rdtsc patch --- patches/9999-rdtsc-hook.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/9999-rdtsc-hook.patch b/patches/9999-rdtsc-hook.patch index a2313c6..1b133ba 100644 --- a/patches/9999-rdtsc-hook.patch +++ b/patches/9999-rdtsc-hook.patch @@ -1,7 +1,7 @@ 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 +++ 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->cpu_based_exec_ctrl = _cpu_based_exec_control; vmcs_conf->cpu_based_2nd_exec_ctrl = _cpu_based_2nd_exec_control;