Skip to content
Commit a4c0364b authored by Avi Kivity's avatar Avi Kivity
Browse files

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: stable@kernel.org
Reported-and-tested-by: default avatarYinghai Lu <yinghai@kernel.org>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent ccc0d38e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment