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
/
migration.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Merge tag 'migration-20240311-pull-request' of https://gitlab.com/peterx/qemu...
Peter Maydell
2024-03-12
1
-14
/
+10
|
\
|
*
migration: migration_file_set_error
Steve Sistare
2024-03-11
1
-8
/
+3
|
*
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
*
|
vfio: allow cpr-reboot migration if suspended
Steve Sistare
2024-03-08
1
-1
/
+1
|
/
*
migration: MigrationNotifyFunc
Steve Sistare
2024-02-28
1
-2
/
+1
*
migration: MigrationEvent for notifiers
Steve Sistare
2024-02-28
1
-7
/
+3
*
migration: convert to NotifierWithReturn
Steve Sistare
2024-02-28
1
-1
/
+3
*
vfio/migration: Add helper function to set state or reset device
Avihai Horon
2024-01-05
1
-24
/
+17
*
migration: simplify notifiers
Steve Sistare
2023-10-20
1
-3
/
+3
*
migration: simplify blockers
Steve Sistare
2023-10-20
1
-14
/
+2
*
vfio/migration: Block VFIO migration with background snapshot
Avihai Horon
2023-09-11
1
-1
/
+10
*
vfio/migration: Block VFIO migration with postcopy migration
Avihai Horon
2023-09-11
1
-0
/
+22
*
vfio/migration: Add P2P support for VFIO migration
Avihai Horon
2023-09-11
1
-3
/
+43
*
vfio/migration: Refactor PRE_COPY and RUNNING state checks
Joao Martins
2023-09-11
1
-6
/
+4
*
vfio/migration: Move from STOP_COPY to STOP in vfio_save_cleanup()
Avihai Horon
2023-09-11
1
-6
/
+13
*
vfio/migration: Return bool type for vfio_migration_realize()
Zhenzhong Duan
2023-07-10
1
-5
/
+10
*
vfio/migration: Free resources when vfio_migration_realize fails
Zhenzhong Duan
2023-07-10
1
-10
/
+23
*
vfio/migration: Change vIOMMU blocker from global to per device
Zhenzhong Duan
2023-07-10
1
-3
/
+4
*
vfio/migration: Make VFIO migration non-experimental
Avihai Horon
2023-06-30
1
-26
/
+53
*
vfio/migration: Reset bytes_transferred properly
Avihai Horon
2023-06-30
1
-1
/
+5
*
vfio/migration: Add support for switchover ack capability
Avihai Horon
2023-06-30
1
-1
/
+38
*
vfio/migration: Add VFIO migration pre-copy support
Avihai Horon
2023-06-30
1
-9
/
+156
*
vfio/migration: Store VFIO migration flags in VFIOMigration
Avihai Horon
2023-06-30
1
-0
/
+1
*
vfio/migration: Refactor vfio_save_block() to return saved data size
Avihai Horon
2023-06-30
1
-8
/
+9
*
*: Add missing includes of qemu/error-report.h
Richard Henderson
2023-03-22
1
-0
/
+1
*
vfio/migration: Rename entry points
Alex Williamson
2023-03-07
1
-4
/
+4
*
vfio/migration: Query device dirty page tracking support
Joao Martins
2023-03-07
1
-0
/
+15
*
vfio/migration: Block migration with vIOMMU
Joao Martins
2023-03-07
1
-0
/
+5
*
vfio/migration: Remove VFIO migration protocol v1
Avihai Horon
2023-02-16
1
-678
/
+22
*
vfio/migration: Implement VFIO migration protocol v2
Avihai Horon
2023-02-16
1
-37
/
+442
*
vfio/migration: Rename functions/structs related to v1 protocol
Avihai Horon
2023-02-16
1
-51
/
+51
*
vfio/migration: Move migration v1 logic to vfio_migration_init()
Avihai Horon
2023-02-16
1
-15
/
+15
*
vfio/migration: Block multiple devices migration
Avihai Horon
2023-02-16
1
-0
/
+6
*
vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
Avihai Horon
2023-02-16
1
-2
/
+1
*
vfio/migration: Fix NULL pointer dereference bug
Avihai Horon
2023-02-16
1
-1
/
+3
*
migration: Rename res_{postcopy,precopy}_only
Juan Quintela
2023-02-15
1
-6
/
+4
*
migration: Remove unused res_compatible
Juan Quintela
2023-02-15
1
-2
/
+1
*
migration: Remove unused threshold_size parameter
Juan Quintela
2023-02-06
1
-1
/
+0
*
migration: Split save_live_pending() into state_pending_*
Juan Quintela
2023-02-06
1
-10
/
+11
*
migration: No save_live_pending() method uses the QEMUFile parameter
Juan Quintela
2023-02-06
1
-1
/
+1
*
vfio/migration: Fix wrong enum usage
Avihai Horon
2022-11-03
1
-1
/
+1
*
vfio/migration: Fix incorrect initialization value for parameters in VFIOMigr...
Kunkun Jiang
2022-09-27
1
-0
/
+2
*
linux-headers: Update to v5.18-rc6
Alex Williamson
2022-05-13
1
-12
/
+15
*
vfio: Avoid error_propagate() after migrate_add_blocker()
Markus Armbruster
2021-08-26
1
-4
/
+2
*
vfio/migration: Correct device state from vmstate change for savevm case
Kirti Wankhede
2021-06-18
1
-1
/
+10
[next]