Hi Richard,
sorry for the late reply to this mail in particular. I needed my memory to be
refreshed.
On 5/19/25 16:19, Julian Ganz wrote:
> > @@ -758,6 +787,7 @@ static void powerpc_excp_7xx(PowerPCCPU *cpu, int excp)
> > if (lev == 1 && cpu->vhyp) {
> > cpu->vhyp_class->hypercall(cpu->vhyp, cpu);
> > powerpc_reset_excp_state(cpu);
> > + qemu_plugin_vcpu_hostcall_cb(env_cpu(env), last_pc);
>
> Err... I think you need to be more specific about what you mean by
> "hostcall". Certainly
> this isn't the same thing as semihosting.
We count as a hostcall anything that is handled by code which execution is not
visible to plugins through the exec_insn callbacks. I believe that this is the
case hee, but I might be wrong.
Regards,
Julian