[PATCH 0/1] Remove flatview_simplify()

2021-03-29 Thread FelixCuioc
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.

[PATCH 0/1] Remove flatview_simplify()

2020-12-06 Thread FelixCuioc
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.