index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i386
/
amd_iommu.c
Age
Commit message (
Expand
)
Author
2024-02-27
hw/i386/pc: Rename "bus" attribute to "pcibus"
Bernhard Beschow
2024-02-14
amd_iommu: report x2APIC support to the operating system
Bui Quang Minh
2023-11-03
hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
Yi Liu
2023-10-19
hw/i386/amd_iommu: Do not use SysBus API to map local MMIO region
Philippe Mathieu-Daudé
2023-10-04
amd_iommu: Fix APIC address check
Akihiko Odaki
2023-09-20
i386: spelling fixes
Michael Tokarev
2023-04-21
hw/i386/amd_iommu: Factor amdvi_pci_realize out of amdvi_sysbus_realize
Philippe Mathieu-Daudé
2023-04-21
hw/i386/amd_iommu: Set PCI static/const fields via PCIDeviceClass
Philippe Mathieu-Daudé
2023-04-21
hw/i386/amd_iommu: Move capab_offset from AMDVIState to AMDVIPCIState
Philippe Mathieu-Daudé
2023-04-21
hw/i386/amd_iommu: Remove intermediate AMDVIState::devid field
Philippe Mathieu-Daudé
2023-04-21
hw/i386/amd_iommu: Explicit use of AMDVI_BASE_ADDR in amdvi_init
Philippe Mathieu-Daudé
2023-01-06
KVM: remove support for kernel-irqchip=off
Paolo Bonzini
2022-05-16
hw/i386/amd_iommu: Fix IOMMU event log encoding errors
Wei Huang
2022-03-21
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2022-03-21
hw/i386/amd_iommu: Fix maybe-uninitialized error with GCC 12
Paolo Bonzini
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2021-12-30
dma: Let dma_memory_read/write() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-11-01
hw/i386/pc: Remove x86_iommu_get_type()
Jean-Philippe Brucker
2021-10-05
hw/i386/amd_iommu: Add description/category to TYPE_AMD_IOMMU_PCI
Philippe Mathieu-Daudé
2021-10-05
hw/i386/amd_iommu: Rename SysBus specific functions as amdvi_sysbus_X()
Philippe Mathieu-Daudé
2021-10-05
hw/i386/amd_iommu: Rename amdviPCI TypeInfo
Philippe Mathieu-Daudé
2021-05-14
amd_iommu: fix wrong MMIO operations
Roman Kapl
2021-05-04
amd_iommu: Fix pte_override_page_mask()
Jean-Philippe Brucker
2020-09-02
x86-iommu: Rename QOM type macros
Eduardo Habkost
2020-08-27
amd_iommu: Use TYPE_AMD_IOMMU_PCI constant
Eduardo Habkost
2020-07-02
amd_iommu: Fix amdvi_realize() error API violation
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_set_parent_bus() with Coccinelle
Markus Armbruster
2020-06-10
hw/i386/amd_iommu: Fix the reserved bits definition of IOMMU commands
Wei Huang
2020-03-29
hw/i386/amd_iommu.c: Fix corruption of log events passed to guest
Peter Maydell
2019-12-18
hw/i386/amd_iommu: rename Error ** parameter to more common errp
Vladimir Sementsov-Ogievskiy
2019-10-22
hw/i386: split PCMachineState deriving X86MachineState from it
Paolo Bonzini
2019-10-04
memory: allow memory_region_register_iommu_notifier() to fail
Eric Auger
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-04-25
Categorize devices: iommu
Ernest Esene
2019-03-11
update copyright notice
David Kiarie
2018-12-20
x86-iommu: switch intr_supported to OnOffAuto type
Peter Xu
2018-11-05
x86_iommu/amd: Add interrupt remap support when VAPIC is enabled
Singh, Brijesh
2018-11-05
x86_iommu/amd: Add interrupt remap support when VAPIC is not enabled
Singh, Brijesh
2018-11-05
x86_iommu/amd: Prepare for interrupt remap support
Singh, Brijesh
2018-11-05
x86_iommu/amd: make the address space naming consistent with intel-iommu
Singh, Brijesh
2018-11-05
x86_iommu/amd: remove V=1 check from amdvi_validate_dte()
Singh, Brijesh
2018-06-15
iommu: Add IOMMU index argument to translate method
Peter Maydell
2018-01-18
x86_iommu: Move machine check to x86_iommu_realize()
Mohammed Gamal
2017-12-18
amd_iommu: avoid needless includes in header file
Philippe Mathieu-Daudé
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-07-14
memory/iommu: introduce IOMMUMemoryRegionClass
Alexey Kardashevskiy
2017-07-14
memory/iommu: QOM'fy IOMMU MemoryRegion
Alexey Kardashevskiy
2017-07-03
pci: Make errp the last parameter of pci_add_capability()
Mao Zhongyi
2017-05-25
memory: tune last param of iommu_ops.translate()
Peter Xu
2017-05-18
Merge remote-tracking branch 'mst/tags/for_upstream' into staging
Stefan Hajnoczi
[next]