aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/iommu.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-06-28 16:45:19 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-06-28 16:45:19 +0100
commitc3efc4ecb7970a25e351770cabd4e92e13befca9 (patch)
tree6da4f522862a986bae4ed66196e7eb35b3ba1ef8 /xen/include/xen/iommu.h
parent9bea076291be160f0ae639180336c9bd82e7b1a6 (diff)
downloadxen-c3efc4ecb7970a25e351770cabd4e92e13befca9.tar.gz
xen-c3efc4ecb7970a25e351770cabd4e92e13befca9.tar.bz2
xen-c3efc4ecb7970a25e351770cabd4e92e13befca9.zip
vtd: Only kill_timer() an init_timer()'ed timer.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/xen/iommu.h')
-rw-r--r--xen/include/xen/iommu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/xen/iommu.h b/xen/include/xen/iommu.h
index 5181ffc5be..49f9a34eda 100644
--- a/xen/include/xen/iommu.h
+++ b/xen/include/xen/iommu.h
@@ -100,6 +100,7 @@ void hvm_dpci_isairq_eoi(struct domain *d, unsigned int isairq);
struct hvm_irq_dpci *domain_get_irq_dpci(struct domain *domain);
int domain_set_irq_dpci(struct domain *domain, struct hvm_irq_dpci *dpci);
void free_hvm_irq_dpci(struct hvm_irq_dpci *dpci);
+bool_t pt_irq_need_timer(uint32_t flags);
#define PT_IRQ_TIME_OUT MILLISECS(8)
#define VTDPREFIX "[VT-D]"