ANDROID: KVM: arm64: Reject concurrent loading of a vCPU on multiple physical CPUs
Loading a vCPU concurrently on multiple physical CPUs is a recipe for disaster. Introduce a per-vCPU flag to track whether or not it is loaded and reject a load request for a vCPU which is already loaded. Signed-off-by:Fuad Tabba <tabba@google.com> Bug: 209580772 Change-Id: Ic72db8a0462c23a3dc2af06bf0265b586729f989 Signed-off-by:
Will Deacon <willdeacon@google.com>
Loading
Please sign in to comment