[PATCH 0/1] Remove flatview_simplify()

FelixCuioc posted 1 patch 3 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210329121408.17862-1-FelixCui-oc@zhaoxin.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>
softmmu/memory.c | 37 -------------------------------------
1 file changed, 37 deletions(-)
[PATCH 0/1] Remove flatview_simplify()
Posted by FelixCuioc 3 years ago
When assign EHCI device to the virtual machine,
after initializing EHCI in seabios,it will continuously
send dma cycles.
Flatview_simplify() will merge a very large range.The IOVA
mappings of the EHCI device will be innocently unmapped
between the delete and add phases of the VFIO MemoryListener.
At this time,the IOMMU will block the DMA cycle.
We want to remove flatview_simplify() is to prevent EHCI
device IOVA mappings from being unmapped.

FelixCuioc (1):
  Remove flatview_simplify()

 softmmu/memory.c | 37 -------------------------------------
 1 file changed, 37 deletions(-)

-- 
2.17.1