]> git.proxmox.com Git - mirror_qemu.git/commit - migration/ram.c
migration: We only need last_stage in two places
authorJuan Quintela <quintela@redhat.com>
Wed, 15 Dec 2021 18:01:21 +0000 (19:01 +0100)
committerJuan Quintela <quintela@redhat.com>
Fri, 28 Jan 2022 14:38:22 +0000 (15:38 +0100)
commit05931ec561a83a6054d0658ed2b9570f5175728a
treef8c3a65d1a834227986a7fb9fa0f3fe35a18ca51
parent04e114049406dbb69fc9043c795ddd28fdba31a6
migration: We only need last_stage in two places

We only need last_stage in two places and we are passing it all
around.  Just add a field to RAMState that passes it.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
---

Repeat subject (philmd suggestion)
migration/ram.c