summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro Bonazzola <sandro.bonazzola@gmail.com>2018-10-09 06:58:07 +0000
committerChristophe Fergeau <cfergeau@redhat.com>2018-10-09 06:58:07 +0000
commit6a70f18b029078252f28def09a42e9939291faaf (patch)
tree08ba019e91f701b676384238835795618925542f
parent37e7fed74bc0d3438c8dc1fad6b015eeed75f730 (diff)
virtio: install smbus driver
-rw-r--r--win-guest-tools.nsis10
1 files changed, 9 insertions, 1 deletions
diff --git a/win-guest-tools.nsis b/win-guest-tools.nsis
index 1f7ace5..174ee53 100644
--- a/win-guest-tools.nsis
+++ b/win-guest-tools.nsis
@@ -23,7 +23,7 @@
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
-#
+#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -189,6 +189,14 @@ Section "install"
Call InstallDriver
${EndIf}
+ # Install Q35 smbus driver
+ ${If} ${IsWin2008}
+ Push "smbus"
+ Push "smbus"
+ Push "PCI\VEN_8086&DEV_2930&SUBSYS_11001AF4"
+ Call InstallDriver
+ ${EndIf}
+
!ifdef OVIRT
Call InstallOVirtAgentService
!endif