RE: [PATCH v2 0/2] Update properties naming for 'x-scalable-mode' and 'x-flts'

Duan, Zhenzhong posted 2 patches 2 weeks, 3 days ago
Only 0 patches received!
RE: [PATCH v2 0/2] Update properties naming for 'x-scalable-mode' and 'x-flts'
Posted by Duan, Zhenzhong 2 weeks, 3 days ago
Hi All,

Kindly ping😊
This series needs a rebase as there are conflicts with newest code.
Any comments or objections before I do that?

Thanks
Zhenzhong

>-----Original Message-----
>From: Duan, Zhenzhong <zhenzhong.duan@intel.com>
>Subject: [PATCH v2 0/2] Update properties naming for 'x-scalable-mode' and 'x-
>flts'
>
>Hi,
>
>This series dropped 'x-' prefix for properties 'x-scalable-mode' and 'x-flts',
>by this chance also renamed 'flts' to 'fsts' to align with newer spec.
>
>After that, we can add scalable mode and first stage translation support to
>libvirt.
>
>Thanks
>Zhenzhong
>
>Zhenzhong Duan (2):
>  intel_iommu: Remove 'x-' prefix from 'x-scalable-mode' and 'x-flts'
>    properties
>  intel_iommu: Change 'flts' property naming to 'fsts'
>
> docs/devel/vfio-iommufd.rst    | 10 +++++-----
> hw/i386/intel_iommu.c          | 12 ++++++------
> hw/i386/intel_iommu_accel.c    |  6 +++---
> tests/qtest/intel-iommu-test.c |  2 +-
> 4 files changed, 15 insertions(+), 15 deletions(-)
>
>--
>2.47.3

Re: [PATCH v2 0/2] Update properties naming for 'x-scalable-mode' and 'x-flts'
Posted by Michael S. Tsirkin 2 weeks, 3 days ago
On Wed, May 13, 2026 at 02:32:00AM +0000, Duan, Zhenzhong wrote:
> Hi All,
> 
> Kindly ping😊
> This series needs a rebase as there are conflicts with newest code.
> Any comments or objections before I do that?
> 
> Thanks
> Zhenzhong
> 
> >-----Original Message-----
> >From: Duan, Zhenzhong <zhenzhong.duan@intel.com>
> >Subject: [PATCH v2 0/2] Update properties naming for 'x-scalable-mode' and 'x-
> >flts'
> >
> >Hi,
> >
> >This series dropped 'x-' prefix for properties 'x-scalable-mode' and 'x-flts',
> >by this chance also renamed 'flts' to 'fsts' to align with newer spec.
> >
> >After that, we can add scalable mode and first stage translation support to
> >libvirt.
> >
> >Thanks
> >Zhenzhong
> >
> >Zhenzhong Duan (2):
> >  intel_iommu: Remove 'x-' prefix from 'x-scalable-mode' and 'x-flts'
> >    properties
> >  intel_iommu: Change 'flts' property naming to 'fsts'
> >
> > docs/devel/vfio-iommufd.rst    | 10 +++++-----
> > hw/i386/intel_iommu.c          | 12 ++++++------
> > hw/i386/intel_iommu_accel.c    |  6 +++---
> > tests/qtest/intel-iommu-test.c |  2 +-
> > 4 files changed, 15 insertions(+), 15 deletions(-)
> >
> >--
> >2.47.3
> 


Pls go ahead.