Age | Commit message (Expand) | Author |
2024-07-23 | vfio/{iommufd, container}: Invoke HostIOMMUDevice::realize() during attach_de... | Joao Martins |
2024-07-23 | vfio/{iommufd,container}: Remove caps::aw_bits | Joao Martins |
2024-07-23 | hw/vfio/container: Fix SIGSEV on vfio_container_instance_finalize() | Eric Auger |
2024-07-17 | hw/vfio/container: Get rid of qemu_open_old() | Zhao Liu |
2024-07-09 | HostIOMMUDevice: Introduce get_page_size_mask() callback | Eric Auger |
2024-07-09 | HostIOMMUDevice : remove Error handle from get_iova_ranges callback | Eric Auger |
2024-07-09 | vfio-container-base: Introduce vfio_container_get_iova_ranges() helper | Eric Auger |
2024-07-02 | Remove inclusion of hw/hw.h from files that don't need it | Thomas Huth |
2024-06-24 | vfio/container: Move vfio_container_destroy() to an instance_finalize() handler | Cédric Le Goater |
2024-06-24 | vfio/container: Introduce vfio_iommu_legacy_instance_init() | Cédric Le Goater |
2024-06-24 | vfio/container: Remove vfio_container_init() | Cédric Le Goater |
2024-06-24 | vfio/container: Remove VFIOContainerBase::ops | Cédric Le Goater |
2024-06-24 | vfio/container: Switch to QOM | Cédric Le Goater |
2024-06-24 | vfio/container: Change VFIOContainerBase to use QOM | Cédric Le Goater |
2024-06-24 | vfio/container: Discover IOMMU type before creating the container | Cédric Le Goater |
2024-06-24 | vfio/container: Introduce vfio_create_container() | Cédric Le Goater |
2024-06-24 | vfio/container: Introduce vfio_get_iommu_class_name() | Cédric Le Goater |
2024-06-24 | vfio/container: Modify vfio_get_iommu_type() to use a container fd | Cédric Le Goater |
2024-06-24 | vfio/container: Simplify vfio_container_init() | Cédric Le Goater |
2024-06-24 | vfio/container: Introduce vfio_address_space_insert() | Cédric Le Goater |
2024-06-24 | HostIOMMUDevice: Introduce get_iova_ranges callback | Eric Auger |
2024-06-24 | HostIOMMUDevice: Store the VFIO/VDPA agent | Eric Auger |
2024-06-24 | vfio: Create host IOMMU device instance | Zhenzhong Duan |
2024-06-24 | vfio/container: Implement HostIOMMUDeviceClass::get_cap() handler | Zhenzhong Duan |
2024-06-24 | vfio/container: Implement HostIOMMUDeviceClass::realize() handler | Zhenzhong Duan |
2024-06-24 | vfio/container: Introduce TYPE_HOST_IOMMU_DEVICE_LEGACY_VFIO device | Zhenzhong Duan |
2024-05-16 | vfio/cpr: Make vfio_cpr_register_container() return bool | Zhenzhong Duan |
2024-05-16 | vfio/container: Make vfio_get_device() return bool | Zhenzhong Duan |
2024-05-16 | vfio/container: Make vfio_set_iommu() return bool | Zhenzhong Duan |
2024-05-16 | vfio/container: Make vfio_connect_container() return bool | Zhenzhong Duan |
2024-05-16 | vfio: Make VFIOIOMMUClass::setup() return bool | Zhenzhong Duan |
2024-05-16 | vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool | Zhenzhong Duan |
2024-05-16 | vfio: Add Error** argument to .get_dirty_bitmap() handler | Cédric Le Goater |
2024-05-16 | vfio: Add Error** argument to .set_dirty_page_tracking() handler | Cédric Le Goater |
2024-03-12 | Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell |
2024-03-12 | Merge tag 'migration-20240311-pull-request' of https://gitlab.com/peterx/qemu... | Peter Maydell |
2024-03-12 | hw/vfio/container: Fix missing ERRP_GUARD() for error_prepend() | Zhao Liu |
2024-03-11 | migration: remove migration.h references | Steve Sistare |
2024-03-08 | vfio: register container for cpr | Steve Sistare |
2024-01-05 | vfio/container: Rename vfio_init_container to vfio_set_iommu | Zhenzhong Duan |
2024-01-05 | vfio/container: Replace basename with g_path_get_basename | 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: 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-19 | vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks | Zhenzhong Duan |
2023-12-19 | vfio/pci: Introduce a vfio pci hot reset interface | Zhenzhong Duan |
2023-12-19 | vfio/iommufd: Relax assert check for iommufd backend | Zhenzhong Duan |