linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] KVM fixes for 2.6.25-rc3
@ 2008-03-04 16:03 Avi Kivity
  0 siblings, 0 replies; only message in thread
From: Avi Kivity @ 2008-03-04 16:03 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, kvm-devel

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-04 16:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-04 16:03 [GIT PULL] KVM fixes for 2.6.25-rc3 Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).