[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1196594327338-git-send-email-avi@qumranet.com>
Date: Sun, 2 Dec 2007 13:18:37 +0200
From: Avi Kivity <avi@...ranet.com>
To: stable@...nel.org
Cc: linux-kernel@...r.kernel.org, kvm-devel@...ts.sourceforge.net
Subject: [PATCH 00/10]: KVM updates for 2.6.23.9 (-stable)
The following patchset fixes some bugs in KVM for the next 2.6.23.y stable
release. Please apply.
Amit Shah (2):
KVM: x86 emulator: Use emulator_write_emulated and not emulator_write_std
KVM: SVM: Fix FPU leak while emulating clts
Aurelien Jarno (1):
KVM: x86 emulator: fix access registers for instructions with ModR/M byte and Mod = 3
Avi Kivity (4):
KVM: x86 emulator: invd instruction
KVM: SVM: Intercept the 'invd' and 'wbinvd' instructions
KVM: Skip pio instruction when it is emulated, not executed
KVM: VMX: Force vm86 mode if setting flags during real mode
Eddie Dong (1):
KVM: VMX: Reset mmu context when entering real mode
Marko Kohtala (1):
KVM: Fix hang on uniprocessor
Sheng Yang (1):
KVM: x86 emulator: implement 'movnti mem, reg'
drivers/kvm/kvm_main.c | 16 ++++++++++------
drivers/kvm/mmu.c | 1 +
drivers/kvm/svm.c | 4 ++++
drivers/kvm/vmx.c | 3 +++
drivers/kvm/x86_emulate.c | 30 +++++++++++++++++++++++++++---
5 files changed, 45 insertions(+), 9 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists