aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vlapic.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-10 18:20:49 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-10 18:20:49 +0000
commit8a02f12b77511c9b109abdecd5c10227189d88c8 (patch)
tree1148e475eb446d7b189129cb279b56efadc97651 /xen/include/asm-x86/hvm/vlapic.h
parent63ffe9b07eed7a2cc7dfc3d02d51c70b29bd389b (diff)
downloadxen-8a02f12b77511c9b109abdecd5c10227189d88c8.tar.gz
xen-8a02f12b77511c9b109abdecd5c10227189d88c8.tar.bz2
xen-8a02f12b77511c9b109abdecd5c10227189d88c8.zip
[HVM] Simplify apic dest-matching code. Refactor
across vlapic/vioapic source files to reduce code duplication. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/vlapic.h')
-rw-r--r--xen/include/asm-x86/hvm/vlapic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/asm-x86/hvm/vlapic.h b/xen/include/asm-x86/hvm/vlapic.h
index c327f5ef3f..807d17e379 100644
--- a/xen/include/asm-x86/hvm/vlapic.h
+++ b/xen/include/asm-x86/hvm/vlapic.h
@@ -90,4 +90,6 @@ struct vlapic *apic_round_robin(
s_time_t get_apictime_scheduled(struct vcpu *v);
+int vlapic_match_logical_addr(struct vlapic *vlapic, uint8_t mda);
+
#endif /* __ASM_X86_HVM_VLAPIC_H__ */