diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2021-11-12 22:01:55 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-11-12 22:01:55 +0100 |
commit | 84886c262ebcfa40751ed508268457af8a20c1aa (patch) | |
tree | 7ae331173c47e822f9cc2ab3539151bfe868a7a4 /arch/arm64/kvm/hyp/nvhe/sys_regs.c | |
parent | KVM: SEV: unify cgroup cleanup code for svm_vm_migrate_from (diff) | |
parent | KVM: arm64: Fix host stage-2 finalization (diff) | |
download | linux-84886c262ebcfa40751ed508268457af8a20c1aa.tar.xz linux-84886c262ebcfa40751ed508268457af8a20c1aa.zip |
Merge tag 'kvmarm-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master
KVM/arm64 fixes for 5.16, take #1
- Fix the host S2 finalization by solely iterating over the memblocks
instead of the whole IPA space
- Tighten the return value of kvm_vcpu_preferred_target() now that
32bit support is long gone
- Make sure the extraction of ESR_ELx.EC is limited to the architected
bits
- Comment fixups
Diffstat (limited to 'arch/arm64/kvm/hyp/nvhe/sys_regs.c')
-rw-r--r-- | arch/arm64/kvm/hyp/nvhe/sys_regs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kvm/hyp/nvhe/sys_regs.c b/arch/arm64/kvm/hyp/nvhe/sys_regs.c index 3787ee6fb1a2..792cf6e6ac92 100644 --- a/arch/arm64/kvm/hyp/nvhe/sys_regs.c +++ b/arch/arm64/kvm/hyp/nvhe/sys_regs.c @@ -474,7 +474,7 @@ bool kvm_handle_pvm_sysreg(struct kvm_vcpu *vcpu, u64 *exit_code) return true; } -/** +/* * Handler for protected VM restricted exceptions. * * Inject an undefined exception into the guest and return true to indicate that |