qemu-e2k/migration
Steve Sistare fa3673e497 migration: per-mode blockers
Extend the blocker interface so that a blocker can be registered for
one or more migration modes.  The existing interfaces register a
blocker for all modes, and the new interfaces take a varargs list
of modes.

Internally, maintain a separate blocker list per mode.  The same Error
object may be added to multiple lists.  When a block is deleted, it is
removed from every list, and the Error is freed.

No functional change until a new mode is added.

Signed-off-by: Steve Sistare <steven.sistare@oracle.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Message-ID: <1698263069-406971-3-git-send-email-steven.sistare@oracle.com>
2023-11-01 16:13:59 +01:00
..
block-dirty-bitmap.c migration: hold the BQL during setup 2023-10-17 09:25:13 +02:00
block.c qemu-file: Remove _noflush from qemu_file_transferred_noflush() 2023-10-31 08:44:33 +01:00
block.h
channel-block.c
channel-block.h
channel.c
channel.h
colo-failover.c
colo.c qemu-file: Make qemu_fflush() return errors 2023-10-31 08:44:33 +01:00
dirtyrate.c migration/dirtyrate: use QEMU_CLOCK_HOST to report start-time 2023-10-10 08:04:12 +08:00
dirtyrate.h migration/calc-dirty-rate: millisecond-granularity period 2023-10-10 08:03:50 +08:00
exec.c
exec.h
fd.c
fd.h
file.c migration: file URI offset 2023-10-04 13:18:08 +02:00
file.h migration: file URI 2023-10-04 13:16:58 +02:00
global_state.c
meson.build migration: file URI 2023-10-04 13:16:58 +02:00
migration-hmp-cmds.c migration: mode parameter 2023-11-01 16:13:58 +01:00
migration-stats.c migration: migration_rate_limit_reset() don't need the QEMUFile 2023-10-31 08:44:33 +01:00
migration-stats.h migration: Remove transferred atomic counter 2023-10-31 08:44:33 +01:00
migration.c migration: per-mode blockers 2023-11-01 16:13:59 +01:00
migration.h migration: migration_stop_vm() helper 2023-11-01 16:13:58 +01:00
multifd-zlib.c
multifd-zstd.c
multifd.c migration: Remove transferred atomic counter 2023-10-31 08:44:33 +01:00
multifd.h
options.c migration: mode parameter 2023-11-01 16:13:58 +01:00
options.h migration: mode parameter 2023-11-01 16:13:58 +01:00
page_cache.c
page_cache.h
postcopy-ram.c
postcopy-ram.h
qemu-file.c qemu-file: Make qemu_fflush() return errors 2023-10-31 08:44:33 +01:00
qemu-file.h qemu-file: Make qemu_fflush() return errors 2023-10-31 08:44:33 +01:00
ram-compress.c migration: Rename ram_compressed_pages() to compress_ram_pages() 2023-10-30 17:41:55 +01:00
ram-compress.h migration: Rename ram_compressed_pages() to compress_ram_pages() 2023-10-30 17:41:55 +01:00
ram.c qemu-file: Make qemu_fflush() return errors 2023-10-31 08:44:33 +01:00
ram.h migration: Create compress_update_rates() 2023-10-30 17:41:55 +01:00
rdma.c qemu-file: Make qemu_fflush() return errors 2023-10-31 08:44:33 +01:00
rdma.h migration/rdma: Remove qemu_ prefix from exported functions 2023-10-17 09:25:13 +02:00
savevm.c migration: Add tracepoints for downtime checkpoints 2023-11-01 16:13:58 +01:00
savevm.h
socket.c
socket.h
target.c
threadinfo.c
threadinfo.h
tls.c
tls.h
trace-events migration: Add tracepoints for downtime checkpoints 2023-11-01 16:13:58 +01:00
trace.h
vmstate-types.c
vmstate.c qemu-file: Remove _noflush from qemu_file_transferred_noflush() 2023-10-31 08:44:33 +01:00
xbzrle.c
xbzrle.h
yank_functions.c
yank_functions.h