[GIT PULL] KVM fixes for 2.6.25-rc3

From: Avi Kivity
Date: Tue Mar 04 2008 - 11:03:58 EST


Linus, please pull the kvm fixes in the repo and branch

git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git for-linus

comprising an ABI fix, a few host crash fixes, AMD specific fixes,
a Kbuild fix for the randconfig addicts, fallout from the scaling
work, and other miscellany.

Avi Kivity (5):
KVM: Make the supported cpuid list a host property rather than a vm property
KVM: Avoid infinite-frequency local apic timer
KVM: Route irq 0 to vcpu 0 exclusively
KVM: MMU: Fix race when instantiating a shadow pte
KVM: VMX: Avoid rearranging switched guest msrs while they are loaded

Izik Eidus (1):
KVM: remove the usage of the mmap_sem for the protection of the memory slots.

Joerg Roedel (4):
KVM: SVM: Fix lazy FPU switching
KVM: SVM: set NM intercept when enabling CR0.TS in the guest
KVM: emulate access to MSR_IA32_MCG_CTL
KVM: SVM: fix Windows XP 64 bit installation crash

Marcelo Tosatti (2):
KVM: move alloc_apic_access_page() outside of non-preemptable region
KVM: make MMU_DEBUG compile again

Paul Knowles (1):
KVM: Fix kvm_arch_vcpu_ioctl_set_sregs so that set_cr0 works properly

Randy Dunlap (1):
x86: disable KVM for Voyager and friends

arch/x86/Kconfig | 2 +-
arch/x86/kvm/lapic.c | 4 ++
arch/x86/kvm/mmu.c | 38 ++++++++++-----
arch/x86/kvm/paging_tmpl.h | 20 +++++---
arch/x86/kvm/svm.c | 26 ++++++++++
arch/x86/kvm/vmx.c | 14 ++++--
arch/x86/kvm/x86.c | 114 +++++++++++++++++++++++++-------------------
include/linux/kvm.h | 4 +-
include/linux/kvm_host.h | 1 +
virt/kvm/ioapic.c | 8 +++
virt/kvm/kvm_main.c | 5 +-
11 files changed, 156 insertions(+), 80 deletions(-)

--
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/