Re: [Libguestfs] [PATCH 07/11] v2v: add support for SUSE VMDP drivers

2016-05-13 Thread Pino Toscano
On Thursday 12 May 2016 15:29:15 Cédric Bosdonnat wrote: > diff --git a/v2v/windows_virtio.ml b/v2v/windows_virtio.ml > index 7e9f735..a878a3e 100644 > --- a/v2v/windows_virtio.ml > +++ b/v2v/windows_virtio.ml > @@ -66,11 +66,19 @@ let rec install_drivers g inspect systemroot root > current_cs

Re: [Libguestfs] [PATCH 07/11] v2v: add support for SUSE VMDP drivers

2016-05-13 Thread Cedric Bosdonnat
Hi Roman, On Thu, 2016-05-12 at 17:57 +0300, Roman Kagan wrote: > On Thu, May 12, 2016 at 03:29:15PM +0200, Cédric Bosdonnat wrote: > > To add this support, two things are needed: > > * make the existing code searches for either the viostor > >or the SUSE VMDP (Virtual Machine Driver Pack)

Re: [Libguestfs] [PATCH 07/11] v2v: add support for SUSE VMDP drivers

2016-05-12 Thread Roman Kagan
On Thu, May 12, 2016 at 03:29:15PM +0200, Cédric Bosdonnat wrote: > To add this support, two things are needed: > * make the existing code searches for either the viostor >or the SUSE VMDP (Virtual Machine Driver Pack) files. > > * add a firstboot script setting up VMDP. > > Note that 2

Re: [Libguestfs] [PATCH 07/11] v2v: add support for SUSE VMDP drivers

2016-05-12 Thread Richard W.M. Jones
On Thu, May 12, 2016 at 03:29:15PM +0200, Cédric Bosdonnat wrote: > + (* Check if either RHEV-APT or VMDP exists. This is optional. *) > + let tools = ["rhev-apt.exe"; "vmdp.exe"] in Strong typing FTW ... let tools = [ `RhevApt, "rhev-apt.exe"; `VmdpExe, "vmdp.exe" ] in > + let installer

[Libguestfs] [PATCH 07/11] v2v: add support for SUSE VMDP drivers

2016-05-12 Thread Cédric Bosdonnat
To add this support, two things are needed: * make the existing code searches for either the viostor or the SUSE VMDP (Virtual Machine Driver Pack) files. * add a firstboot script setting up VMDP. Note that 2 firstboot scripts are intentionally added for the VMDP setup. This is due to