diff options
Diffstat (limited to '0007-x86-vmx-Fix-IRQ-handling-for-EXIT_REASON_INIT.patch')
-rw-r--r-- | 0007-x86-vmx-Fix-IRQ-handling-for-EXIT_REASON_INIT.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/0007-x86-vmx-Fix-IRQ-handling-for-EXIT_REASON_INIT.patch b/0007-x86-vmx-Fix-IRQ-handling-for-EXIT_REASON_INIT.patch index a1937a7..2100acc 100644 --- a/0007-x86-vmx-Fix-IRQ-handling-for-EXIT_REASON_INIT.patch +++ b/0007-x86-vmx-Fix-IRQ-handling-for-EXIT_REASON_INIT.patch @@ -1,7 +1,7 @@ From eca5416f9b0e179de9553900de8de660ab09199d Mon Sep 17 00:00:00 2001 From: Andrew Cooper <andrew.cooper3@citrix.com> Date: Fri, 2 Feb 2024 08:02:51 +0100 -Subject: [PATCH 07/10] x86/vmx: Fix IRQ handling for EXIT_REASON_INIT +Subject: [PATCH 07/67] x86/vmx: Fix IRQ handling for EXIT_REASON_INIT When receiving an INIT, a prior bugfix tried to ignore the INIT and continue onwards. @@ -61,5 +61,5 @@ index 072288a5ef..31f4a861c6 100644 break; case EXIT_REASON_TRIPLE_FAULT: -- -2.43.0 +2.44.0 |