[Pkg-libvirt-commits] [libguestfs] 83/179: v2v: Windows: Add &REV_00 variant, which is used by W2K8R2.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 31 19:08:27 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit 97c96ed6702cb7b4dfcc5acd08a29cb6f2b70b54
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Oct 17 17:18:25 2014 +0100

    v2v: Windows: Add &REV_00 variant, which is used by W2K8R2.
---
 v2v/convert_windows.ml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml
index 9b16742..beca99c 100644
--- a/v2v/convert_windows.ml
+++ b/v2v/convert_windows.ml
@@ -331,6 +331,10 @@ echo uninstalling Xen PV driver
       [ "Service", REG_SZ "viostor";
         "ClassGUID", REG_SZ "{4D36E97B-E325-11CE-BFC1-08002BE10318}" ];
 
+      [ current_cs; "Control"; "CriticalDeviceDatabase"; "pci#ven_1af4&dev_1001&subsys_00021af4&rev_00" ],
+      [ "Service", REG_SZ "viostor";
+        "ClassGUID", REG_SZ "{4D36E97B-E325-11CE-BFC1-08002BE10318}" ];
+
       [ current_cs; "Services"; "viostor" ],
       [ "Type", REG_DWORD 0x1_l;
         "Start", REG_DWORD 0x0_l;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list