diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2015-07-13 12:00:29 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-07-24 13:57:45 +0200 |
commit | c1076c3e13a86140cc2ba29866512df8460cc7c2 (patch) | |
tree | 9aa1b98c2a7467e890539e2bb8cab4e2e989a725 /target-moxie/helper.c | |
parent | deb809edb85334c8e90530e1071b98f4da25ebaa (diff) | |
download | qemu-c1076c3e13a86140cc2ba29866512df8460cc7c2.zip |
framebuffer: set DIRTY_MEMORY_VGA on RAM that is used for the framebuffer
The MemoryRegionSection contains enough information to access the
RAM region underlying the framebuffer, and can be cached inside the
display device.
By doing this, the new framebuffer_update_memory_section function can
enable dirty memory logging on the relevant RAM region. The function
must be called whenever the stride or base of the framebuffer changes;
a simple way to cover these cases is to call it on every full frame
invalidation, which is a rare case.
framebuffer_update_display now works entirely on a MemoryRegionSection,
without going through cpu_physical_memory_map/unmap.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target-moxie/helper.c')
0 files changed, 0 insertions, 0 deletions