mbox series

[6.1.y,0/2,V2] KVM: x86: fire timer when it is migrated

Message ID 20240826221336.14023-1-david.hunter.linux@gmail.com (mailing list archive)
Headers show
Series KVM: x86: fire timer when it is migrated | expand

Message

David Hunter Aug. 26, 2024, 10:13 p.m. UTC
Hello, 

I'm sending you two this first because this will be my first time
sending a series patch. Is this okay?

Backport for 6.1.y. These two commits should be backported together to
fix an issue that arrises from commit 967235d320329e4a7a2bd1a36b04293063e985ae 
	-Subject: 'VM: vmx: clear pending interrupts on KVM_SET_LAPIC'


[ Upstream Commit 8e6ed96cdd5001c55fccc80a17f651741c1ca7d2 ]
Haitao Shan (1):
  KVM: x86: Fix lapic timer interrupt lost after loading a snapshot.

[ Upstream Commit 9cfec6d097c607e36199cf0cfbb8cf5acbd8e9b2 ]
Li RongQing (1):
  KVM: x86: fire timer when it is migrated and expired, and in oneshot
    mode
---
V1 --> V2
	- changed to a series patch to fix an issue with the patch

 arch/x86/kvm/lapic.c   | 8 ++++++--
 arch/x86/kvm/vmx/vmx.c | 1 +
 2 files changed, 7 insertions(+), 2 deletions(-)