aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio
AgeCommit message (Expand)Author
7 daysmemory: Add Error** argument to .log_global_start() handlerCédric Le Goater
7 daysmigration: Add Error** argument to .load_setup() handlerCédric Le Goater
7 daysmigration: Add Error** argument to .save_setup() handlerCédric Le Goater
7 daysvfio: Always report an error in vfio_save_setup()Cédric Le Goater
2024-03-19vfio/iommufd: Fix memory leakCédric Le Goater
2024-03-12Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-03-12Merge tag 'migration-20240311-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell
2024-03-12hw/vfio/platform: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-03-12hw/vfio/pci: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-03-12hw/vfio/pci-quirks: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-03-12hw/vfio/iommufd: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-03-12hw/vfio/helpers: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-03-12hw/vfio/container: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-03-12hw/vfio/ap: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-03-11migration: migration_file_set_errorSteve Sistare
2024-03-11migration: migration_is_deviceSteve Sistare
2024-03-11migration: export migration_is_activeSteve Sistare
2024-03-11migration: export migration_is_setup_or_activeSteve Sistare
2024-03-11migration: remove migration.h referencesSteve Sistare
2024-03-11migration: export fewer optionsSteve Sistare
2024-03-11Merge tag 'pull-vfio-20240310' of https://github.com/legoater/qemu into stagingPeter Maydell
2024-03-11vfio/migration: Add a note about migration rate limitingAvihai Horon
2024-03-11vfio/migration: Refactor vfio_save_state() return valueAvihai Horon
2024-03-09hw/vfio/pci.c: Make some structure staticFrediano Ziglio
2024-03-08vfio: allow cpr-reboot migration if suspendedSteve Sistare
2024-03-08vfio: register container for cprSteve Sistare
2024-02-28migration: MigrationNotifyFuncSteve Sistare
2024-02-28migration: MigrationEvent for notifiersSteve Sistare
2024-02-28migration: convert to NotifierWithReturnSteve Sistare
2024-01-29vfio/pci: Clear MSI-X IRQ index alwaysCédric Le Goater
2024-01-29vfio: use matching sizeof typePaolo Bonzini
2024-01-18remove unnecessary casts from uintptr_tPaolo Bonzini
2024-01-05vfio/migration: Add helper function to set state or reset deviceAvihai Horon
2024-01-05vfio/container: Rename vfio_init_container to vfio_set_iommuZhenzhong Duan
2024-01-05vfio/iommufd: Remove the use of stat() to check file existenceCédric Le Goater
2024-01-05hw/vfio: fix iteration over global VFIODevice listVolker Rümelin
2024-01-05vfio/container: Replace basename with g_path_get_basenameCédric Le Goater
2024-01-05vfio/iommufd: Remove CONFIG_IOMMUFD usageCédric Le Goater
2024-01-05vfio/spapr: Only compile sPAPR IOMMU support when neededCédric Le Goater
2024-01-05vfio/iommufd: Introduce a VFIOIOMMU iommufd QOM interfaceCédric Le Goater
2024-01-05vfio/spapr: Introduce a sPAPR VFIOIOMMU QOM interfaceCédric Le Goater
2024-01-05vfio/container: Intoduce a new VFIOIOMMUClass::setup handlerCédric Le Goater
2024-01-05vfio/container: Introduce a VFIOIOMMU legacy QOM interfaceCédric Le Goater
2024-01-05vfio/container: Introduce a VFIOIOMMU QOM interfaceCédric Le Goater
2024-01-05vfio/container: Initialize VFIOIOMMUOps under vfio_init_container()Cédric Le Goater
2024-01-05vfio/container: Introduce vfio_legacy_setup() for further cleanupsCédric Le Goater
2024-01-05vfio/spapr: Extend VFIOIOMMUOps with a release handlerCédric Le Goater
2023-12-30hw/vfio: Constify VMStateRichard Henderson
2023-12-19vfio: Introduce a helper function to initialize VFIODeviceZhenzhong Duan
2023-12-19vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_initZhenzhong Duan