mbox series

[0/1] Remove flatview_simplify()

Message ID 20210329121408.17862-1-FelixCui-oc@zhaoxin.com
Headers show
Series Remove flatview_simplify() | expand

Message

FelixCui-oc March 29, 2021, 12:14 p.m. UTC
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(-)