On Wed, 28 Nov 2018 17:30:59 +0100, Paolo Bonzini <pbonz...@redhat.com> wrote: >> The e1000 driver calls memory_region_add_coalescing but >> kvm_coalesce_mmio_region never been called for those regions. >> >> Update coalesced_range on memory_region_transaction_commit to fix this. >> >> It seems very old bug since memory region API >> was merged on commit 093bc2cd885e ("Hierarchical memory region API"). >> >> Signed-off-by: Atsushi Nemoto <atsushi.nem...@sord.co.jp> > > I attach the patch I came up with. What do you think?
Thank you for the alternative fix. It works well and looks good to me. --- Atsushi Nemoto