]> Git Repo - qemu.git/commit
memory: Fix start offset for bitmap log_clear hook
authorMatt Borgerson <[email protected]>
Tue, 18 Feb 2020 10:19:10 +0000 (03:19 -0700)
committerPaolo Bonzini <[email protected]>
Mon, 16 Mar 2020 22:02:23 +0000 (23:02 +0100)
commit25aa6b3718b6bc936b24045e8f8ba98b47170320
tree16dcb58e8eae2211251ce91028f24a25bf301889
parenta4aad716cbda2ea480ba294cfc7690bef3927f3a
memory: Fix start offset for bitmap log_clear hook

Currently only the final page offset is being passed to the `log_clear`
hook via `memory_region_clear_dirty_bitmap` after it is used as an
iterator in `cpu_physical_memory_test_and_clear_dirty`. This patch
corrects the start address and size of the region.

Signed-off-by: Matt Borgerson <[email protected]>
Reviewed-by: Peter Xu <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
exec.c
This page took 0.023009 seconds and 4 git commands to generate.