From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: [PATCH] KVM: PPC: Book3S HV: Add missing code for transaction reclaim on guest exit Date: Wed, 16 Apr 2014 14:39:12 +0200 Message-ID: <534E79F0.4070406@suse.de> References: <20140413225626.GA31179@iris.ozlabs.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: Paul Mackerras , kvm-ppc@vger.kernel.org, kvm@vger.kernel.org Return-path: In-Reply-To: <20140413225626.GA31179@iris.ozlabs.ibm.com> Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 14.04.14 00:56, Paul Mackerras wrote: > Testing by Michael Neuling revealed that commit e4e38121507a ("KVM: > PPC: Book3S HV: Add transactional memory support") is missing the code > that saves away the checkpointed state of the guest when switching to > the host. This adds that code, which was in earlier versions of the > patch but went missing somehow. > > Reported-by: Michael Neuling > Signed-off-by: Paul Mackerras Thanks, applied to for-3.15. Alex