]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/kvm/vmx.c
KVM: Add and use pr_unimpl for standard formatting of unimplemented features
[linux-2.6-omap-h63xx.git] / drivers / kvm / vmx.c
index 3bf36508c84b07dbb3b4bff8a391a5d613ff9020..ae54d9a24ce825ed02858a3711d7b64f8b38f259 100644 (file)
@@ -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;
 }