Re: [PATCH v6 17/43] arm64: RME: Handle realm enter/exit
From: Steven Price <steven.price@arm.com>
Date: 2025-02-03 16:34:10
Also in:
kvm, kvmarm, linux-arm-kernel, lkml
From: Steven Price <steven.price@arm.com>
Date: 2025-02-03 16:34:10
Also in:
kvm, kvmarm, linux-arm-kernel, lkml
On 29/01/2025 23:41, Gavin Shan wrote:
On 12/13/24 1:55 AM, Steven Price wrote:
[...]
quoted
+ + 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