]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
um: virtio-pci: implement .shutdown()
authorJohannes Berg <johannes.berg@intel.com>
Wed, 27 Aug 2025 19:35:35 +0000 (21:35 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 10 Sep 2025 12:23:35 +0000 (14:23 +0200)
commita0830785e89da3019a815b51b2073d00bf06e8c1
treec6fe3671aeca08b9ea634b9a780adddc676f4e49
parent35fae10aaf080c2de06a80463e1129e588600db8
um: virtio-pci: implement .shutdown()

We don't want queues stopped since the shutdown can still
be doing things with PCI devices, so implement .shutdown()
to avoid the generic virtio shutdown.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
arch/um/drivers/virtio_pcidev.c