KVM: Add and use pr_unimpl for standard formatting of unimplemented features
All guest-invokable printks should be ratelimited to prevent malicious guests from flooding logs. This is a start. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Avi Kivity <avi@qumranet.com>
此提交包含在:
@@ -1920,7 +1920,7 @@ static int handle_cr(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run)
|
||||
break;
|
||||
}
|
||||
kvm_run->exit_reason = 0;
|
||||
printk(KERN_ERR "kvm: unhandled control register: op %d cr %d\n",
|
||||
pr_unimpl(vcpu, "unhandled control register: op %d cr %d\n",
|
||||
(int)(exit_qualification >> 4) & 3, cr);
|
||||
return 0;
|
||||
}
|
||||
|
新增問題並參考
封鎖使用者