index
:
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
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
2023-12-19
vfio/pci: Move VFIODevice initializations in vfio_instance_init
Zhenzhong Duan
1
-4
/
+6
2023-12-19
vfio/pci: Make vfio cdev pre-openable by passing a file handle
Zhenzhong Duan
1
-12
/
+16
2023-12-19
vfio/pci: Allow the selection of a given iommu backend
Eric Auger
1
-0
/
+6
2023-12-19
vfio/pci: Introduce a vfio pci hot reset interface
Zhenzhong Duan
1
-162
/
+6
2023-12-19
vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_info
Zhenzhong Duan
1
-17
/
+37
2023-11-03
vfio/pci: Fix buffer overrun when writing the VF token
Cédric Le Goater
1
-1
/
+1
2023-10-18
hw/vfio: add ramfb migration support
Marc-André Lureau
1
-0
/
+47
2023-10-18
vfio/pci: Remove vfio_detach_device from vfio_realize error path
Eric Auger
1
-9
/
+7
2023-10-18
vfio/pci: Introduce vfio_[attach/detach]_device
Eric Auger
1
-52
/
+14
2023-10-05
vfio/pci: enable MSI-X in interrupt restoring on dynamic allocation
Jing Liu
1
-0
/
+17
2023-10-05
vfio/pci: use an invalid fd to enable MSI-X
Jing Liu
1
-8
/
+36
2023-10-05
vfio/pci: enable vector on dynamic MSI-X allocation
Jing Liu
1
-18
/
+28
2023-10-05
vfio/pci: detect the support of dynamic MSI-X allocation
Jing Liu
1
-2
/
+14
2023-10-05
vfio/pci: rename vfio_put_device to vfio_pci_put_device
Zhenzhong Duan
1
-2
/
+2
2023-09-18
spapr: Remove support for NVIDIA V100 GPU with NVLink2
Cédric Le Goater
1
-14
/
+0
2023-07-10
vfio/pci: Enable AtomicOps completers on root ports
Alex Williamson
1
-0
/
+78
2023-07-10
vfio: Fix null pointer dereference bug in vfio_bars_finalize()
Avihai Horon
1
-1
/
+3
2023-07-10
vfio/migration: Return bool type for vfio_migration_realize()
Zhenzhong Duan
1
-2
/
+1
[next]