~ahs3/kvm-guest-drivers-windows/upstream-github

« back to all changes in this revision

Viewing changes to NetKVM/buildAll.bat

  • Committer: Yan Vugenfirer
  • Date: 2011-03-08 15:35:50 UTC
  • Revision ID: git-v1:ce0e25177076cd642170232aba71b011ed1a2883
[NetKVM] Fixing race condition in handling RX interrupts that caused to halt network traffic during netperf tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
pushd %BUILDROOT%
74
74
call %BUILDROOT%\bin\setenv.bat %BUILDROOT% fre Win7
75
75
popd
76
 
call :preparebuild Common wlh VirtIO
77
 
build -cZg
78
 
pushd CoInstaller
79
 
build -cZg
80
 
popd
 
76
call :preparebuild Common wlh VirtIO CoInstaller
 
77
build -cZg
81
78
 
82
79
if exist wlh\objfre_win7_x86\i386\netkvm.sys call tools\makeinstall x86 wlh\objfre_win7_x86\i386\netkvm.sys wlh\netkvm.inf %_VERSION_% Win7 CoInstaller\objfre_win7_x86\i386\netkvmco.dll
83
80
if not exist wlh\objfre_win7_x86\i386\netkvm.sys goto :eof
89
86
pushd %BUILDROOT%
90
87
call %BUILDROOT%\bin\setenv.bat %BUILDROOT% %X64ENV% fre Win7
91
88
popd
92
 
call :preparebuild Common wlh VirtIO
93
 
build -cZg
94
 
pushd CoInstaller
95
 
build -cZg
96
 
popd
 
89
call :preparebuild Common wlh VirtIO CoInstaller
 
90
build -cZg
97
91
 
98
92
if exist wlh\objfre_win7_amd64\amd64\netkvm.sys call tools\makeinstall amd64 wlh\objfre_win7_amd64\amd64\netkvm.sys wlh\netkvm.inf %_VERSION_% Win7 CoInstaller\objfre_win7_amd64\amd64\netkvmco.dll
99
93
if not exist wlh\objfre_win7_amd64\amd64\netkvm.sys goto :eof
105
99
pushd %BUILDROOT%
106
100
call %BUILDROOT%\bin\setenv.bat %BUILDROOT% fre Wlh
107
101
popd
108
 
call :preparebuild Common wlh VirtIO
109
 
build -cZg
110
 
pushd CoInstaller
111
 
build -cZg
112
 
popd
 
102
call :preparebuild Common wlh VirtIO CoInstaller
 
103
build -cZg
113
104
 
114
105
if exist wlh\objfre_wlh_x86\i386\netkvm.sys call tools\makeinstall x86 wlh\objfre_wlh_x86\i386\netkvm.sys wlh\netkvm.inf %_VERSION_% Vista CoInstaller\objfre_wlh_x86\i386\netkvmco.dll
115
106
if not exist wlh\objfre_wlh_x86\i386\netkvm.sys goto :eof
124
115
pushd %BUILDROOT%
125
116
call %BUILDROOT%\bin\setenv.bat %BUILDROOT% %X64ENV% fre Wlh
126
117
popd
127
 
call :preparebuild Common wlh VirtIO
128
 
build -cZg
129
 
pushd CoInstaller
130
 
build -cZg
131
 
popd
 
118
call :preparebuild Common wlh VirtIO CoInstaller
 
119
build -cZg
132
120
 
133
121
if exist wlh\objfre_wlh_amd64\amd64\netkvm.sys call tools\makeinstall amd64 wlh\objfre_wlh_amd64\amd64\netkvm.sys wlh\netkvm.inf %_VERSION_% Vista CoInstaller\objfre_wlh_amd64\amd64\netkvmco.dll
134
122
if not exist wlh\objfre_wlh_amd64\amd64\netkvm.sys goto :eof
168
156
:popd
169
157
:call :preparebuild Common wxp VirtIO
170
158
:build -cZg
171
 
:pushd CoInstaller
172
 
:build -cZg
173
 
:popd
174
159
 
175
160
:if exist wxp\objfre_w2k_x86\i386\netkvm.sys call tools\makeinstall x86 wxp\objfre_w2k_x86\i386\netkvm.sys wxp\netkvm2k.inf %_VERSION_% 2K
176
161
:if not exist wxp\objfre_w2k_x86\i386\netkvm.sys goto :eof