aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/amd_iommu.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-14amd_iommu: report x2APIC support to the operating systemBui Quang Minh1-5/+11
2023-10-04amd_iommu: Fix APIC address checkAkihiko Odaki1-2/+0
2023-04-21hw/i386/amd_iommu: Factor amdvi_pci_realize out of amdvi_sysbus_realizePhilippe Mathieu-Daudé1-2/+3
2023-04-21hw/i386/amd_iommu: Move capab_offset from AMDVIState to AMDVIPCIStatePhilippe Mathieu-Daudé1-1/+1
2023-04-21hw/i386/amd_iommu: Remove intermediate AMDVIState::devid fieldPhilippe Mathieu-Daudé1-2/+0
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-05-13Clean up ill-advised or unusual header guardsMarkus Armbruster1-2/+2
2019-03-11update copyright noticeDavid Kiarie1-1/+1
2018-11-05x86_iommu/amd: Enable Guest virtual APIC supportSingh, Brijesh1-6/+6
2018-11-05x86_iommu/amd: Add interrupt remap support when VAPIC is enabledSingh, Brijesh1-0/+36
2018-11-05x86_iommu/amd: Add interrupt remap support when VAPIC is not enabledSingh, Brijesh1-1/+45
2018-11-05x86_iommu/amd: Prepare for interrupt remap supportSingh, Brijesh1-2/+12
2018-06-26hw/i386: Fix AMDVI GATS and HATS encodingsJan Kiszka1-2/+2
2017-12-18amd_iommu: avoid needless includes in header filePhilippe Mathieu-Daudé1-5/+0
2017-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy1-3/+2
2016-12-16i386: amd_iommu: fix MMIO register count and accessPrasad J Pandit1-2/+2
2016-09-24hw/i386: Introduce AMD IOMMUDavid Kiarie1-0/+289