diff options
| author | Juan Quintela <quintela@redhat.com> | 2023-06-13 16:57:47 +0200 |
|---|---|---|
| committer | Juan Quintela <quintela@redhat.com> | 2023-10-17 22:14:51 +0200 |
| commit | 1fd03d41b86daa1eb8c941dfa013cc806bcaf053 (patch) | |
| tree | 3b73b19a02a56038a53ff7632b2757b43cf7be19 /migration/ram-compress.h | |
| parent | f504789de509cded05562bb3bb9abfa222446222 (diff) | |
| download | focaccia-qemu-1fd03d41b86daa1eb8c941dfa013cc806bcaf053.tar.gz focaccia-qemu-1fd03d41b86daa1eb8c941dfa013cc806bcaf053.zip | |
migration: Move update_compress_threads_counts() to ram-compress.c
Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Lukas Straub <lukasstraub2@web.de> Message-ID: <20230613145757.10131-9-quintela@redhat.com>
Diffstat (limited to 'migration/ram-compress.h')
| -rw-r--r-- | migration/ram-compress.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/migration/ram-compress.h b/migration/ram-compress.h index 77465dad4b..e55d3b50bd 100644 --- a/migration/ram-compress.h +++ b/migration/ram-compress.h @@ -70,5 +70,6 @@ void decompress_data_with_multi_threads(QEMUFile *f, void *host, int len); void populate_compress(MigrationInfo *info); uint64_t ram_compressed_pages(void); +void update_compress_thread_counts(const CompressParam *param, int bytes_xmit); #endif |