mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 11:08:25 +00:00
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>
This commit is contained in:
@@ -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 *)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user