commit | c957a6d63e176e1ca068f935ca1efc439581aa6c | [log] [tgz] |
---|---|---|
author | Eric Auger <[email protected]> | Tue May 22 09:55:15 2018 +0200 |
committer | Marc Zyngier <[email protected]> | Fri May 25 12:29:27 2018 +0100 |
tree | d2ee4910879b265531e715c4cc3ef0b4ae303d16 | |
parent | c011f4ea106b94e5499358b62d8c2d74f7e184f9 [diff] |
KVM: arm/arm64: Check all vcpu redistributors are set on map_resources On vcpu first run, we eventually know the actual number of vcpus. This is a synchronization point to check all redistributors were assigned. On kvm_vgic_map_resources() we check both dist and redist were set, eventually check potential base address inconsistencies. Signed-off-by: Eric Auger <[email protected]> Reviewed-by: Christoffer Dall <[email protected]> Signed-off-by: Marc Zyngier <[email protected]>