aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vlapic.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-10-14 10:45:29 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-10-14 10:45:29 +0100
commit39f97ffa298bba63e727ecce0117db95f0bb17f7 (patch)
treecde5f544991c3de8f56384cf12ce139fe8c87ee5 /xen/include/asm-x86/hvm/vlapic.h
parentb525c05cf95fa9528cfb83ecc120087881013980 (diff)
downloadxen-39f97ffa298bba63e727ecce0117db95f0bb17f7.tar.gz
xen-39f97ffa298bba63e727ecce0117db95f0bb17f7.tar.bz2
xen-39f97ffa298bba63e727ecce0117db95f0bb17f7.zip
x86, hvm: Hyper-V guest interface support with small set of enlightenments
A minimal implementation of the Viridian (Hyper-V) guest interface. The only enlightenments advertised and supported are vAPIC MSRs and long-spin-wait notifications. The set of enlightenments can easily be extended in future, as they are found to provide a performance win, and configured via an extended HVM_PARAM_VIRIDIAN hvm parameter. Signed-off-by: Peter Johnston <peter.johnston@citrix.com> Signed-off-by: Tim Deegan <tim.deegan@citrix.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/vlapic.h')
-rw-r--r--xen/include/asm-x86/hvm/vlapic.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xen/include/asm-x86/hvm/vlapic.h b/xen/include/asm-x86/hvm/vlapic.h
index e0ef14205a..3f34e47950 100644
--- a/xen/include/asm-x86/hvm/vlapic.h
+++ b/xen/include/asm-x86/hvm/vlapic.h
@@ -98,4 +98,8 @@ struct vlapic *apic_round_robin(
int vlapic_match_logical_addr(struct vlapic *vlapic, uint8_t mda);
+void vlapic_EOI_set(struct vlapic *vlapic);
+
+int vlapic_ipi(struct vlapic *vlapic, uint32_t icr_low, uint32_t icr_high);
+
#endif /* __ASM_X86_HVM_VLAPIC_H__ */