Matthew Booth
2010-May-26 13:20 UTC
[Libguestfs] [PATCH] Remove Windows 7 viostor from config
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
Richard W.M. Jones
2010-May-26 14:56 UTC
[Libguestfs] [PATCH] Remove Windows 7 viostor from config
On Wed, May 26, 2010 at 02:20:53PM +0100, Matthew Booth wrote:> 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.ACK as discussed on IRC. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. http://et.redhat.com/~rjones/virt-df/
Seemingly Similar Threads
- [PATCH] Windows: Display an error containing all missing when any are missing
- [PATCH v2v] Pre-convert Windows guests.
- [PATCH v2 0/5] v2v: assorted improvements to tests for windows
- [PATCH] Fix a Windows conversion error when C:\Temp exists in the guest
- FW: Emailing: 0002-use-single-registry-change-for-all-supported-windows.patch