]> Git Repo - qemu.git/commit - migration/ram.c
migration: just pass RAMBlock is enough
authorWei Yang <[email protected]>
Thu, 18 Jul 2019 01:25:47 +0000 (09:25 +0800)
committerDr. David Alan Gilbert <[email protected]>
Wed, 14 Aug 2019 16:33:14 +0000 (17:33 +0100)
commit5d0980a459774a52e3f3729cee0a2562d11026d2
tree2524b91e52252804c8287a548f97d052385edada
parent6a88eb2b0881c1137b1647147a37de9e818142d8
migration: just pass RAMBlock is enough

RAMBlock->used_length is always passed to migration_bitmap_sync_range(),
which could be retrieved from RAMBlock.

Suggested-by: Paolo Bonzini <[email protected]>
Signed-off-by: Wei Yang <[email protected]>
Message-Id: <20190718012547[email protected]>
Reviewed-by: Peter Xu <[email protected]>
Reviewed-by: Paolo Bonzini <[email protected]>
Signed-off-by: Dr. David Alan Gilbert <[email protected]>
migration/ram.c
This page took 0.034426 seconds and 4 git commands to generate.