[Libguestfs] [PATCH] v2v: move virtio_win to windows_virtio

Richard W.M. Jones rjones at redhat.com
Tue Feb 9 16:37:03 UTC 2016


On Tue, Feb 09, 2016 at 05:42:00PM +0300, Roman Kagan wrote:
> Now that all the stuff related to Windows virtio drivers has been moved
> into a dedicated module, it makes sense to move the definition of
> virtio_win there, too, and stop passing it around as a parameter.

Yup, obviously simplification.

> --- a/v2v/windows_virtio.mli
> +++ b/v2v/windows_virtio.mli
> @@ -19,7 +19,7 @@
>  (** Functions for installing Windows virtio drivers. *)
>  
>  val install_drivers
> -    : Guestfs.guestfs -> Types.inspect -> string -> string -> int64 -> string ->
> +    : Guestfs.guestfs -> Types.inspect -> string -> int64 -> string ->
>        Types.guestcaps_block_type * Types.guestcaps_net_type * Types.guestcaps_video_type
>  (** [install_drivers g inspect systemroot virtio_win root current_cs]
>      installs virtio drivers from the driver directory or driver

I made a minor additional change - fixing the documentation here.

ACKed and pushed.

Thanks,

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://people.redhat.com/~rjones/virt-top




More information about the Libguestfs mailing list