]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/include/asm/kvm_ppc.h
KVM: PPC: BOOKE: Emulate debug registers and exception
[karo-tx-linux.git] / arch / powerpc / include / asm / kvm_ppc.h
index fb86a2299d8afb9f635b71a92ef2e7345abdedff..05e58b6306018cb446ee90356aecc0889cead45b 100644 (file)
@@ -206,6 +206,9 @@ extern int kvmppc_xics_get_xive(struct kvm *kvm, u32 irq, u32 *server,
 extern int kvmppc_xics_int_on(struct kvm *kvm, u32 irq);
 extern int kvmppc_xics_int_off(struct kvm *kvm, u32 irq);
 
+void kvmppc_core_dequeue_debug(struct kvm_vcpu *vcpu);
+void kvmppc_core_queue_debug(struct kvm_vcpu *vcpu);
+
 union kvmppc_one_reg {
        u32     wval;
        u64     dval;