Alex
> Williamson ; Cédric Le Goater ;
> Paolo Bonzini ; Daniel P. Berrangé ;
> Eduardo Habkost ; Sriram Yagnaraman
> ; Jason Wang ; Keith Busch
> ; Klaus Jensen
> Cc: qemu-devel@nongnu.org; qemu-bl...@nongnu.org; Akihiko Odaki
>
> Subject: [PATCH v3 6/7] pcie_sriov: Reuse
;
Paolo Bonzini ; Daniel P. Berrangé ;
Eduardo Habkost ; Sriram Yagnaraman
; Jason Wang ; Keith Busch
; Klaus Jensen
Cc: qemu-devel@nongnu.org; qemu-bl...@nongnu.org; Akihiko Odaki
Subject: [PATCH v3 6/7] pcie_sriov: Reuse SR-IOV VF device instances
Disable SR-IOV VF devices by reusing code to
;
Paolo Bonzini ; Daniel P. Berrangé ;
Eduardo Habkost ; Sriram Yagnaraman
; Jason Wang ; Keith Busch
; Klaus Jensen
Cc: qemu-devel@nongnu.org; qemu-bl...@nongnu.org; Akihiko Odaki
Subject: [PATCH v3 6/7] pcie_sriov: Reuse SR-IOV VF device instances
Disable SR-IOV VF devices by reusing code to
On 2024/02/13 20:01, Michael S. Tsirkin wrote:
On Mon, Feb 12, 2024 at 07:20:34PM +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 realizat
On Mon, Feb 12, 2024 at 07:20:34PM +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
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