]> git.proxmox.com Git - mirror_qemu.git/commit - migration/migration.c
migration: Move migrate_use_xbzrle() to options.c
authorJuan Quintela <quintela@redhat.com>
Wed, 1 Mar 2023 21:20:13 +0000 (22:20 +0100)
committerJuan Quintela <quintela@redhat.com>
Mon, 24 Apr 2023 13:01:46 +0000 (15:01 +0200)
commit87dca0c9bb63014ef73ad82f7aedea1cb5a822e7
tree28046c849afa74dd7fc5e697cd5c37c5464066fe
parentb4bc342c766640e0cb8a0b72f71e0ee5545fb790
migration: Move migrate_use_xbzrle() to options.c

Once that we are there, we rename the function to migrate_xbzrle()
to be consistent with all other capabilities.
We change the type to return bool also for consistency.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
migration/migration.c
migration/migration.h
migration/options.c
migration/options.h
migration/ram.c