virtio: fix module/device unloading
Rusty Russell authored

The virtio code never hooked through the ->remove callback.  Although
noone supports device removal at the moment, this code is already
needed for module unloading.

This of course also revealed bugs in virtio_blk, virtio_net and lguest
unloading paths.
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
74b2553f
Name Last commit Last update
..
Kconfig
Makefile
config.c
virtio.c
virtio_ring.c