summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2018-10-09 06:58:07 +0000
committerChristophe Fergeau <cfergeau@redhat.com>2018-10-09 06:58:07 +0000
commit2d2cdca61be562b5751beacdc9e7189cc4d168d8 (patch)
tree08ba019e91f701b676384238835795618925542f
parent37e7fed74bc0d3438c8dc1fad6b015eeed75f730 (diff)
parent6a70f18b029078252f28def09a42e9939291faaf (diff)
Merge branch 'master' into 'master'
virtio: install smbus driver See merge request spice/win32/spice-nsis!1
-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