commit | ad15a296471d40703be647b11ddc56df0f1c0cdd | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Jan 30 16:18:49 2015 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jan 30 16:18:49 2015 +0100 |
tree | 5ec3cbf964598a222f228491ae22d6be7404e235 | |
parent | 8a395363e2f9f52ec44a1cd892881e8ee1a53269 [diff] |
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: Paolo Bonzini <pbonzini@redhat.com>