Age | Commit message (Expand) | Author |
2024-03-11 | migration: migration_file_set_error | Steve Sistare |
2024-03-11 | migration: migration_is_device | Steve Sistare |
2024-03-11 | migration: export migration_is_active | Steve Sistare |
2024-03-11 | migration: export migration_is_setup_or_active | Steve Sistare |
2024-03-11 | migration: remove migration.h references | Steve Sistare |
2024-03-11 | migration: export fewer options | Steve Sistare |
2024-03-11 | vfio/migration: Add a note about migration rate limiting | Avihai Horon |
2024-03-11 | vfio/migration: Refactor vfio_save_state() return value | Avihai Horon |
2024-03-09 | hw/vfio/pci.c: Make some structure static | Frediano Ziglio |
2024-02-28 | migration: MigrationNotifyFunc | Steve Sistare |
2024-02-28 | migration: MigrationEvent for notifiers | Steve Sistare |
2024-02-28 | migration: convert to NotifierWithReturn | Steve Sistare |
2024-01-29 | vfio/pci: Clear MSI-X IRQ index always | Cédric Le Goater |
2024-01-29 | vfio: use matching sizeof type | Paolo Bonzini |
2024-01-18 | remove unnecessary casts from uintptr_t | Paolo Bonzini |
2024-01-05 | vfio/migration: Add helper function to set state or reset device | Avihai Horon |
2024-01-05 | vfio/container: Rename vfio_init_container to vfio_set_iommu | Zhenzhong Duan |
2024-01-05 | vfio/iommufd: Remove the use of stat() to check file existence | Cédric Le Goater |
2024-01-05 | hw/vfio: fix iteration over global VFIODevice list | Volker Rümelin |
2024-01-05 | vfio/container: Replace basename with g_path_get_basename | Cédric Le Goater |
2024-01-05 | vfio/iommufd: Remove CONFIG_IOMMUFD usage | Cédric Le Goater |
2024-01-05 | vfio/spapr: Only compile sPAPR IOMMU support when needed | Cédric Le Goater |
2024-01-05 | vfio/iommufd: Introduce a VFIOIOMMU iommufd QOM interface | Cédric Le Goater |
2024-01-05 | vfio/spapr: Introduce a sPAPR VFIOIOMMU QOM interface | Cédric Le Goater |
2024-01-05 | vfio/container: Intoduce a new VFIOIOMMUClass::setup handler | Cédric Le Goater |
2024-01-05 | vfio/container: Introduce a VFIOIOMMU legacy QOM interface | Cédric Le Goater |
2024-01-05 | vfio/container: Introduce a VFIOIOMMU QOM interface | Cédric Le Goater |
2024-01-05 | vfio/container: Initialize VFIOIOMMUOps under vfio_init_container() | Cédric Le Goater |
2024-01-05 | vfio/container: Introduce vfio_legacy_setup() for further cleanups | Cédric Le Goater |
2024-01-05 | vfio/spapr: Extend VFIOIOMMUOps with a release handler | Cédric Le Goater |
2023-12-30 | hw/vfio: Constify VMState | Richard Henderson |
2023-12-19 | vfio: Introduce a helper function to initialize VFIODevice | Zhenzhong Duan |
2023-12-19 | vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_init | Zhenzhong Duan |
2023-12-19 | vfio/ap: Move VFIODevice initializations in vfio_ap_instance_init | Zhenzhong Duan |
2023-12-19 | vfio/platform: Move VFIODevice initializations in vfio_platform_instance_init | Zhenzhong Duan |
2023-12-19 | vfio/pci: Move VFIODevice initializations in vfio_instance_init | Zhenzhong Duan |
2023-12-19 | vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks | Zhenzhong Duan |
2023-12-19 | vfio/ccw: Make vfio cdev pre-openable by passing a file handle | Zhenzhong Duan |
2023-12-19 | vfio/ccw: Allow the selection of a given iommu backend | Zhenzhong Duan |
2023-12-19 | vfio/ap: Make vfio cdev pre-openable by passing a file handle | Zhenzhong Duan |
2023-12-19 | vfio/ap: Allow the selection of a given iommu backend | Zhenzhong Duan |
2023-12-19 | vfio/platform: Make vfio cdev pre-openable by passing a file handle | Zhenzhong Duan |
2023-12-19 | vfio/platform: Allow the selection of a given iommu backend | Zhenzhong Duan |
2023-12-19 | vfio/pci: Make vfio cdev pre-openable by passing a file handle | Zhenzhong Duan |
2023-12-19 | vfio/pci: Allow the selection of a given iommu backend | Eric Auger |
2023-12-19 | vfio/iommufd: Enable pci hot reset through iommufd cdev interface | Zhenzhong Duan |
2023-12-19 | vfio/pci: Introduce a vfio pci hot reset interface | Zhenzhong Duan |
2023-12-19 | vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_info | Zhenzhong Duan |
2023-12-19 | vfio/iommufd: Add support for iova_ranges and pgsizes | Zhenzhong Duan |
2023-12-19 | vfio/iommufd: Relax assert check for iommufd backend | Zhenzhong Duan |