From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Subject: [PATCH 0/2] Fixes for HV KVM on PPC for 3.14 Date: Thu, 13 Mar 2014 20:01:07 +1100 Message-ID: <20140313090107.GA32257@iris.ozlabs.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm-ppc@vger.kernel.org, Scott Wood , agraf@suse.de To: Paolo Bonzini , kvm@vger.kernel.org Return-path: Content-Disposition: inline Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org These two patches fix two things in hypervisor-mode KVM for the IBM POWER server processors. The first patch removes a hunk of extraneous code that got in as a result of a mistake I made in cleaning up after rebasing a patch. The second fixes a bug that causes host memory corruption. Both patches fix things that cause host crashes, so I'd like them in 3.14 if possible. The two patches only touch one file, arch/powerpc/kvm/book3s_hv_rmhandlers.S, so they can't possibly cause any problems for other architectures or other PPC platforms. The patches are against the master branch of the kvm tree but should apply equally on Linus' current master branch. Scott, please ack. Paolo, I meant to get these out earlier, but a personal emergency arose this week and delayed me. Thanks, Paul.