Re: [PATCH v7 0/5] vfio/pci: power management changes

From: Abhishek Sahu
Date: Fri Sep 02 2022 - 04:00:52 EST


> * Changes in v7
>
> - Rebased patches over the following patch series
> https://lore.kernel.org/all/0-v2-1bd95d72f298+e0e-vfio_pci_priv_jgg@xxxxxxxxxx
> https://lore.kernel.org/all/0-v1-11d8272dc65a+4bd-vfio_ioctl_split_jgg@xxxxxxxxxx
>

This patch series is getting applied cleanly on top of Jason updated patch
series as well.

https://lore.kernel.org/all/0-v2-0f9e632d54fb+d6-vfio_ioctl_split_jgg@xxxxxxxxxx/

Thanks,
Abhishek

> - Since is_intx() is now static function, so open coded the same
> (s/is_intx()/vdev->irq_type == VFIO_PCI_INTX_IRQ_INDEX) and
> updated the commit message for the same.
> - Replaced 'void __user *arg' with
> 'struct vfio_device_low_power_entry_with_wakeup __user *arg'
> - Added new device features in sorted order in
> vfio_pci_core_ioctl_feature().