index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
vfio
Age
Commit message (
Expand
)
Author
2024-03-19
vfio/iommufd: Fix memory leak
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/platform: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-12
hw/vfio/pci: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-12
hw/vfio/pci-quirks: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-12
hw/vfio/iommufd: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-12
hw/vfio/helpers: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-12
hw/vfio/container: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-12
hw/vfio/ap: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
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
Merge tag 'pull-vfio-20240310' of https://github.com/legoater/qemu into staging
Peter Maydell
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-03-08
vfio: allow cpr-reboot migration if suspended
Steve Sistare
2024-03-08
vfio: register container for cpr
Steve Sistare
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
[next]