Re: [PATCH v5 7/9] x86/hyperv: Implement Hyper-V virtual IOMMU
Jason Gunthorpe <[email protected]>
| Newsgroups | org.kernel.vger.linux-arch,dev.linux.lists.iommu,org.kernel.vger.linux-hyperv,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pci |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 18, 2026 at 04:39:32PM -0700, Mukesh R wrote: > Thanks for the review. I know there is another set of patches for pvIOMMU > ongoing (both came from the same source) and you are probably repeating > things, and I appreciate your patience. I'll also try to look for your > comments in that patch series going forward. Those patches look pretty good so you should try to copy their stuff :) They ended up never calling detach, I hope you can do that too. Just always have a blocking or identity domain and just use it everywhere. Since you can't predict what translation detach gives it should not be set on a device. release could be the only exception and only if you reall have to. Jason