index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
vfio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
memory: Add Error** argument to .log_global_start() handler
Cédric Le Goater
2024-04-23
1
-1
/
+3
*
migration: Add Error** argument to .load_setup() handler
Cédric Le Goater
2024-04-23
1
-2
/
+7
*
migration: Add Error** argument to .save_setup() handler
Cédric Le Goater
2024-04-23
1
-9
/
+8
*
vfio: Always report an error in vfio_save_setup()
Cédric Le Goater
2024-04-23
1
-3
/
+12
*
vfio/iommufd: Fix memory leak
Cédric Le Goater
2024-03-19
1
-11
/
+8
*
Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2024-03-12
7
-0
/
+11
|
\
|
*
hw/vfio/platform: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-12
1
-0
/
+1
|
*
hw/vfio/pci: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-12
1
-0
/
+2
|
*
hw/vfio/pci-quirks: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-12
1
-0
/
+2
|
*
hw/vfio/iommufd: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-12
1
-0
/
+1
|
*
hw/vfio/helpers: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-12
1
-0
/
+3
|
*
hw/vfio/container: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-12
1
-0
/
+1
|
*
hw/vfio/ap: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-12
1
-0
/
+1
*
|
Merge tag 'migration-20240311-pull-request' of https://gitlab.com/peterx/qemu...
Peter Maydell
2024-03-12
3
-28
/
+14
|
\
\
|
*
|
migration: migration_file_set_error
Steve Sistare
2024-03-11
2
-16
/
+4
|
*
|
migration: migration_is_device
Steve Sistare
2024-03-11
1
-3
/
+1
|
*
|
migration: export migration_is_active
Steve Sistare
2024-03-11
1
-2
/
+2
|
*
|
migration: export migration_is_setup_or_active
Steve Sistare
2024-03-11
1
-1
/
+1
|
*
|
migration: remove migration.h references
Steve Sistare
2024-03-11
1
-1
/
+0
|
*
|
migration: export fewer options
Steve Sistare
2024-03-11
1
-1
/
+0
|
*
|
vfio/migration: Add a note about migration rate limiting
Avihai Horon
2024-03-11
1
-0
/
+6
|
*
|
vfio/migration: Refactor vfio_save_state() return value
Avihai Horon
2024-03-11
1
-5
/
+1
|
|
/
*
|
Merge tag 'pull-vfio-20240310' of https://github.com/legoater/qemu into staging
Peter Maydell
2024-03-11
6
-3
/
+58
|
\
\
|
|
/
|
/
|
|
*
vfio: allow cpr-reboot migration if suspended
Steve Sistare
2024-03-08
3
-2
/
+22
|
*
vfio: register container for cpr
Steve Sistare
2024-03-08
4
-1
/
+36
*
|
hw/vfio/pci.c: Make some structure static
Frediano Ziglio
2024-03-09
1
-2
/
+2
|
/
*
migration: MigrationNotifyFunc
Steve Sistare
2024-02-28
1
-2
/
+1
*
migration: MigrationEvent for notifiers
Steve Sistare
2024-02-28
2
-8
/
+4
*
migration: convert to NotifierWithReturn
Steve Sistare
2024-02-28
1
-1
/
+3
*
vfio/pci: Clear MSI-X IRQ index always
Cédric Le Goater
2024-01-29
1
-3
/
+5
*
vfio: use matching sizeof type
Paolo Bonzini
2024-01-29
1
-1
/
+1
*
remove unnecessary casts from uintptr_t
Paolo Bonzini
2024-01-18
1
-2
/
+2
*
vfio/migration: Add helper function to set state or reset device
Avihai Horon
2024-01-05
1
-24
/
+17
*
vfio/container: Rename vfio_init_container to vfio_set_iommu
Zhenzhong Duan
2024-01-05
1
-3
/
+3
*
vfio/iommufd: Remove the use of stat() to check file existence
Cédric Le Goater
2024-01-05
1
-6
/
+0
*
hw/vfio: fix iteration over global VFIODevice list
Volker Rümelin
2024-01-05
1
-4
/
+4
*
vfio/container: Replace basename with g_path_get_basename
Cédric Le Goater
2024-01-05
1
-2
/
+3
*
vfio/iommufd: Remove CONFIG_IOMMUFD usage
Cédric Le Goater
2024-01-05
1
-3
/
+0
*
vfio/spapr: Only compile sPAPR IOMMU support when needed
Cédric Le Goater
2024-01-05
1
-1
/
+1
*
vfio/iommufd: Introduce a VFIOIOMMU iommufd QOM interface
Cédric Le Goater
2024-01-05
2
-10
/
+27
*
vfio/spapr: Introduce a sPAPR VFIOIOMMU QOM interface
Cédric Le Goater
2024-01-05
2
-27
/
+30
*
vfio/container: Intoduce a new VFIOIOMMUClass::setup handler
Cédric Le Goater
2024-01-05
1
-0
/
+1
*
vfio/container: Introduce a VFIOIOMMU legacy QOM interface
Cédric Le Goater
2024-01-05
2
-10
/
+54
*
vfio/container: Introduce a VFIOIOMMU QOM interface
Cédric Le Goater
2024-01-05
3
-3
/
+13
*
vfio/container: Initialize VFIOIOMMUOps under vfio_init_container()
Cédric Le Goater
2024-01-05
1
-3
/
+3
*
vfio/container: Introduce vfio_legacy_setup() for further cleanups
Cédric Le Goater
2024-01-05
1
-28
/
+35
*
vfio/spapr: Extend VFIOIOMMUOps with a release handler
Cédric Le Goater
2024-01-05
2
-22
/
+23
*
hw/vfio: Constify VMState
Richard Henderson
2023-12-30
2
-4
/
+4
*
vfio: Introduce a helper function to initialize VFIODevice
Zhenzhong Duan
2023-12-19
5
-20
/
+19
*
vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_init
Zhenzhong Duan
2023-12-19
1
-15
/
+15
[next]