* for dt devices: - Ignore this flag entirelyBut we still a flag to assign_device() like this, diff --git a/xen/drivers/passthrough/device_tree.c b/xen/drivers/passthrough/device_tree.c index 5d3842a..a182487 100644 --- a/xen/drivers/passthrough/device_tree.c +++ b/xen/drivers/passthrough/device_tree.c @@ -52,7 +52,8 @@ int iommu_assign_dt_device(struct domain *d, struct dt_device_node *dev) goto fail; } - rc = hd->platform_ops->assign_device(d, 0, dt_to_dev(dev)); + rc = hd->platform_ops->assign_device(d, 0, dt_to_dev(dev), + XEN_DOMCTL_DEV_RDM_RELAXED); if ( rc ) goto fail; Or rc = hd->platform_ops->assign_device(d, 0, dt_to_dev(dev), 0)?
Any comments to this? Thanks Tiejun _______________________________________________ Xen-devel mailing list [email protected] http://lists.xen.org/xen-devel
