All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Cédric Le Goater" <clg@redhat.com>
To: Yi Liu <yi.l.liu@intel.com>,
	Zhenzhong Duan <zhenzhong.duan@intel.com>,
	qemu-devel@nongnu.org
Cc: alex@shazbot.org, eric.auger@redhat.com, mst@redhat.com,
	jasowang@redhat.com, peterx@redhat.com, ddutile@redhat.com,
	jgg@nvidia.com, nicolinc@nvidia.com, skolothumtho@nvidia.com,
	joao.m.martins@oracle.com, clement.mathieu--drif@eviden.com,
	kevin.tian@intel.com, chao.p.peng@intel.com
Subject: Re: [PATCH v10 00/19] intel_iommu: Enable first stage translation for passthrough device
Date: Tue, 13 Jan 2026 08:35:15 +0100	[thread overview]
Message-ID: <f244815d-a6b9-4e04-970c-9f755df4eeae@redhat.com> (raw)
In-Reply-To: <4c098753-8db6-4052-a5e5-21d076001776@intel.com>

On 1/13/26 04:12, Yi Liu wrote:
> On 2026/1/9 22:34, Cédric Le Goater wrote:
>> Michael,
>>
>> Since there are a couple of VFIO series depending on this one, do you mind
>> if it goes through the VFIO queue ?
>>
>> Thanks,
>>
>> C.
>>
> 
> Hi Cédric,
> 
> I have two nits on the series.
> 1) a commit message typo to patch 09, already sent email
> 2) I noticed there are several new files added, while the copyright starts from 2025. will be nice to be 2026. :)

I amended the commits.

Thanks,

C.



      reply	other threads:[~2026-01-13  7:35 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-06  6:12 [PATCH v10 00/19] intel_iommu: Enable first stage translation for passthrough device Zhenzhong Duan
2026-01-06  6:12 ` [PATCH v10 01/19] intel_iommu: Rename vtd_ce_get_rid2pasid_entry to vtd_ce_get_pasid_entry Zhenzhong Duan
2026-01-06  6:12 ` [PATCH v10 02/19] intel_iommu: Delete RPS capability related supporting code Zhenzhong Duan
2026-01-06  6:12 ` [PATCH v10 03/19] intel_iommu: Update terminology to match VTD spec Zhenzhong Duan
2026-01-06  6:12 ` [PATCH v10 04/19] hw/pci: Export pci_device_get_iommu_bus_devfn() and return bool Zhenzhong Duan
2026-01-06  6:12 ` [PATCH v10 05/19] hw/pci: Introduce pci_device_get_viommu_flags() Zhenzhong Duan
2026-01-06  6:12 ` [PATCH v10 06/19] intel_iommu: Implement get_viommu_flags() callback Zhenzhong Duan
2026-01-06  6:12 ` [PATCH v10 07/19] intel_iommu: Introduce a new structure VTDHostIOMMUDevice Zhenzhong Duan
2026-01-06  6:12 ` [PATCH v10 08/19] vfio/iommufd: Force creating nesting parent HWPT Zhenzhong Duan
2026-01-06  6:12 ` [PATCH v10 09/19] intel_iommu_accel: Check for compatibility with IOMMUFD backed device when x-flts=on Zhenzhong Duan
2026-01-13  3:12   ` Yi Liu
2026-01-06  6:12 ` [PATCH v10 10/19] intel_iommu_accel: Fail passthrough device under PCI bridge if x-flts=on Zhenzhong Duan
2026-01-06  6:12 ` [PATCH v10 11/19] intel_iommu_accel: Stick to system MR for IOMMUFD backed host device when x-flts=on Zhenzhong Duan
2026-01-06  6:12 ` [PATCH v10 12/19] intel_iommu: Add some macros and inline functions Zhenzhong Duan
2026-01-06  7:38   ` Eric Auger
2026-01-06  6:12 ` [PATCH v10 13/19] intel_iommu_accel: Bind/unbind guest page table to host Zhenzhong Duan
2026-01-06  7:46   ` Eric Auger
2026-01-06  6:12 ` [PATCH v10 14/19] intel_iommu_accel: Propagate PASID-based iotlb invalidation " Zhenzhong Duan
2026-01-06  6:12 ` [PATCH v10 15/19] intel_iommu: Replay all pasid bindings when either SRTP or TE bit is changed Zhenzhong Duan
2026-01-06  6:12 ` [PATCH v10 16/19] intel_iommu: Replay pasid bindings after context cache invalidation Zhenzhong Duan
2026-01-06  6:12 ` [PATCH v10 17/19] intel_iommu: Add migration support with x-flts=on Zhenzhong Duan
2026-01-06  6:13 ` [PATCH v10 18/19] intel_iommu: Enable host device when x-flts=on in scalable mode Zhenzhong Duan
2026-01-06  6:13 ` [PATCH v10 19/19] docs/devel: Add IOMMUFD nesting documentation Zhenzhong Duan
2026-01-09 14:34 ` [PATCH v10 00/19] intel_iommu: Enable first stage translation for passthrough device Cédric Le Goater
2026-01-09 14:50   ` Cédric Le Goater
2026-01-12 22:04   ` Michael S. Tsirkin
2026-01-13  3:12   ` Yi Liu
2026-01-13  7:35     ` Cédric Le Goater [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f244815d-a6b9-4e04-970c-9f755df4eeae@redhat.com \
    --to=clg@redhat.com \
    --cc=alex@shazbot.org \
    --cc=chao.p.peng@intel.com \
    --cc=clement.mathieu--drif@eviden.com \
    --cc=ddutile@redhat.com \
    --cc=eric.auger@redhat.com \
    --cc=jasowang@redhat.com \
    --cc=jgg@nvidia.com \
    --cc=joao.m.martins@oracle.com \
    --cc=kevin.tian@intel.com \
    --cc=mst@redhat.com \
    --cc=nicolinc@nvidia.com \
    --cc=peterx@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=skolothumtho@nvidia.com \
    --cc=yi.l.liu@intel.com \
    --cc=zhenzhong.duan@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.