summary refs log tree commit diff stats
path: root/hw/i386/amd_iommu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/i386/pc: Rename "bus" attribute to "pcibus"Bernhard Beschow2024-02-271-1/+1
* amd_iommu: report x2APIC support to the operating systemBui Quang Minh2024-02-141-3/+26
* hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu2023-11-031-1/+5
* hw/i386/amd_iommu: Do not use SysBus API to map local MMIO regionPhilippe Mathieu-Daudé2023-10-191-3/+2
* amd_iommu: Fix APIC address checkAkihiko Odaki2023-10-041-7/+2
* i386: spelling fixesMichael Tokarev2023-09-201-2/+2
* hw/i386/amd_iommu: Factor amdvi_pci_realize out of amdvi_sysbus_realizePhilippe Mathieu-Daudé2023-04-211-26/+36
* hw/i386/amd_iommu: Set PCI static/const fields via PCIDeviceClassPhilippe Mathieu-Daudé2023-04-211-2/+4
* hw/i386/amd_iommu: Move capab_offset from AMDVIState to AMDVIPCIStatePhilippe Mathieu-Daudé2023-04-211-7/+7
* hw/i386/amd_iommu: Remove intermediate AMDVIState::devid fieldPhilippe Mathieu-Daudé2023-04-211-2/+0
* hw/i386/amd_iommu: Explicit use of AMDVI_BASE_ADDR in amdvi_initPhilippe Mathieu-Daudé2023-04-211-2/+2
* KVM: remove support for kernel-irqchip=offPaolo Bonzini2023-01-061-1/+1
* hw/i386/amd_iommu: Fix IOMMU event log encoding errorsWei Huang2022-05-161-10/+14
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2022-03-211-5/+2
|\
| * hw/i386/amd_iommu: Fix maybe-uninitialized error with GCC 12Paolo Bonzini2022-03-211-5/+2
* | Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-2/+2
|/
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-7/+9
* hw/i386/pc: Remove x86_iommu_get_type()Jean-Philippe Brucker2021-11-011-2/+0
* hw/i386/amd_iommu: Add description/category to TYPE_AMD_IOMMU_PCIPhilippe Mathieu-Daudé2021-10-051-0/+9
* hw/i386/amd_iommu: Rename SysBus specific functions as amdvi_sysbus_X()Philippe Mathieu-Daudé2021-10-051-12/+12
* hw/i386/amd_iommu: Rename amdviPCI TypeInfoPhilippe Mathieu-Daudé2021-10-051-4/+4
* amd_iommu: fix wrong MMIO operationsRoman Kapl2021-05-141-3/+3
* amd_iommu: Fix pte_override_page_mask()Jean-Philippe Brucker2021-05-041-2/+2
* x86-iommu: Rename QOM type macrosEduardo Habkost2020-09-021-1/+1
* amd_iommu: Use TYPE_AMD_IOMMU_PCI constantEduardo Habkost2020-08-271-1/+1
* amd_iommu: Fix amdvi_realize() error API violationMarkus Armbruster2020-07-021-2/+4
* qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster2020-06-151-2/+1
* hw/i386/amd_iommu: Fix the reserved bits definition of IOMMU commandsWei Huang2020-06-101-9/+10
* hw/i386/amd_iommu.c: Fix corruption of log events passed to guestPeter Maydell2020-03-291-1/+1
* hw/i386/amd_iommu: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy2019-12-181-7/+7
* hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini2019-10-221-1/+2
* memory: allow memory_region_register_iommu_notifier() to failEric Auger2019-10-041-7/+10
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+2
* Categorize devices: iommuErnest Esene2019-04-251-0/+2
* update copyright noticeDavid Kiarie2019-03-111-1/+1
* x86-iommu: switch intr_supported to OnOffAuto typePeter Xu2018-12-201-1/+1
* x86_iommu/amd: Add interrupt remap support when VAPIC is enabledSingh, Brijesh2018-11-051-1/+68
* x86_iommu/amd: Add interrupt remap support when VAPIC is not enabledSingh, Brijesh2018-11-051-1/+198
* x86_iommu/amd: Prepare for interrupt remap supportSingh, Brijesh2018-11-051-0/+106
* x86_iommu/amd: make the address space naming consistent with intel-iommuSingh, Brijesh2018-11-051-7/+27
* x86_iommu/amd: remove V=1 check from amdvi_validate_dte()Singh, Brijesh2018-11-051-3/+7
* iommu: Add IOMMU index argument to translate methodPeter Maydell2018-06-151-1/+1
* x86_iommu: Move machine check to x86_iommu_realize()Mohammed Gamal2018-01-181-11/+2
* amd_iommu: avoid needless includes in header filePhilippe Mathieu-Daudé2017-12-181-1/+4
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy2017-07-141-4/+20
* memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-141-4/+5
* pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi2017-07-031-7/+17
* memory: tune last param of iommu_ops.translate()Peter Xu2017-05-251-2/+2
* Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi2017-05-181-1/+14
|\