]> Git Repo - qemu.git/commit
memory: do not touch code dirty bitmap unless TCG is enabled
authorPaolo Bonzini <[email protected]>
Mon, 23 Mar 2015 10:41:32 +0000 (11:41 +0100)
committerPaolo Bonzini <[email protected]>
Fri, 5 Jun 2015 15:10:00 +0000 (17:10 +0200)
commit9460dee4b2258e3990906fb34099481c8334c267
treeae15c915a7fcf741b6a55bcee3a14656ad5472fd
parente87f7778b64d4a6a78e16c288c7fdc6c15317d5f
memory: do not touch code dirty bitmap unless TCG is enabled

cpu_physical_memory_set_dirty_lebitmap unconditionally syncs the
DIRTY_MEMORY_CODE bitmap.  This however is unused unless TCG is
enabled.

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