From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [GIT PULL] KVM updates for 2.6.33-rc2 Date: Sun, 27 Dec 2009 15:21:05 -0200 Message-ID: <20091227172105.GA8008@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm , linux-kernel@vger.kernel.org, Avi Kivity To: Linus Torvalds Return-path: Received: from mx1.redhat.com ([209.132.183.28]:34057 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752380AbZL0RVq (ORCPT ); Sun, 27 Dec 2009 12:21:46 -0500 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: Linus, please pull from git://git.kernel.org/pub/scm/virt/kvm/kvm.git kvm-updates/2.6.33 For the following KVM fixes. Alexander Graf (1): KVM: powerpc: Fix mtsrin in book3s_64 mmu Heiko Carstens (1): KVM: get rid of kvm_create_vm() unused label warning on s390 Jan Kiszka (1): KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updates Marcelo Tosatti (2): KVM: MMU: remove prefault from invlpg handler KVM: LAPIC: make sure IRR bitmap is scanned after vm load Sheng Yang (1): KVM: Fix possible circular locking in kvm_vm_ioctl_assign_device() Tony Luck (1): KVM: ia64: fix build breakage due to host spinlock change Documentation/kvm/api.txt | 10 +++++++++- arch/ia64/kvm/vcpu.h | 9 ++++++--- arch/ia64/kvm/vmm.c | 4 ++-- arch/ia64/kvm/vtlb.c | 2 +- arch/powerpc/kvm/book3s_64_mmu.c | 22 +++++++++++++++++++++- arch/x86/include/asm/kvm.h | 4 ++++ arch/x86/kvm/lapic.c | 1 + arch/x86/kvm/paging_tmpl.h | 18 ------------------ arch/x86/kvm/x86.c | 12 ++++++++---- virt/kvm/assigned-dev.c | 6 +++--- virt/kvm/kvm_main.c | 5 ++++- 11 files changed, 59 insertions(+), 34 deletions(-)