aboutsummaryrefslogtreecommitdiff
path: root/migration/ram-compress.h
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2023-10-19 13:07:23 +0200
committerJuan Quintela <quintela@redhat.com>2023-10-30 17:41:55 +0100
commitf639cfe515b159c86fbb6c7a10d2146ca1b99b23 (patch)
treee74b41f5dfa32cb39750e4a762c52bbdbbbc4eab /migration/ram-compress.h
parent8020bc9a77086d4beebaa1d6d9a862fcc66d854f (diff)
downloadqemu-f639cfe515b159c86fbb6c7a10d2146ca1b99b23.zip
qemu-f639cfe515b159c86fbb6c7a10d2146ca1b99b23.tar.gz
qemu-f639cfe515b159c86fbb6c7a10d2146ca1b99b23.tar.bz2
migration: Merge flush_compressed_data() and compress_flush_data()
Reviewed-by: Fabiano Rosas <farosas@suse.de> Signed-off-by: Juan Quintela <quintela@redhat.com> Message-ID: <20231019110724.15324-11-quintela@redhat.com>
Diffstat (limited to 'migration/ram-compress.h')
-rw-r--r--migration/ram-compress.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/migration/ram-compress.h b/migration/ram-compress.h
index 7ba01e2..e222887 100644
--- a/migration/ram-compress.h
+++ b/migration/ram-compress.h
@@ -59,7 +59,6 @@ typedef struct CompressParam CompressParam;
void compress_threads_save_cleanup(void);
int compress_threads_save_setup(void);
-void flush_compressed_data(int (send_queued_data(CompressParam *)));
bool compress_page_with_multi_thread(RAMBlock *block, ram_addr_t offset,
int (send_queued_data(CompressParam *)));