From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: [GIT PULL] KVM fixes for 2.6.34-rc5 Date: Wed, 21 Apr 2010 13:59:52 +0300 Message-ID: <4BCEDAA8.5000608@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: linux-kernel , KVM list To: Linus Torvalds Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Linus, please pull a bunch of kvm fixes from git://git.kernel.org/pub/scm/virt/kvm/kvm.git kvm-updates/2.6.34 Shortlog/diffstat follow. Andre Przywara (1): KVM: allow bit 10 to be cleared in MSR_IA32_MC4_CTL Avi Kivity (2): KVM: Don't spam kernel log when injecting exceptions due to bad cr writes KVM: VMX: Save/restore rflags.vm correctly in real mode Gleb Natapov (1): KVM: take srcu lock before call to complete_pio() Jan Kiszka (1): KVM: x86: Fix TSS size check for 16-bit tasks Lai Jiangshan (1): KVM: Add missing srcu_read_lock() for kvm_mmu_notifier_release() Sridhar Samudrala (1): KVM: Increase NR_IOBUS_DEVS limit to 200 Takuya Yoshikawa (2): KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() fails KVM: fix the handling of dirty bitmaps to avoid overflows Xiao Guangrong (1): KVM: MMU: fix kvm_mmu_zap_page() and its calling path arch/ia64/kvm/kvm-ia64.c | 9 ++++--- arch/powerpc/kvm/book3s.c | 5 ++- arch/x86/kvm/mmu.c | 11 ++++++--- arch/x86/kvm/svm.c | 25 ++++++++++++++--------- arch/x86/kvm/vmx.c | 24 ++++++++++++++-------- arch/x86/kvm/x86.c | 48 +++++++++++++++------------------------------ include/linux/kvm_host.h | 7 +++++- virt/kvm/kvm_main.c | 17 +++++++++++---- 8 files changed, 79 insertions(+), 67 deletions(-) -- error compiling committee.c: too many arguments to function