On 29/01/2025 23:41, Gavin Shan wrote: > On 12/13/24 1:55 AM, Steven Price wrote: [...] >> + >> + kvm_pr_unimpl("Unsupported exit reason: %u\n", >> + rec->run->exit.exit_reason); > > s/kvm_pr_unimpl/vcpu_pr_unimpl It's vcpu_unimpl(), but sadly that attempts to print 'RIP' which is x86 specific (and would be nonsense for a realm guest anyway). The other s/kvm_err/vcpu_err/ changes all make sense. Thanks, Steve