Skip to content
Commit ad15a296 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

kvm: vmx: fix oops with explicit flexpriority=0 option



A function pointer was not NULLed, causing kvm_vcpu_reload_apic_access_page to
go down the wrong path and OOPS when doing put_page(NULL).

This did not happen on old processors, only when setting the module option
explicitly.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 8a395363
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