index
:
rocket-tools/riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
vfio
/
pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-11
vfio/pci: Drop debug commentary from x-device-dirty-page-tracking
Joao Martins
1
-1
/
+1
2025-03-11
vfio/igd: Introduce x-igd-lpc option for LPC bridge ID quirk
Tomita Moeko
1
-0
/
+2
2025-03-11
vfio/igd: Handle x-igd-opregion option in config quirk
Tomita Moeko
1
-9
/
+0
2025-03-11
vfio/igd: Decouple common quirks from legacy mode
Tomita Moeko
1
-0
/
+2
2025-03-11
vfio/pci: Add placeholder for device-specific config space quirks
Tomita Moeko
1
-0
/
+4
2025-03-11
vfio/igd: Consolidate OpRegion initialization into a single function
Tomita Moeko
1
-19
/
+3
2025-03-06
vfio/migration: Make x-migration-multifd-transfer VFIO property mutable
Maciej S. Szmigiero
1
-3
/
+17
2025-03-06
vfio/migration: Add x-migration-multifd-transfer VFIO property
Maciej S. Szmigiero
1
-0
/
+7
2025-03-06
hw/vfio/pci: Re-order pre-reset
Alex Williamson
1
-9
/
+9
2025-03-06
vfio/pci: Delete local pm_cap
Alex Williamson
1
-5
/
+4
2025-03-06
pci: Use PCI PM capability initializer
Alex Williamson
1
-1
/
+6
2025-03-06
vfio: Add property documentation
Cédric Le Goater
1
-0
/
+125
2025-02-11
vfio/pci: Replace "iommu_device" by "vIOMMU"
Cédric Le Goater
1
-1
/
+1
2025-02-10
qapi: Move include/qapi/qmp/ to include/qobject/
Daniel P. Berrangé
1
-1
/
+1
2025-01-09
hw/pci: Use -1 as the default value for rombar
Akihiko Odaki
1
-3
/
+2
2024-12-21
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
1
-3
/
+3
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
1
-3
/
+3
2024-12-19
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
1
-2
/
+0
2024-12-15
hw/vfio: Constify all Property
Richard Henderson
1
-2
/
+2
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
1
-1
/
+1
2024-09-10
qapi/common: Drop temporary 'prefix'
Markus Armbruster
1
-5
/
+5
2024-07-23
vfio/common: Allow disabling device dirty page tracking
Joao Martins
1
-0
/
+3
2024-07-23
vfio/iommufd: Don't initialize nor set a HOST_IOMMU_DEVICE with mdev
Joao Martins
1
-3
/
+8
2024-07-23
vfio/pci: Extract mdev check into an helper
Joao Martins
1
-9
/
+3
2024-06-24
vfio/container: Remove VFIOContainerBase::ops
Cédric Le Goater
1
-2
/
+2
2024-06-24
vfio/pci: Pass HostIOMMUDevice to vIOMMU
Zhenzhong Duan
1
-5
/
+14
2024-05-22
vfio: Use g_autofree in all call site of vfio_get_region_info()
Zhenzhong Duan
1
-10
/
+3
2024-05-22
vfio/pci-quirks: Make vfio_add_*_cap() return bool
Zhenzhong Duan
1
-2
/
+1
2024-05-22
vfio/pci-quirks: Make vfio_pci_igd_opregion_init() return bool
Zhenzhong Duan
1
-2
/
+1
2024-05-22
vfio/pci: Use g_autofree for vfio_region_info pointer
Zhenzhong Duan
1
-2
/
+1
2024-05-22
vfio/pci: Make capability related functions return bool
Zhenzhong Duan
1
-41
/
+36
2024-05-22
vfio/pci: Make vfio_populate_vga() return bool
Zhenzhong Duan
1
-6
/
+5
2024-05-22
vfio/pci: Make vfio_intx_enable() return bool
Zhenzhong Duan
1
-11
/
+8
2024-05-22
vfio/pci: Make vfio_populate_device() return a bool
Zhenzhong Duan
1
-11
/
+10
2024-05-22
vfio/pci: Make vfio_pci_relocate_msix() and vfio_msix_early_setup() return a ...
Zhenzhong Duan
1
-17
/
+16
2024-05-22
vfio/pci: Make vfio_intx_enable_kvm() return a bool
Zhenzhong Duan
1
-7
/
+8
2024-05-22
vfio/helpers: Make vfio_device_get_name() return bool
Zhenzhong Duan
1
-1
/
+1
2024-05-22
vfio/helpers: Make vfio_set_irq_signaling() return bool
Zhenzhong Duan
1
-19
/
+21
2024-05-22
vfio/display: Make vfio_display_*() return bool
Zhenzhong Duan
1
-2
/
+1
2024-05-16
vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool
Zhenzhong Duan
1
-3
/
+2
2024-05-16
vfio/pci: Use g_autofree in vfio_realize
Zhenzhong Duan
1
-4
/
+3
2024-05-16
vfio/migration: Emit VFIO migration QAPI event
Avihai Horon
1
-0
/
+2
2024-05-16
vfio/pci: migration: Skip config space check for Vendor Specific Information ...
Vinayak Kale
1
-0
/
+26
2024-05-16
vfio/migration: Add Error** argument to .vfio_save_config() handler
Cédric Le Goater
1
-2
/
+3
2024-03-12
hw/vfio/pci: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
1
-0
/
+2
2024-03-09
hw/vfio/pci.c: Make some structure static
Frediano Ziglio
1
-2
/
+2
2024-01-29
vfio/pci: Clear MSI-X IRQ index always
Cédric Le Goater
1
-3
/
+5
2024-01-05
vfio/container: Introduce a VFIOIOMMU QOM interface
Cédric Le Goater
1
-1
/
+1
2023-12-30
hw/vfio: Constify VMState
Richard Henderson
1
-3
/
+3
2023-12-19
vfio: Introduce a helper function to initialize VFIODevice
Zhenzhong Duan
1
-4
/
+2
[next]