From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Subject: [PATCH 0/8] Various Book3s HV fixes that haven't been picked up yet Date: Tue, 16 Oct 2012 14:03:03 +1100 Message-ID: <20121016030303.GA1218@drongo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Alexander Graf Return-path: Received: from ozlabs.org ([203.10.76.45]:36203 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753855Ab2JPDH1 (ORCPT ); Mon, 15 Oct 2012 23:07:27 -0400 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: This is a set of 8 patches of which the first 7 have been posted previously and have had no comments. The 8th is new, but is quite trivial. They fix a series of issues with HV-style KVM on ppc. They only touch code that is specific to Book3S HV KVM. The patches are against the next branch of the kvm tree. The overall diffstat is: arch/powerpc/include/asm/kvm_asm.h | 1 + arch/powerpc/include/asm/kvm_book3s_64.h | 2 +- arch/powerpc/include/asm/kvm_host.h | 17 +- arch/powerpc/include/asm/smp.h | 8 + arch/powerpc/kernel/smp.c | 46 +++++ arch/powerpc/kvm/book3s_hv.c | 316 +++++++++++++++++++++--------- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 11 +- 7 files changed, 293 insertions(+), 108 deletions(-) Please apply. Thanks, Paul.