[PATCH 0/2] vfio/pci: Add multifunction atomic ops support

Manojlo Pekovic posted 2 patches 3 days, 12 hours ago
Failed in applying to current master (apply log)
hw/vfio/pci.c | 177 +++++++++++++++++++++++++++++++++++++++++++++-----
hw/vfio/pci.h |   1 +
2 files changed, 161 insertions(+), 17 deletions(-)
[PATCH 0/2] vfio/pci: Add multifunction atomic ops support
Posted by Manojlo Pekovic 3 days, 12 hours ago
From: Manojlo Pekovic <mpekovic@amd.com>

This series extends PCIe Atomic Ops completer support to multifunction
vfio-pci devices. 
It is an update on previously discussed issues

Patch 1 refactors the existing atomic capability checking logic into
a reusable helper function.

Patch 2 extends the support to multifunction devices by calculating
the intersection of atomic capabilities across all functions, deferring
configuration to machine_done time when all functions are realized.

Manojlo Pekovic (2):
  vfio/pci: Refactor atomic capability checking
  vfio/pci: Support multifunction atomic ops capability

 hw/vfio/pci.c | 177 +++++++++++++++++++++++++++++++++++++++++++++-----
 hw/vfio/pci.h |   1 +
 2 files changed, 161 insertions(+), 17 deletions(-)

-- 
2.43.0
Re: [PATCH 0/2] vfio/pci: Add multifunction atomic ops support
Posted by Cédric Le Goater 3 days, 11 hours ago
On 2/3/26 16:41, Manojlo Pekovic wrote:
> From: Manojlo Pekovic <mpekovic@amd.com>
> 
> This series extends PCIe Atomic Ops completer support to multifunction
> vfio-pci devices.
> It is an update on previously discussed issues
> 
> Patch 1 refactors the existing atomic capability checking logic into
> a reusable helper function.
> 
> Patch 2 extends the support to multifunction devices by calculating
> the intersection of atomic capabilities across all functions, deferring
> configuration to machine_done time when all functions are realized.
> 
> Manojlo Pekovic (2):
>    vfio/pci: Refactor atomic capability checking
>    vfio/pci: Support multifunction atomic ops capability
> 
>   hw/vfio/pci.c | 177 +++++++++++++++++++++++++++++++++++++++++++++-----
>   hw/vfio/pci.h |   1 +
>   2 files changed, 161 insertions(+), 17 deletions(-)
> 


Hello Manojlo,

I am going to ask you to resend again. Sorry about that.

Please rebase on the HEAD, tag the series as a v2 and please
add a brief changelog in the cover letter. With that, we
should be good.

Thanks,

C.