]> Git Repo - qemu.git/commit
memory: cpu_physical_memory_set_dirty_range() always dirty all flags
authorJuan Quintela <[email protected]>
Tue, 8 Oct 2013 10:31:54 +0000 (12:31 +0200)
committerJuan Quintela <[email protected]>
Mon, 13 Jan 2014 13:04:53 +0000 (14:04 +0100)
commit75218e7f2b7f052c6f44489afaf45b3ea4369f45
tree32f814987897c10fb39e0b646308404ec25760c0
parent63995cebfaa283586682ea6236c9686b2a49ece7
memory: cpu_physical_memory_set_dirty_range() always dirty all flags

So remove the flag argument and do it directly.  After this change,
there is nothing else using cpu_physical_memory_set_dirty_flags() so
remove it.

Signed-off-by: Juan Quintela <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Orit Wasserman <[email protected]>
exec.c
include/exec/memory-internal.h
memory.c
This page took 0.02935 seconds and 4 git commands to generate.