]> git.proxmox.com Git - mirror_qemu.git/commit - memory.c
memory: Flush coalesced MMIO on mapping and state changes
authorJan Kiszka <jan.kiszka@siemens.com>
Thu, 23 Aug 2012 11:02:32 +0000 (13:02 +0200)
committerMarcelo Tosatti <mtosatti@redhat.com>
Tue, 11 Sep 2012 21:15:34 +0000 (18:15 -0300)
commitbb880ded7a6a77b2a7818e6302ac55fbd9ba5e86
treeaf2834489939ae069041e14476bf6d36f7f16388
parent02e2b95fb4bcf8b0a512c5eb449cfb9a1ea3d3b7
memory: Flush coalesced MMIO on mapping and state changes

Flush pending coalesced MMIO before performing mapping or state changes
that could affect the event orderings or route the buffered requests to
a wrong region.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
memory.c