]> git.proxmox.com Git - mirror_qemu.git/commit
migration: Create compress_update_rates()
authorJuan Quintela <quintela@redhat.com>
Thu, 19 Oct 2023 11:07:20 +0000 (13:07 +0200)
committerJuan Quintela <quintela@redhat.com>
Mon, 30 Oct 2023 16:41:55 +0000 (17:41 +0100)
commitfb36fb275f455642599ac882fd5a96a8b00b062e
treeb4b5d9bfd54610898a7dec78ea1618850b23e714
parent250b1d7ef62b26fde8dc0f8dacad406807d82f1a
migration: Create compress_update_rates()

So we can move more compression_counters stuff to ram-compress.c.
Create compression_counters struct to add the stuff that was on
MigrationState.

Reviewed-by: Lukas Straub <lukasstraub2@web.de>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Message-ID: <20231019110724.15324-8-quintela@redhat.com>
migration/ram-compress.c
migration/ram-compress.h
migration/ram.c
migration/ram.h