qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Optimize UNMAP call and bug fix
@ 2023-06-08  9:52 Zhenzhong Duan
  2023-06-08  9:52 ` [PATCH v3 1/5] util: Add iova_tree_foreach_range_data Zhenzhong Duan
                   ` (5 more replies)
  0 siblings, 6 replies; 30+ messages in thread
From: Zhenzhong Duan @ 2023-06-08  9:52 UTC (permalink / raw)
  To: qemu-devel
  Cc: mst, peterx, jasowang, pbonzini, richard.henderson, eduardo,
	marcel.apfelbaum, alex.williamson, clg, david, philmd, kwankhede,
	cjia, yi.l.liu, chao.p.peng

Hi All,

This patchset includes some fixes on VFIO dirty sync and vIOMMU.
PATCH1 isn't needed now as dependent changes in PATCH2 is removed,
but as Peter has given Reviewed-by, leave it to maintainer to
decide if pick or not.

Tested net card passthrough, ping/ssh pass
Tested DSA vdev passthrough, start dmatest then do live migration, pass.
Checked the LM performance before and after patch, no explicit difference.
(DSA vdev requires customed kernel and qemu)

v3:
updated PATCH2 to fix VFIO dirty sync in Peter suggested way.
split PATCH4 in v2 to PATCH4 and PATCH5 as they target different issue.
dropped PATCH3 in v2.
add Suggested-by.

Thanks

Zhenzhong Duan (5):
  util: Add iova_tree_foreach_range_data
  intel_iommu: Fix a potential issue in VFIO dirty page sync
  intel_iommu: Fix flag check in replay
  intel_iommu: Fix address space unmap
  intel_iommu: Optimize out some unnecessary UNMAP calls

 hw/i386/intel_iommu.c    | 37 +++++++++++++++++++------------------
 include/qemu/iova-tree.h | 17 +++++++++++++++--
 util/iova-tree.c         | 31 +++++++++++++++++++++++++++++++
 3 files changed, 65 insertions(+), 20 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2023-06-14 12:53 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-08  9:52 [PATCH v3 0/5] Optimize UNMAP call and bug fix Zhenzhong Duan
2023-06-08  9:52 ` [PATCH v3 1/5] util: Add iova_tree_foreach_range_data Zhenzhong Duan
2023-06-08  9:52 ` [PATCH v3 2/5] intel_iommu: Fix a potential issue in VFIO dirty page sync Zhenzhong Duan
2023-06-08 13:42   ` Peter Xu
2023-06-08  9:52 ` [PATCH v3 3/5] intel_iommu: Fix flag check in replay Zhenzhong Duan
2023-06-08 13:43   ` Peter Xu
2023-06-08  9:52 ` [PATCH v3 4/5] intel_iommu: Fix address space unmap Zhenzhong Duan
2023-06-08 13:48   ` Peter Xu
2023-06-09  3:31     ` Duan, Zhenzhong
2023-06-09 13:36       ` Peter Xu
2023-06-13  2:32         ` Duan, Zhenzhong
2023-06-08  9:52 ` [PATCH v3 5/5] intel_iommu: Optimize out some unnecessary UNMAP calls Zhenzhong Duan
2023-06-08 14:05   ` Peter Xu
2023-06-08 14:11     ` Jason Gunthorpe
2023-06-08 15:40       ` Peter Xu
2023-06-08 16:27         ` Jason Gunthorpe
2023-06-08 19:53           ` Peter Xu
2023-06-09  1:00             ` Jason Gunthorpe
2023-06-09  5:49             ` Duan, Zhenzhong
2023-06-09 21:26               ` Peter Xu
2023-06-13  2:37                 ` Duan, Zhenzhong
2023-06-14  9:47                 ` Duan, Zhenzhong
2023-06-09  4:03         ` Duan, Zhenzhong
2023-06-09  3:41     ` Duan, Zhenzhong
2023-06-08 20:34   ` Peter Xu
2023-06-09  4:01     ` Duan, Zhenzhong
2023-06-14  9:38       ` Duan, Zhenzhong
2023-06-14 12:51         ` Peter Xu
2023-06-08 15:53 ` [PATCH v3 0/5] Optimize UNMAP call and bug fix Peter Xu
2023-06-09  3:32   ` Duan, Zhenzhong

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).