summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-03-07 20:03:35 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2012-03-13 17:40:38 +0100
commitb1b2776aca11b2841f5f314e400c186968a25ae9 (patch)
treef29f393a957baec9507ab402f867f98878c56263
parent1f2d63e157b35aace355fb1c0b1c3994d2e588d8 (diff)
Install balloon, netkvm and viostor drivers
-rw-r--r--spice-guest-tools.nsis13
1 files changed, 13 insertions, 0 deletions
diff --git a/spice-guest-tools.nsis b/spice-guest-tools.nsis
index 32fb4aa..1afa5a6 100644
--- a/spice-guest-tools.nsis
+++ b/spice-guest-tools.nsis
@@ -82,6 +82,19 @@ Section "spice-guest-tools"
Push "PCI\VEN_1b36&DEV_0100&SUBSYS_11001af4"
Call InstallDriver
+ Push "balloon"
+ Push "PCI\VEN_1AF4&DEV_1002&SUBSYS_00051AF4&REV_00"
+ Call InstallDriver
+
+ Push "viostor"
+ Push "PCI\VEN_1AF4&DEV_1001&SUBSYS_00021AF4&REV_00"
+ Call InstallDriver
+
+ Push "netkvm"
+ Push "PCI\VEN_1AF4&DEV_1000&SUBSYS_00011AF4&REV_00"
+ Call InstallDriver
+
+
SetOutPath "$INSTDIR"
nsExec::ExecToLog 'vdservice install'
nsExec::ExecToLog 'net start vdservice'