|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 03/16] xen/passthrough: extend hypercall to support rdm reservation policy
On Thu, 2015-07-23 at 12:45 +0100, Ian Jackson wrote:
>
> I had a quick look but it's not a simple matter of plumbing through
> an additional flags parameter becuase the reassign_device method
> apparently doesn't take flags.
The vtd version (reassign_device_ownership) does:
/*
* Any RMRR flag is always ignored when remove a device,
* but its always safe and strict to set 0.
*/
ret = rmrr_identity_mapping(source, 0, rmrr, 0);
Where that second 0 there was the flag when it was called from
(intel_iommu_assign_device).
Given that arm_smmu_assign_dev currently ignores the flag, and that ARM
doesn't currently have RDM/RMRR at all I think just passing 0 in
arm_smmu_reassign_dev would be tolerable.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |