[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC v9 27/29] hw/arm/smmuv3: Allow MAP notifiers
From: |
Eric Auger |
Subject: |
[RFC v9 27/29] hw/arm/smmuv3: Allow MAP notifiers |
Date: |
Sun, 11 Apr 2021 14:09:10 +0200 |
We now have all bricks to support nested paging. This
uses MAP notifiers to map the MSIs. So let's allow MAP
notifiers to be registered.
Signed-off-by: Eric Auger <eric.auger@redhat.com>
---
hw/arm/smmuv3.c | 8 --------
1 file changed, 8 deletions(-)
diff --git a/hw/arm/smmuv3.c b/hw/arm/smmuv3.c
index 53b71c895c..ca690513e6 100644
--- a/hw/arm/smmuv3.c
+++ b/hw/arm/smmuv3.c
@@ -1620,14 +1620,6 @@ static int smmuv3_notify_flag_changed(IOMMUMemoryRegion
*iommu,
return -EINVAL;
}
- if (new & IOMMU_NOTIFIER_MAP) {
- error_setg(errp,
- "device %02x.%02x.%x requires iommu MAP notifier which is "
- "not currently supported", pci_bus_num(sdev->bus),
- PCI_SLOT(sdev->devfn), PCI_FUNC(sdev->devfn));
- return -EINVAL;
- }
-
if (old == IOMMU_NOTIFIER_NONE) {
trace_smmuv3_notify_flag_add(iommu->parent_obj.name);
QLIST_INSERT_HEAD(&s->devices_with_notifiers, sdev, next);
--
2.26.3
- [RFC v9 17/29] vfio: Helper to get IRQ info including capabilities, (continued)
- [RFC v9 17/29] vfio: Helper to get IRQ info including capabilities, Eric Auger, 2021/04/11
- [RFC v9 18/29] vfio/pci: Register handler for iommu fault, Eric Auger, 2021/04/11
- [RFC v9 19/29] vfio/pci: Set up the DMA FAULT region, Eric Auger, 2021/04/11
- [RFC v9 20/29] vfio/pci: Implement the DMA fault handler, Eric Auger, 2021/04/11
- [RFC v9 21/29] hw/arm/smmuv3: Advertise MSI_TRANSLATE attribute, Eric Auger, 2021/04/11
- [RFC v9 22/29] hw/arm/smmuv3: Store the PASID table GPA in the translation config, Eric Auger, 2021/04/11
- [RFC v9 23/29] hw/arm/smmuv3: Fill the IOTLBEntry arch_id on NH_VA invalidation, Eric Auger, 2021/04/11
- [RFC v9 24/29] hw/arm/smmuv3: Fill the IOTLBEntry leaf field on NH_VA invalidation, Eric Auger, 2021/04/11
- [RFC v9 25/29] hw/arm/smmuv3: Pass stage 1 configurations to the host, Eric Auger, 2021/04/11
- [RFC v9 26/29] hw/arm/smmuv3: Implement fault injection, Eric Auger, 2021/04/11
- [RFC v9 27/29] hw/arm/smmuv3: Allow MAP notifiers,
Eric Auger <=
- [RFC v9 28/29] pci: Add return_page_response pci ops, Eric Auger, 2021/04/11
- [RFC v9 29/29] vfio/pci: Implement return_page_response page response callback, Eric Auger, 2021/04/11