summary refs log tree commit diff stats
path: root/include/exec/cpu-common.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2019-09-18 03:39:56 +0000
committerRichard Henderson <richard.henderson@linaro.org>2019-09-25 10:38:07 -0700
commit6e050d415662ca97b71410b8c4d91f789872b407 (patch)
tree5a1822ace133fcf0afbe4124c69f9338703520cd /include/exec/cpu-common.h
parent5b87b3e671c00fd054bcbf4668d99d56b33c598c (diff)
downloadfocaccia-qemu-6e050d415662ca97b71410b8c4d91f789872b407.tar.gz
focaccia-qemu-6e050d415662ca97b71410b8c4d91f789872b407.zip
exec: Adjust notdirty tracing
The memory_region_tb_read tracepoint is unreachable, since notdirty
is supposed to apply only to writes.  The memory_region_tb_write
tracepoint is mis-named, because notdirty is not only used for TB
invalidation.  It is also used for e.g. VGA RAM updates and migration.

Replace memory_region_tb_write with memory_notdirty_write_access,
and place it in memory_notdirty_write_prepare where it can catch
all of the instances.  Add memory_notdirty_set_dirty to log when
we no longer intercept writes to a page.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include/exec/cpu-common.h')
0 files changed, 0 insertions, 0 deletions