On Wed, May 18, 2011 at 1:17 PM, Prasad Joshi <[email protected]> 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 <[email protected]>
> @@ -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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to