KVM: Add and use pr_unimpl for standard formatting of unimplemented features
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 1 Aug 2007 00:48:02 +0000 (10:48 +1000)
committerAvi Kivity <avi@qumranet.com>
Sat, 13 Oct 2007 08:18:22 +0000 (10:18 +0200)
commitf02424785ab83bab8283ad33044284f749c08db8
tree020d73469f801e33012702c58233e776381d3008
parent33830b4f5bdf2bc21d0c10d38beffdce8edcded7
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>
drivers/kvm/kvm.h
drivers/kvm/kvm_main.c
drivers/kvm/svm.c
drivers/kvm/vmx.c