Mohammed Gamal wrote:
Sorry for the scrambled message. Here is the patch
+static inline void kvm_inject_db(struct kvm_vcpu *vcpu, u32 error_code)
+{
+       kvm_queue_exception_e(vcpu, DB_VECTOR, error_code);
+}

IIRC debug exceptions don't push an error code.

--
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to