[Qemu-devel] [PATCH 0/3] memory: update coalesced_range on transaction_commit

Paolo Bonzini posted 3 patches 7 years, 2 months ago
Test asan passed
Test checkpatch passed
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181129090933.30622-1-pbonzini@redhat.com
memory.c | 78 ++++++++++++++++++++++++++++++++++++++------------------
1 file changed, 53 insertions(+), 25 deletions(-)
[Qemu-devel] [PATCH 0/3] memory: update coalesced_range on transaction_commit
Posted by Paolo Bonzini 7 years, 2 months ago
The e1000 driver calls memory_region_add_coalescing but
kvm_coalesce_mmio_region is never called for those regions.  The bug
dates back to the introduction of the memory region API; to fix it,
the last patch deletes and re-adds coalesced MMIO ranges when building
the FlatViews.  The first two patches are preparatory changes.

Paolo Bonzini (3):
  memory: extract flat_range_coalesced_io_{del,add}
  memory: avoid unnecessary coalesced_io_del operations
  memory: update coalesced_range on transaction_commit

 memory.c | 78 ++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 53 insertions(+), 25 deletions(-)

-- 
2.19.1