aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-iommu-pci.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-27hw/virtio: Free VirtIOIOMMUPCI::vdev.reserved_regions[] on finalize()Philippe Mathieu-Daudé1-0/+8
2023-11-03virtio-iommu: Rename reserved_regions into prop_resv_regionsEric Auger1-4/+4
2022-11-07hw/virtio/virtio-iommu-pci: Enforce the device is plugged on the root busEric Auger1-2/+10
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_IOMMUGerd Hoffmann1-3/+1
2022-05-16hw/virtio: move virtio-pci.h into shared include spaceAlex Bennée1-1/+1
2021-12-15hw/arm/virt: Remove device tree restriction for virtio-iommuJean-Philippe Brucker1-10/+2
2021-10-20virtio-iommu: Drop base_name and change generic_nameEric Auger1-2/+1
2021-10-20virtio-iommu: Remove the non transitional nameEric Auger1-1/+0
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-09-29virtio-iommu-pci: force virtio version 1Eric Auger1-1/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-0/+1
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-2/+2
2020-07-03virtio-iommu-pci: Add array of Interval propertiesEric Auger1-0/+11
2020-07-02hw: Fix error API violation around object_property_set_link()Markus Armbruster1-1/+1
2020-07-02hw/virtio/virtio-iommu-pci.c: Fix typo in error messagePeter Maydell1-1/+1
2020-06-15qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster1-2/+1
2020-02-27virtio-iommu-pci: Add virtio iommu pci supportEric Auger1-0/+104