]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm/arm64: Ensure vcpu target is unset on reset failure
authorAndrew Jones <drjones@redhat.com>
Thu, 4 Apr 2019 17:42:30 +0000 (19:42 +0200)
committerMarc Zyngier <marc.zyngier@arm.com>
Thu, 25 Apr 2019 10:50:31 +0000 (11:50 +0100)
commit637fc04b1f1a3b00dd28b6f5825c12b019f30481
tree9fe22e53860e70a80d45fb48da40e1d2077a019a
parentd55d3cf43dd06aeea39a75e110f02b851ed570ba
KVM: arm/arm64: Ensure vcpu target is unset on reset failure

A failed KVM_ARM_VCPU_INIT should not set the vcpu target,
as the vcpu target is used by kvm_vcpu_initialized() to
determine if other vcpu ioctls may proceed. We need to set
the target before calling kvm_reset_vcpu(), but if that call
fails, we should then unset it and clear the feature bitmap
while we're at it.

Signed-off-by: Andrew Jones <drjones@redhat.com>
[maz: Simplified patch, completed commit message]
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
virt/kvm/arm/arm.c