diff options
Diffstat (limited to '0008-x86-vmx-Disallow-the-use-of-inactivity-states.patch')
-rw-r--r-- | 0008-x86-vmx-Disallow-the-use-of-inactivity-states.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/0008-x86-vmx-Disallow-the-use-of-inactivity-states.patch b/0008-x86-vmx-Disallow-the-use-of-inactivity-states.patch index 12c2d59..3af45e8 100644 --- a/0008-x86-vmx-Disallow-the-use-of-inactivity-states.patch +++ b/0008-x86-vmx-Disallow-the-use-of-inactivity-states.patch @@ -1,7 +1,7 @@ From 7bd612727df792671e44152a8205f0cf821ad984 Mon Sep 17 00:00:00 2001 From: Andrew Cooper <andrew.cooper3@citrix.com> Date: Fri, 2 Feb 2024 08:03:26 +0100 -Subject: [PATCH 08/10] x86/vmx: Disallow the use of inactivity states +Subject: [PATCH 08/67] x86/vmx: Disallow the use of inactivity states Right now, vvmx will blindly copy L12's ACTIVITY_STATE into the L02 VMCS and enter the vCPU. Luckily for us, nested-virt is explicitly unsupported for @@ -122,5 +122,5 @@ index 78404e42b3..0af021d5f5 100644 #define VMX_MISC_CR3_TARGET 0x01ff0000 #define VMX_MISC_VMWRITE_ALL 0x20000000 -- -2.43.0 +2.44.0 |