[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] pt: prevent non-HVM access to HVM-only data
Spotted this oversight in c/s 23144:37c4f7d492a4. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx> --- a/xen/drivers/passthrough/pci.c +++ b/xen/drivers/passthrough/pci.c @@ -246,7 +246,7 @@ static void pci_clean_dpci_irqs(struct d if ( !iommu_enabled ) return; - if ( !need_iommu(d) ) + if ( !is_hvm_domain(d) || !need_iommu(d) ) return; spin_lock(&d->event_lock); Attachment:
x86-split-fix-23144.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |