commit | 339b84dcd7113dd076419ea2a47128cc53450305 | [log] [tgz] |
---|---|---|
author | Benjamin Berg <benjamin.berg@intel.com> | Thu Feb 09 10:00:05 2023 +0100 |
committer | Richard Weinberger <richard@nod.at> | Mon Feb 13 10:14:32 2023 +0100 |
tree | 9988cf56ec14540a8e734e25f6c14e49ab5a1f35 | |
parent | abdeb4fa5e1b5b4918034f02236fd886f40c20c1 [diff] |
um: virt-pci: properly remove PCI device from bus Triggering a bus rescan will not cause the PCI device to be removed. It is required to explicitly stop and remove the device from the bus. Fixes: 68f5d3f3b654 ("um: add PCI over virtio emulation driver") Signed-off-by: Benjamin Berg <benjamin.berg@intel.com> Signed-off-by: Richard Weinberger <richard@nod.at>