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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-12
Merge tag 'migration-20240311-pull-request' of https://gitlab.com/peterx/qemu...
Peter Maydell
3
-28
/
+14
2024-03-11
migration: migration_file_set_error
Steve Sistare
2
-16
/
+4
2024-03-11
migration: migration_is_device
Steve Sistare
1
-3
/
+1
2024-03-11
migration: export migration_is_active
Steve Sistare
1
-2
/
+2
2024-03-11
migration: export migration_is_setup_or_active
Steve Sistare
1
-1
/
+1
2024-03-11
migration: remove migration.h references
Steve Sistare
1
-1
/
+0
2024-03-11
migration: export fewer options
Steve Sistare
1
-1
/
+0
2024-03-11
Merge tag 'pull-vfio-20240310' of https://github.com/legoater/qemu into staging
Peter Maydell
6
-3
/
+58
2024-03-11
vfio/migration: Add a note about migration rate limiting
Avihai Horon
1
-0
/
+6
2024-03-11
vfio/migration: Refactor vfio_save_state() return value
Avihai Horon
1
-5
/
+1
2024-03-09
hw/vfio/pci.c: Make some structure static
Frediano Ziglio
1
-2
/
+2
2024-03-08
vfio: allow cpr-reboot migration if suspended
Steve Sistare
3
-2
/
+22
2024-03-08
vfio: register container for cpr
Steve Sistare
4
-1
/
+36
2024-02-28
migration: MigrationNotifyFunc
Steve Sistare
1
-2
/
+1
2024-02-28
migration: MigrationEvent for notifiers
Steve Sistare
2
-8
/
+4
2024-02-28
migration: convert to NotifierWithReturn
Steve Sistare
1
-1
/
+3
2024-01-29
vfio/pci: Clear MSI-X IRQ index always
Cédric Le Goater
1
-3
/
+5
2024-01-29
vfio: use matching sizeof type
Paolo Bonzini
1
-1
/
+1
2024-01-18
remove unnecessary casts from uintptr_t
Paolo Bonzini
1
-2
/
+2
2024-01-05
vfio/migration: Add helper function to set state or reset device
Avihai Horon
1
-24
/
+17
2024-01-05
vfio/container: Rename vfio_init_container to vfio_set_iommu
Zhenzhong Duan
1
-3
/
+3
2024-01-05
vfio/iommufd: Remove the use of stat() to check file existence
Cédric Le Goater
1
-6
/
+0
2024-01-05
hw/vfio: fix iteration over global VFIODevice list
Volker Rümelin
1
-4
/
+4
2024-01-05
vfio/container: Replace basename with g_path_get_basename
Cédric Le Goater
1
-2
/
+3
2024-01-05
vfio/iommufd: Remove CONFIG_IOMMUFD usage
Cédric Le Goater
1
-3
/
+0
2024-01-05
vfio/spapr: Only compile sPAPR IOMMU support when needed
Cédric Le Goater
1
-1
/
+1
2024-01-05
vfio/iommufd: Introduce a VFIOIOMMU iommufd QOM interface
Cédric Le Goater
2
-10
/
+27
2024-01-05
vfio/spapr: Introduce a sPAPR VFIOIOMMU QOM interface
Cédric Le Goater
2
-27
/
+30
2024-01-05
vfio/container: Intoduce a new VFIOIOMMUClass::setup handler
Cédric Le Goater
1
-0
/
+1
2024-01-05
vfio/container: Introduce a VFIOIOMMU legacy QOM interface
Cédric Le Goater
2
-10
/
+54
2024-01-05
vfio/container: Introduce a VFIOIOMMU QOM interface
Cédric Le Goater
3
-3
/
+13
2024-01-05
vfio/container: Initialize VFIOIOMMUOps under vfio_init_container()
Cédric Le Goater
1
-3
/
+3
2024-01-05
vfio/container: Introduce vfio_legacy_setup() for further cleanups
Cédric Le Goater
1
-28
/
+35
2024-01-05
vfio/spapr: Extend VFIOIOMMUOps with a release handler
Cédric Le Goater
2
-22
/
+23
2023-12-30
hw/vfio: Constify VMState
Richard Henderson
2
-4
/
+4
2023-12-19
vfio: Introduce a helper function to initialize VFIODevice
Zhenzhong Duan
5
-20
/
+19
2023-12-19
vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_init
Zhenzhong Duan
1
-15
/
+15
2023-12-19
vfio/ap: Move VFIODevice initializations in vfio_ap_instance_init
Zhenzhong Duan
1
-13
/
+13
2023-12-19
vfio/platform: Move VFIODevice initializations in vfio_platform_instance_init
Zhenzhong Duan
1
-5
/
+5
2023-12-19
vfio/pci: Move VFIODevice initializations in vfio_instance_init
Zhenzhong Duan
1
-4
/
+6
2023-12-19
vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks
Zhenzhong Duan
4
-25
/
+28
2023-12-19
vfio/ccw: Make vfio cdev pre-openable by passing a file handle
Zhenzhong Duan
1
-3
/
+22
2023-12-19
vfio/ccw: Allow the selection of a given iommu backend
Zhenzhong Duan
1
-0
/
+6
2023-12-19
vfio/ap: Make vfio cdev pre-openable by passing a file handle
Zhenzhong Duan
1
-1
/
+22
2023-12-19
vfio/ap: Allow the selection of a given iommu backend
Zhenzhong Duan
1
-0
/
+6
2023-12-19
vfio/platform: Make vfio cdev pre-openable by passing a file handle
Zhenzhong Duan
1
-8
/
+24
2023-12-19
vfio/platform: Allow the selection of a given iommu backend
Zhenzhong Duan
1
-0
/
+6
2023-12-19
vfio/pci: Make vfio cdev pre-openable by passing a file handle
Zhenzhong Duan
3
-16
/
+67
2023-12-19
vfio/pci: Allow the selection of a given iommu backend
Eric Auger
1
-0
/
+6
2023-12-19
vfio/iommufd: Enable pci hot reset through iommufd cdev interface
Zhenzhong Duan
2
-0
/
+151
[next]