On 2023/10/27 4:53, Oliver Upton wrote:
It is a pretty well known fact that KVM does not support MMIO emulation without valid instruction syndrome information (ESR_EL2.ISV == 0). The current kvm_pr_unimpl() is pretty useless, as it contains zero context to relate the event to a vCPU. Replace it with a precise tracepoint that dumps the relevant context so the user can make sense of what the guest is doing. Signed-off-by: Oliver Upton <oliver.upton@xxxxxxxxx>
Acked-by: Zenghui Yu <yuzenghui@xxxxxxxxxx>