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

Roman Kagan rkagan at virtuozzo.com
Wed Feb 10 07:52:45 UTC 2016


On Tue, Feb 09, 2016 at 04:37:03PM +0000, Richard W.M. Jones wrote:
> 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.

OOPS, missed that, thanks for spotting and fixing.

Roman.




More information about the Libguestfs mailing list