|
@@ -3562,7 +3562,7 @@ static int handle_exit(struct kvm_vcpu *vcpu)
|
|
|
|
|
|
if (exit_code >= ARRAY_SIZE(svm_exit_handlers)
|
|
if (exit_code >= ARRAY_SIZE(svm_exit_handlers)
|
|
|| !svm_exit_handlers[exit_code]) {
|
|
|| !svm_exit_handlers[exit_code]) {
|
|
- WARN_ONCE(1, "vmx: unexpected exit reason 0x%x\n", exit_code);
|
|
|
|
|
|
+ WARN_ONCE(1, "svm: unexpected exit reason 0x%x\n", exit_code);
|
|
kvm_queue_exception(vcpu, UD_VECTOR);
|
|
kvm_queue_exception(vcpu, UD_VECTOR);
|
|
return 1;
|
|
return 1;
|
|
}
|
|
}
|