From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Mon, 20 May 2019 06:40:23 +0000 Subject: Re: [RFC PATCH v2 09/10] KVM: PPC: Book3S HV: Fixed for running secure guests Message-Id: <20190520064023.GD21382@blackberry> List-Id: References: <20190518142524.28528-1-cclaudio@linux.ibm.com> <20190518142524.28528-10-cclaudio@linux.ibm.com> In-Reply-To: <20190518142524.28528-10-cclaudio@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Claudio Carvalho Cc: Madhavan Srinivasan , Michael Anderson , Ram Pai , kvm-ppc@vger.kernel.org, Bharata B Rao , linuxppc-dev@ozlabs.org, Sukadev Bhattiprolu , Thiago Jung Bauermann , Anshuman Khandual On Sat, May 18, 2019 at 11:25:23AM -0300, Claudio Carvalho wrote: > From: Paul Mackerras > > - Pass SRR1 in r11 for UV_RETURN because SRR0 and SRR1 get set by > the sc 2 instruction. (Note r3 - r10 potentially have hcall return > values in them.) > > - Fix kvmppc_msr_interrupt to preserve the MSR_S bit. > > Signed-off-by: Paul Mackerras > Signed-off-by: Claudio Carvalho This should be folded into the previous patch. Paul.