From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicholas Piggin Date: Tue, 06 Apr 2021 07:04:59 +0000 Subject: Re: [PATCH v6 16/48] KVM: PPC: Book3S 64: Move interrupt early register setup to KVM Message-Id: <1617692548.qxsokwkl3x.astroid@bobo.none> List-Id: References: <20210405011948.675354-1-npiggin@gmail.com> <20210405011948.675354-17-npiggin@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Paul Mackerras Cc: linuxppc-dev@lists.ozlabs.org, kvm-ppc@vger.kernel.org Excerpts from Paul Mackerras's message of April 6, 2021 2:37 pm: > On Mon, Apr 05, 2021 at 11:19:16AM +1000, Nicholas Piggin wrote: >> Like the earlier patch for hcalls, KVM interrupt entry requires a >> different calling convention than the Linux interrupt handlers >> set up. Move the code that converts from one to the other into KVM. > > I don't see where you do anything to enable the new KVM entry code to > access the PACA_EXSLB area when handling DSegI and ISegI interrupts. > Have I missed something, or are you not testing PR KVM at all? We just got rid of PACA_EXSLB, commit ac7c5e9b08ac ("powerpc/64s: Remove EXSLB interrupt save area"). Thanks, Nick