virtio: add PCI device release() function
authorMark McLoughlin <markmc@redhat.com>
Wed, 10 Dec 2008 17:45:34 +0000 (17:45 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 29 Dec 2008 22:56:10 +0000 (09:26 +1030)
Add a release() function for virtio_pci devices so as to avoid:

  Device 'virtio0' does not have a release() function, it is broken and must be fixed

Move the code to free the resources associated with the device
from virtio_pci_remove() into this new function. virtio_pci_remove()
now merely unregisters the device which should cause the final
ref to be dropped and virtio_pci_release_dev() to be called.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Reported-by: Michael Tokarev <mjt@tls.msk.ru>
Cc: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

No differences found