From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Date: Sun, 29 Nov 2020 19:17:05 +0000 Subject: hcall H_READ when running kvm-hv: where serviced? Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ppc@vger.kernel.org I'm trying to find the correct handler for H_READ. The two functions I have patched don't ever seem to be called: kvm_htab_read() in book3s_64_mmu_hv.c and kvmppc_h_read() in book3s_hv_rm_mmu.c It appears the call is intercepted somewhere else. Could someone enlighten me on where else I should be looking?