From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Subject: [PATCH 0/2] KVM: PPC: Migration bugfixes for HV KVM Date: Fri, 19 Apr 2013 15:49:53 +1000 Message-ID: <20130419054953.GB26477@drongo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, kvm-ppc@vger.kernel.org To: Alexander Graf Return-path: Content-Disposition: inline Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org This series of two patches fixes a couple of bugs in live migration under HV-style KVM on PPC. They only touch PPC/HV code and add no new APIs. The patches are against Alex Graf's kvm-ppc-next branch. I would like them to go in for 3.10. Paul. arch/powerpc/include/asm/kvm_book3s.h | 3 +- arch/powerpc/include/asm/kvm_book3s_64.h | 13 ++++ arch/powerpc/include/asm/kvm_host.h | 2 + arch/powerpc/kernel/asm-offsets.c | 1 + arch/powerpc/kvm/book3s_64_mmu_hv.c | 120 +++++++++++++++++++++++++----- arch/powerpc/kvm/book3s_hv.c | 30 +++++--- arch/powerpc/kvm/book3s_hv_rm_mmu.c | 11 --- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 4 + 8 files changed, 143 insertions(+), 41 deletions(-)