From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: [GIT PULL] KVM updates fot 2.6.37-rc6 Date: Fri, 17 Dec 2010 17:17:53 +0200 Message-ID: <4D0B7F21.3000103@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Linux Kernel Mailing List , kvm-devel , Marcelo Tosatti To: Linus Torvalds Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Linus, please pull from git://git.kernel.org/pub/scm/virt/kvm/kvm.git kvm-updates/2.6.37 to get a few KVM fixes for 2.6.37-rc6. Two of the fixes are for forward compatibility with Bulldozer processors, one is a live migration fix, and one an ordinary preemption counter leak fix. Andre Przywara (1): KVM: enlarge number of possible CPUID leaves Avi Kivity (1): KVM: Fix preemption counter leak in kvm_timer_init() Joerg Roedel (1): KVM: SVM: Do not report xsave in supported cpuid Sheng Yang (1): KVM: Fix OSXSAVE after migration arch/x86/include/asm/kvm_host.h | 2 +- arch/x86/kvm/svm.c | 4 ++++ arch/x86/kvm/vmx.c | 5 ----- arch/x86/kvm/x86.c | 11 +++++------ arch/x86/kvm/x86.h | 5 +++++ 5 files changed, 15 insertions(+), 12 deletions(-) -- I have a truly marvellous patch that fixes the bug which this signature is too narrow to contain.