]> git.proxmox.com Git - mirror_qemu.git/commit - memory.c
memory: cpu_physical_memory_set_dirty_range() always dirty all flags
authorJuan Quintela <quintela@redhat.com>
Tue, 8 Oct 2013 10:31:54 +0000 (12:31 +0200)
committerJuan Quintela <quintela@redhat.com>
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 <quintela@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
exec.c
include/exec/memory-internal.h
memory.c