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
Vladimir Sementsov-Ogievskiy 8c3843638c migration: vmsd errp handlers: return bool
No code actually depend on specific errno values returned by
vmstate_load_state. The only use of it is to check for success,
and sometimes inject numeric error values into error messages
in migration code. The latter is not a stopper for gradual
conversion to "errp + bool return value" APIs.

Big analysis of vmstate_load_state() callers, showing that
specific errno values are not actually used, is done by Peter
here:

https://lore.kernel.org/qemu-devel/aQDdRn8t0B8oE3gf@x1.local/

Converting of vmstate_load_state() itself will follow in
another series.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Link: https://lore.kernel.org/r/20251028170926.77219-2-vsementsov@yandex-team.ru
Signed-off-by: Peter Xu <peterx@redhat.com>
5 days ago
..
blocker.h migration: Use bitset of MigMode instead of variable arguments 5 days ago
client-options.h migration: Add MIG_CMD_SWITCHOVER_START and its load handler 8 months ago
colo.h migration: push Error **errp into loadvm_process_enable_colo() 1 month ago
cpr.h migration/cpr: Fix coverity report in cpr_exec_persist_state() 5 days ago
cpu.h migration: Remove unused VMSTATE_UINTTL_EQUAL[_V]() macros 5 days ago
failover.h Include qemu-common.h exactly where needed 7 years ago
global_state.h migration: never fail in global_state_store() 2 years ago
misc.h migration: Use bitset of MigMode instead of variable arguments 5 days ago
qemu-file-types.h migration/qemu-file: add utility methods for working with seekable channels 2 years ago
register.h migration: Rename save_live_complete_precopy_thread to save_complete_precopy_thread 4 months ago
snapshot.h migration: preserve suspended for snapshot 2 years ago
vmstate.h migration: vmsd errp handlers: return bool 5 days ago