qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] memory: update coalesced_range on transaction_commit
@ 2018-11-29  9:09 Paolo Bonzini
  2018-11-29  9:09 ` [Qemu-devel] [PATCH 1/3] memory: extract flat_range_coalesced_io_{del, add} Paolo Bonzini
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paolo Bonzini @ 2018-11-29  9:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: Atsushi Nemoto

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-11-29  9:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-29  9:09 [Qemu-devel] [PATCH 0/3] memory: update coalesced_range on transaction_commit Paolo Bonzini
2018-11-29  9:09 ` [Qemu-devel] [PATCH 1/3] memory: extract flat_range_coalesced_io_{del, add} Paolo Bonzini
2018-11-29  9:09 ` [Qemu-devel] [PATCH 2/3] memory: avoid unnecessary coalesced_io_del operations Paolo Bonzini
2018-11-29  9:09 ` [Qemu-devel] [PATCH 3/3] memory: update coalesced_range on transaction_commit Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).