On 19.10.2023 10:04, Nicola Vetrini wrote: > >>> - vmx_asm_vmexit_handler >>> > > Isn't this just a declaration: > > void nocall vmx_asm_vmexit_handler(void); > > while the function to be deviated is this: > > void vmx_vmexit_handler(struct cpu_user_regs *regs) > > Am I correct?
Looks like you are, yes. Jan
