On Wed, May 18, 2011 at 1:17 PM, Prasad Joshi <prasadjoshi124@xxxxxxxxx> wrote: > Add a new function virtio_blk__fini() which goes > through array of block devices and releases > memory allocated for block device. > > Signed-off-by: Prasad Joshi <prasadjoshi124@xxxxxxxxx> > @@ -6,5 +6,6 @@ > struct kvm; > > void virtio_blk__init(struct kvm *kvm, struct disk_image *disk); > +void virtio_blk__fini(struct kvm *kvm); Please make that virtio_blk__delete() to follow the established convention. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html