Re: [PATCH v8 07/15] pcie_sriov: Do not manually unrealize

2024-03-12 Thread Michael S. Tsirkin
On Wed, Feb 28, 2024 at 08:33:18PM +0900, Akihiko Odaki wrote: > A device gets automatically unrealized when being unparented. > > Signed-off-by: Akihiko Odaki I was bisecting and when I bisected to this commit I got a build error: ../hw/pci/pcie_sriov.c: In function ‘register_vf’:

[PATCH v8 07/15] pcie_sriov: Do not manually unrealize

2024-02-28 Thread Akihiko Odaki
A device gets automatically unrealized when being unparented. Signed-off-by: Akihiko Odaki --- hw/pci/pcie_sriov.c | 5 - 1 file changed, 5 deletions(-) diff --git a/hw/pci/pcie_sriov.c b/hw/pci/pcie_sriov.c index e9b23221d713..8b1fd2a89ad7 100644 --- a/hw/pci/pcie_sriov.c +++