]> git.proxmox.com Git - mirror_qemu.git/commit - migration/ram.c
migration: Remove save_page_use_compression()
authorJuan Quintela <quintela@redhat.com>
Thu, 19 Oct 2023 11:07:16 +0000 (13:07 +0200)
committerJuan Quintela <quintela@redhat.com>
Mon, 30 Oct 2023 16:41:55 +0000 (17:41 +0100)
commit4e400f9091d496c513fcd513753a2d681be57a3b
tree8ca7c758330d73b0cbf1a070c62e9246b7fe4657
parent0e195629969125e3a168a7e06e3c49d939c36ead
migration: Remove save_page_use_compression()

After previous patch, we disable the posiblity that we use compression
together with xbzrle.  So we can use directly migrate_compress().

Once there, now we don't need the rs parameter, so remove it.

Reviewed-by: Fabiano Rosas <farosas@suse.de>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Message-ID: <20231019110724.15324-4-quintela@redhat.com>
migration/ram.c