1
0
Fork 0
alistair23-linux/drivers/virtio
Rusty Russell 74b2553f1d virtio: fix module/device unloading
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: Rusty Russell <rusty@rustcorp.com.au>
2007-11-19 11:20:42 +11:00
..
Kconfig Virtio helper routines for a descriptor ringbuffer implementation 2007-10-23 15:49:55 +10:00
Makefile Virtio helper routines for a descriptor ringbuffer implementation 2007-10-23 15:49:55 +10:00
config.c Virtio interface 2007-10-23 15:49:54 +10:00
virtio.c virtio: fix module/device unloading 2007-11-19 11:20:42 +11:00
virtio_ring.c virtio: Force use of power-of-two for descriptor ring sizes 2007-11-12 13:59:40 +11:00