mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06: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:
parent
8020bc9a77
commit
f639cfe515
2 changed files with 6 additions and 12 deletions
|
@ -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 *)));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue