Searched hist:d135399a97cc3e27716a8e468a5fd1a209346831 (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | psci_test.c | diff d135399a97cc3e27716a8e468a5fd1a209346831 Wed May 04 05:24:44 CEST 2022 Oliver Upton <oupton@google.com> selftests: KVM: Use KVM_SET_MP_STATE to power off vCPU in psci_test
Setting a vCPU's MP state to KVM_MP_STATE_STOPPED has the effect of powering off the vCPU. Rather than using the vCPU init feature flag, use the KVM_SET_MP_STATE ioctl to power off the target vCPU.
Signed-off-by: Oliver Upton <oupton@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20220504032446.4133305-11-oupton@google.com
|