Re: [PATCH v6 08/15] pcie_sriov: Reuse SR-IOV VF device instances

2024-03-12 Thread Michael S. Tsirkin
On Tue, Feb 20, 2024 at 09:24:43PM +0900, Akihiko Odaki wrote: > Disable SR-IOV VF devices by reusing code to power down PCI devices > instead of removing them when the guest requests to disable VFs. This > allows to realize devices and report VF realization errors at PF > realization time. > > Si

[PATCH v6 08/15] pcie_sriov: Reuse SR-IOV VF device instances

2024-02-20 Thread Akihiko Odaki
Disable SR-IOV VF devices by reusing code to power down PCI devices instead of removing them when the guest requests to disable VFs. This allows to realize devices and report VF realization errors at PF realization time. Signed-off-by: Akihiko Odaki --- docs/pcie_sriov.txt | 8 ++-- in