Removed Nathan Studer and added Josh Whitehead.
Signed-off-by: Robert VanVossen
---
MAINTAINERS |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index b744166..8799a66 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -118,7 +118,7 @@ S: Supported
F:
rence is removed, the
iommu_domains ref is decremented. The iommu_domain will only be freed
when the ref is 0.
Signed-off-by: Robbie VanVossen
Reviewed-by: Julien Grall
---
Changed since v3:
* Fixed formatting
Changed since v2:
* Fixed coding style
* Removed an unnecessary error message
rence is removed, the
iommu_domains ref is decremented. The iommu_domain will only be freed
when the ref is 0.
Signed-off-by: Robbie VanVossen
---
Changed since v2:
* Fixed coding style
* Removed an unnecessary error message
* Added some helper functions to clean up the workflow in arm_smmu_as
rence is removed, the
iommu_domains ref is decremented. The iommu_domain will only be freed
when the ref is 0.
Signed-off-by: Robbie VanVossen
---
Changed since v1:
* Fixed coding style for comments
* Move increment/decrement outside of attach/detach functions
* Expanded xen_domain->lock
rence is removed, the
iommu_domains ref is decremented. The iommu_domain will only be freed
when the ref is 0.
Signed-off-by: Robbie VanVossen
---
xen/drivers/passthrough/arm/smmu.c | 113
1 file changed, 88 insertions(+), 25 deletions(-)
diff --git a/xen