search for: 7b6419e

Displaying 3 results from an estimated 3 matches for "7b6419e".

2015 Mar 31
2
[PATCH v2] v2v: allow configurable location for virtio drivers
...try Sys.getenv "VIRTIO_WIN_DIR" + with Not_found -> Config.datadir // "virtio-win" in (* Check if RHEV-APT exists. This is optional. *) let rhev_apt_exe = virt_tools_data_dir // "rhev-apt.exe" in diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod index 7b6419e..4f7088c 100644 --- a/v2v/virt-v2v.pod +++ b/v2v/virt-v2v.pod @@ -720,8 +720,9 @@ below. OpenSUSE 10 kernel >= 2.6.25.5-1.1 - Windows Drivers are installed from /usr/share/virtio-win - if present + Windows Drivers are installed from the directory pointed to...
2015 Mar 31
0
Re: [PATCH v2] v2v: allow configurable location for virtio drivers
...O_WIN_DIR" > + with Not_found -> Config.datadir // "virtio-win" in > > (* Check if RHEV-APT exists. This is optional. *) > let rhev_apt_exe = virt_tools_data_dir // "rhev-apt.exe" in > diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod > index 7b6419e..4f7088c 100644 > --- a/v2v/virt-v2v.pod > +++ b/v2v/virt-v2v.pod > @@ -720,8 +720,9 @@ below. > > OpenSUSE 10 kernel >= 2.6.25.5-1.1 > > - Windows Drivers are installed from /usr/share/virtio-win > - if present > + Windows Driver...
2015 Feb 27
3
[PATCH] v2v: allow configurable location for virtio drivers
Make the location of the Windows virtio drivers overridable with the environment variable VIRTIO_WIN_DIR, in the same vein as is done for virt-tools. Signed-off-by: Roman Kagan <rkagan@parallels.com> --- v2v/convert_windows.ml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml index 0cd818a..e966341 100644 ---