]> Git Repo - qemu.git/commit - migration/ram.c
migration/postcopy: use QEMU_IS_ALIGNED to replace host_offset
authorWei Yang <[email protected]>
Tue, 6 Aug 2019 00:46:48 +0000 (08:46 +0800)
committerDr. David Alan Gilbert <[email protected]>
Wed, 14 Aug 2019 16:33:14 +0000 (17:33 +0100)
commit9dec3cc3f4545b8035ac7bf0854b81669b18c516
tree2df80fedd7f528b4341fe492112aa89034ae5249
parentdad45ab2be9d5ce033ddba328204b06f2d10f0ed
migration/postcopy: use QEMU_IS_ALIGNED to replace host_offset

Use QEMU_IS_ALIGNED for the check, it would be more consistent with
other align calculations.

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