mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
migration: Rename ram_handle_compressed() to ram_handle_zero()
Now that we know it only handles zero, we can remove the ch parameter. Reviewed-by: Fabiano Rosas <farosas@suse.de> Reviewed-by: Peter Xu <peterx@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com> Message-ID: <20231019085259.13307-3-quintela@redhat.com>
This commit is contained in:
parent
413d64fedc
commit
7091dabeb4
3 changed files with 7 additions and 7 deletions
|
@ -60,7 +60,7 @@ int ram_discard_range(const char *block_name, uint64_t start, size_t length);
|
|||
int ram_postcopy_incoming_init(MigrationIncomingState *mis);
|
||||
int ram_load_postcopy(QEMUFile *f, int channel);
|
||||
|
||||
void ram_handle_compressed(void *host, uint8_t ch, uint64_t size);
|
||||
void ram_handle_zero(void *host, uint64_t size);
|
||||
|
||||
void ram_transferred_add(uint64_t bytes);
|
||||
void ram_release_page(const char *rbname, uint64_t offset);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue