Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KVM: Explicity initialize cpus_hardware_enabled
Under CONFIG_MAXSMP, cpus_hardware_enabled is allocated from the heap and not statically initialized. This causes a crash on reboot when kvm thinks vmx is enabled on random nonexistent cpus and accesses nonexistent percpu lists. Fix by explicitly clearing the variable. Cc: [email protected] Reported-and-tested-by: Yinghai Lu <[email protected]> Signed-off-by: Avi Kivity <[email protected]>
- Loading branch information