From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [GIT PULL] KVM fixes for 3.6-rc3 Date: Thu, 23 Aug 2012 04:30:04 -0300 Message-ID: <20120823073004.GA22074@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel , kvm , Avi Kivity To: Linus Torvalds Return-path: Content-Disposition: inline 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 master To receive the following KVM bug fixes: Alan Cox (1): ppc: e500_tlb memset clears nothing Alexander Graf (1): KVM: PPC: Add cache flush on page map Avi Kivity (1): KVM: x86 emulator: use stack size attribute to mask rsp in stack ops Gleb Natapov (1): KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct value Paul Mackerras (1): KVM: PPC: Book3S HV: Fix incorrect branch in H_CEDE code Takuya Yoshikawa (1): KVM: MMU: Fix mmu_shrink() so that it can free mmu pages as intended arch/powerpc/include/asm/kvm_host.h | 1 + arch/powerpc/include/asm/kvm_ppc.h | 12 ++++++++++++ arch/powerpc/kvm/book3s_32_mmu_host.c | 3 +++ arch/powerpc/kvm/book3s_64_mmu_host.c | 2 ++ arch/powerpc/kvm/book3s_hv_rmhandlers.S | 12 +++++++----- arch/powerpc/kvm/e500_tlb.c | 11 +++++++---- arch/powerpc/mm/mem.c | 1 + arch/x86/kvm/emulate.c | 30 +++++++++++++++++++++--------- arch/x86/kvm/mmu.c | 13 +++++++++---- arch/x86/kvm/x86.c | 2 +- 10 files changed, 64 insertions(+), 23 deletions(-)