From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Fri, 19 Apr 2013 05:49:53 +0000 Subject: [PATCH 0/2] KVM: PPC: Migration bugfixes for HV KVM Message-Id: <20130419054953.GB26477@drongo> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Alexander Graf Cc: kvm@vger.kernel.org, kvm-ppc@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(-)