]> Git Repo - linux.git/commit
arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpu
authorChristoffer Dall <[email protected]>
Thu, 16 Oct 2014 15:21:16 +0000 (17:21 +0200)
committerChristoffer Dall <[email protected]>
Sat, 13 Dec 2014 13:15:26 +0000 (14:15 +0100)
commitb856a59141b1066d3c896a0d0231f84dabd040af
treeaf889ac7fce03290fd3c086bcb64471ec81689cb
parent3ad8b3de526a76fbe9466b366059e4958957b88f
arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpu

When userspace resets the vcpu using KVM_ARM_VCPU_INIT, we should also
reset the HCR, because we now modify the HCR dynamically to
enable/disable trapping of guest accesses to the VM registers.

This is crucial for reboot of VMs working since otherwise we will not be
doing the necessary cache maintenance operations when faulting in pages
with the guest MMU off.

Acked-by: Marc Zyngier <[email protected]>
Signed-off-by: Christoffer Dall <[email protected]>
arch/arm/include/asm/kvm_emulate.h
arch/arm/kvm/arm.c
arch/arm/kvm/guest.c
arch/arm64/include/asm/kvm_emulate.h
arch/arm64/kvm/guest.c
This page took 0.057269 seconds and 4 git commands to generate.