aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/hvm
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-10-21 11:44:39 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-10-21 11:44:39 +0100
commit3ecc1689ba4beb76694902bcbe2261074b56f10e (patch)
tree53e03e80cd11bb09da13d0b2241abb91e7524675 /xen/include/xen/hvm
parent0de77ea0ad3bc823e1933784554a288f00847cc8 (diff)
downloadxen-3ecc1689ba4beb76694902bcbe2261074b56f10e.tar.gz
xen-3ecc1689ba4beb76694902bcbe2261074b56f10e.tar.bz2
xen-3ecc1689ba4beb76694902bcbe2261074b56f10e.zip
Use hvm_dirq_assist() to replace {vmx,svm}_dirq_assist().
Do not compile some IA64 MSI-related parts. Signed-off-by: Anthony Xu <anthony.xu@intel.com> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'xen/include/xen/hvm')
-rw-r--r--xen/include/xen/hvm/irq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/xen/hvm/irq.h b/xen/include/xen/hvm/irq.h
index 952be135d3..e77239f290 100644
--- a/xen/include/xen/hvm/irq.h
+++ b/xen/include/xen/hvm/irq.h
@@ -94,5 +94,6 @@ void hvm_maybe_deassert_evtchn_irq(void);
void hvm_assert_evtchn_irq(struct vcpu *v);
void hvm_set_callback_via(struct domain *d, uint64_t via);
+void hvm_dirq_assist(struct vcpu *v);
#endif /* __XEN_HVM_IRQ_H__ */