You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/include/migration
Steve Sistare 081c09dc52 migration: lower handler priority
Define a vmstate priority that is lower than the default, so its handlers
run after all default priority handlers.  Since 0 is no longer the default
priority, translate an uninitialized priority of 0 to MIG_PRI_DEFAULT.

CPR for vfio will use this to install handlers for containers that run
after handlers for the devices that they contain.

Signed-off-by: Steve Sistare <steven.sistare@oracle.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Peter Xu <peterx@redhat.com>
Link: https://lore.kernel.org/qemu-devel/1749569991-25171-3-git-send-email-steven.sistare@oracle.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
2 weeks ago
..
blocker.h migration: per-mode blockers 2 years ago
client-options.h migration: Add MIG_CMD_SWITCHOVER_START and its load handler 4 months ago
colo.h migration/colo: make colo_incoming_co() return void 1 year ago
cpr.h migration: cpr helpers 2 weeks ago
cpu.h
failover.h
global_state.h
misc.h migration: Add save_live_complete_precopy_thread handler 4 months ago
qemu-file-types.h migration/qemu-file: add utility methods for working with seekable channels 1 year ago
register.h migration: Add save_postcopy_prepare() savevm handler 2 months ago
snapshot.h migration: preserve suspended for snapshot 2 years ago
vmstate.h migration: lower handler priority 2 weeks ago