]> git.proxmox.com Git - mirror_qemu.git/commit
ram.c: Remove last ram.c dependency from the core compress code
authorLukas Straub <lukasstraub2@web.de>
Thu, 20 Apr 2023 09:48:13 +0000 (11:48 +0200)
committerJuan Quintela <quintela@redhat.com>
Mon, 8 May 2023 13:25:26 +0000 (15:25 +0200)
commitef4f5f5d5a51eae79285a32f34034969bf6b257a
treebc5c71305731d9d77bfe43d201277b7ddb10c6ed
parent680628d200161be1912623c0884bbb4902c19dea
ram.c: Remove last ram.c dependency from the core compress code

Make compression interfaces take send_queued_data() as an argument.
Remove save_page_use_compression() from flush_compressed_data().

This removes the last ram.c dependency from the core compress code.

Signed-off-by: Lukas Straub <lukasstraub2@web.de>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/ram.c