]> Git Repo - qemu.git/commit - exec.c
ram_addr: tweaks to xen_modified_memory
authorPaolo Bonzini <[email protected]>
Mon, 23 Mar 2015 10:35:19 +0000 (11:35 +0100)
committerPaolo Bonzini <[email protected]>
Fri, 5 Jun 2015 15:09:59 +0000 (17:09 +0200)
commit49dfcec40349245ad365964468b67e132c3cedc7
tree91a2e4f16e684fa413880ebc80b1e2c4619ae0a1
parent1bfbac4ee16e2ea95d087e0926727d9a113b483e
ram_addr: tweaks to xen_modified_memory

Invoke xen_modified_memory from cpu_physical_memory_set_dirty_range_nocode;
it is akin to DIRTY_MEMORY_MIGRATION, so set it together with that bitmap.
The remaining call from invalidate_and_set_dirty's "else" branch will go
away soon.

Second, fix the second argument to the function in the
cpu_physical_memory_set_dirty_lebitmap call site.  That function is only used
by KVM, but it is better to be clean anyway.

Acked-by: Stefano Stabellini <[email protected]>
Reviewed-by: Fam Zheng <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
exec.c
include/exec/ram_addr.h
This page took 0.025482 seconds and 4 git commands to generate.