]> git.proxmox.com Git - pve-kernel.git/blobdiff - patches/kernel/0009-KVM-x86-emulator-smm-use-smram-structs-in-the-common.patch
update to Proxmox-6.1.10-1
[pve-kernel.git] / patches / kernel / 0009-KVM-x86-emulator-smm-use-smram-structs-in-the-common.patch
index cabb73ed88bd19bf78fcf794b5ad78d0aa3d9a60..768690f1b233ecce76de51e072adfcab60f4ed5d 100644 (file)
@@ -147,10 +147,10 @@ index ce362e88a567..45c4def86cd3 100644
                return 0;
  
 diff --git a/arch/x86/kvm/vmx/vmx.c b/arch/x86/kvm/vmx/vmx.c
-index 63247c57c72c..4319f65181f7 100644
+index 4ae248e87f5e..a850ea04514e 100644
 --- a/arch/x86/kvm/vmx/vmx.c
 +++ b/arch/x86/kvm/vmx/vmx.c
-@@ -7914,7 +7914,7 @@ static int vmx_smi_allowed(struct kvm_vcpu *vcpu, bool for_injection)
+@@ -7911,7 +7911,7 @@ static int vmx_smi_allowed(struct kvm_vcpu *vcpu, bool for_injection)
        return !is_smm(vcpu);
  }
  
@@ -159,7 +159,7 @@ index 63247c57c72c..4319f65181f7 100644
  {
        struct vcpu_vmx *vmx = to_vmx(vcpu);
  
-@@ -7935,7 +7935,7 @@ static int vmx_enter_smm(struct kvm_vcpu *vcpu, char *smstate)
+@@ -7932,7 +7932,7 @@ static int vmx_enter_smm(struct kvm_vcpu *vcpu, char *smstate)
        return 0;
  }