]> Git Repo - qemu.git/commit
migration/multifd: initialize packet->magic/version once at setup stage
authorWei Yang <[email protected]>
Fri, 11 Oct 2019 08:50:49 +0000 (16:50 +0800)
committerDr. David Alan Gilbert <[email protected]>
Fri, 11 Oct 2019 14:02:00 +0000 (15:02 +0100)
commit9985e1f48db7449421dafdc22d275551072f0a06
tree71df476d1b132acf75fe32ef565d1720a9b47929
parentf2148c4c793f67e24ff97ddf12c8eeccdba9fb8e
migration/multifd: initialize packet->magic/version once at setup stage

MultiFDPacket_t's magic and version field never changes during
migration, so move these two fields in setup stage.

Signed-off-by: Wei Yang <[email protected]>
Message-Id: <20191011085050[email protected]>
Reviewed-by: Juan Quintela <[email protected]>
Signed-off-by: Dr. David Alan Gilbert <[email protected]>
migration/ram.c
This page took 0.024845 seconds and 4 git commands to generate.