]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kvm/vmx.c
KVM: VMX: move APIC_ACCESS trace entry to generic code
[linux-2.6-omap-h63xx.git] / arch / x86 / kvm / vmx.c
index 39739305980079e8ea86edac49843ea82be37e73..8c951d3eab3090a7526b4f1c756f6d51ddabb538 100644 (file)
@@ -2554,8 +2554,6 @@ static int handle_apic_access(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run)
        exit_qualification = vmcs_read64(EXIT_QUALIFICATION);
        offset = exit_qualification & 0xffful;
 
-       KVMTRACE_1D(APIC_ACCESS, vcpu, (u32)offset, handler);
-
        er = emulate_instruction(vcpu, kvm_run, 0, 0, 0);
 
        if (er !=  EMULATE_DONE) {