[Libguestfs] [PATCH] Remove Windows 7 viostor from config

Matthew Booth mbooth at redhat.com
Wed May 26 13:20:53 UTC 2010


Windows 7 (version 6.1) doesn't require a different driver to Windows 2008
(version 6.0), Windows Vista (version 6.0) or Windows 2008 R2 (version 6.1).
They're all version 6, so we can just match on that.
---
 v2v/virt-v2v.conf |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/v2v/virt-v2v.conf b/v2v/virt-v2v.conf
index 9fbb1cc..c3dfd30 100644
--- a/v2v/virt-v2v.conf
+++ b/v2v/virt-v2v.conf
@@ -153,12 +153,6 @@
   <app os='windows' major='6' arch='x86_64' name='viostor'>
     <path>windows/2008/x86_64/viostor.sys</path>
   </app>
-  <app os='windows' major='6' minor='1' arch='i386' name='viostor'>
-    <path>windows/7/i386/viostor.sys</path>
-  </app>
-  <app os='windows' major='6' minor='1' arch='x86_64' name='viostor'>
-    <path>windows/7/x86_64/viostor.sys</path>
-  </app>
   <!-- RHSrvAny is compiled as a 32 bit app even on 64 bit Windows -->
   <app os='windows' name='rhsrvany'>
     <path>windows/rhsrvany.exe</path>
-- 
1.7.0.1




More information about the Libguestfs mailing list