]> git.ipfire.org Git - thirdparty/qemu.git/commit
exec: pull qemu_flush_coalesced_mmio_buffer() into address_space_rw/ld*/st*
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 Jun 2015 16:47:21 +0000 (18:47 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 1 Jul 2015 13:45:50 +0000 (15:45 +0200)
commit125b3806668106667dd2ae049593852859e12b63
treef37f4c32ae89090b2beda5f0db3bd3fc0e479318
parent196ea13104f802c508e57180b2a0d2b3418989a3
exec: pull qemu_flush_coalesced_mmio_buffer() into address_space_rw/ld*/st*

As memory_region_read/write_accessor will now be run also without BQL held,
we need to move coalesced MMIO flushing earlier in the dispatch process.

Cc: Frederic Konrad <fred.konrad@greensocs.com>
Message-Id: <1434646046-27150-5-git-send-email-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
exec.c
memory.c