aboutsummaryrefslogtreecommitdiff
path: root/target/i386/hyperv.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/i386/hyperv.h')
-rw-r--r--target/i386/hyperv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/i386/hyperv.h b/target/i386/hyperv.h
index eaf3df34b0..00c9b454bb 100644
--- a/target/i386/hyperv.h
+++ b/target/i386/hyperv.h
@@ -39,4 +39,7 @@ void kvm_hv_sint_route_destroy(HvSintRoute *sint_route);
int kvm_hv_sint_route_set_sint(HvSintRoute *sint_route);
+uint32_t hyperv_vp_index(X86CPU *cpu);
+X86CPU *hyperv_find_vcpu(uint32_t vp_index);
+
#endif