forked from phpvirtualbox/phpvirtualbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettingsSystem.html
479 lines (397 loc) · 23.6 KB
/
settingsSystem.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
<!--
VM System Settings
Copyright (C) 2010-2015 Ian Moore (imoore76 at yahoo dot com)
$Id: settingsSystem.html 597 2015-04-20 11:41:28Z imoore76 $
-->
<ul>
<li><a href="#vboxSettingsTabSystemMotherboard"><span class='translate'>Motherboard</span></a></li>
<li><a href="#vboxSettingsTabSystemProcessor"><span class='translate'>Processor</span></a></li>
<li><a href="#vboxSettingsTabSystemAcceleration"><span class='translate'>Acceleration</span></a></li>
</ul>
<!-- Motherboard Tab -->
<div id='vboxSettingsTabSystemMotherboard' title='Motherboard'>
<table style='width: 100%'>
<tr>
<th style='text-align:right'><span class='translate'>Base Memory:</span></th>
<td style='width: 100%; white-space: nowrap'>
<table style='width: 100%'>
<tr>
<td style='width: 100%; border: 0px; margin: 0px; padding: 0px;'>
<div style='margin-top: 4px' id='vboxSettingsSystemMemory' class='slider'><div class='sliderScale'></div></div>
</td>
<td><input type='text' class='vboxText sliderValue' name='vboxSettingsSystemMemoryValue' size='5' /> <span class='translate'>MB</span></td>
</tr>
<tr style='vertical-align: top;'>
<td style='border: 0px; margin: 0px; padding: 0px;'>
<table style='width: 100%; border: 0px; margin: 0px; padding: 0px;'>
<tr style='vertical-align: top'>
<td style='text-align: left;'><span class='vboxSliderMin'>%1 MB</span></td>
<td style='text-align: right;'><span class='vboxSliderMax'>%1 MB</span></td>
</tr>
</table>
</td>
<td></td>
</tr>
</table>
</td>
</tr>
<tr class='vboxSettingsSystemAdvancedOnly'>
<th></th>
<td><label><input type='checkbox' class='vboxCheckbox' name='vboxSettingsSystemPageFusion' /> <span class='translate'>Enable Page Fusion</span></label></td>
</tr>
<tr style='vertical-align: top'>
<th style='text-align:right'><span class='translate'>Boot Order:</span></th>
<td>
<table id='vboxVMBootOrder'>
<tr style='vertical-align: top'>
<td style='width: auto'>
<ul class='vboxList vboxHover vboxBordered' id='vboxVMBootOrderList' style='margin: 0px; padding: 2px; white-space: nowrap; width: 200px'>
<li id='HardDisk'><input type='checkbox' class='vboxCheckbox' name='vboxSettingsBootHardDisk' /> <img src="images/vbox/hd_16px.png" /> <span class='vboxBootOrderDevice'>HardDisk</span></li>
<li id='DVD'><input type='checkbox' class='vboxCheckbox' name='vboxSettingsBootDVD' /> <img src="images/vbox/cd_16px.png" /> <span class='vboxBootOrderDevice'>DVD</span></li>
<li id='Floppy'><input type='checkbox' class='vboxCheckbox' name='vboxSettingsBootFloppy' /> <img src="images/vbox/fd_16px.png" /> <span class='vboxBootOrderDevice'>Floppy</span></li>
<li id='Network'><input type='checkbox' class='vboxCheckbox' name='vboxSettingsBootNetwork' /> <img src="images/vbox/nw_16px.png" /> <span class='vboxBootOrderDevice'>Network</span></li>
</ul>
</td>
<td style='text-align: left; width: 100%'>
<input disabled='disabled' class="imgMvUp vboxImgButton" style='background: url(images/vbox/list_moveup_disabled_16px.png) 1px 1px no-repeat; width: 18px; height: 18px; vertical-align:bottom' type="button" value="" />
<br />
<input disabled='disabled' class="imgMvDn vboxImgButton" style='background: url(images/vbox/list_movedown_disabled_16px.png) 1px 1px no-repeat; width: 18px; height: 18px; vertical-align:bottom' type="button" value="" />
</td>
</tr>
</table>
</td>
</tr>
<tr id='vboxSettingsSystemChipsetRow'>
<th style='text-align:right'><span class='translate'>Chipset:</span></th>
<td><select name='vboxSettingsSystemChipset'>
<option value='PIIX3'>PIIX3</option>
<option value='ICH9'>ICH9</option>
</select>
</td>
</tr>
<tr>
<th style='text-align:right'><span class='translate'>Extended Features:</span></th>
<td><label><input type='checkbox' class='vboxCheckbox' name='vboxSettingsSystemIOAPIC' /> <span class='translate'>Enable I/O APIC</span></label></td>
</tr>
<tr>
<th></th>
<td><label><input type='checkbox' class='vboxCheckbox' name='vboxSettingsSystemEFI' /> <span class='translate'>Enable EFI (special OSes only)</span></label></td>
</tr>
<tr>
<th></th>
<td><label><input type='checkbox' class='vboxCheckbox' name='vboxSettingsSystemRTCUseUTC' /> <span class='translate'>Hardware Clock in UTC Time</span></label></td>
</tr>
<tr class='vboxSettingsSystemAdvancedOnly'>
<th></th>
<td><label><input type='checkbox' class='vboxCheckbox' name='vboxSettingsSystemDisableHostTimeSync' /> <span class='translate'>Disable host time sync</span></label></td>
</tr>
<tr class='vboxSettingsSystemAdvancedOnly'>
<th></th>
<td><label><input type='checkbox' class='vboxCheckbox' name='vboxSettingsSystemHPET' /> <span class='translate'>HPET (high precision event timer)</span></label></td>
</tr>
</table>
</div>
<!-- Processor Tab -->
<div id='vboxSettingsTabSystemProcessor' title='Processors'>
<table style='width: 100%'>
<tr>
<th style='text-align:right'><span class='translate'>Processor(s):</span></th>
<td style='width: 100%; white-space: nowrap'>
<table style='width: 100%'>
<tr>
<td style='width: 100%; border: 0px; margin: 0px; padding: 0px;'>
<div style='margin-top: 4px' id='vboxSettingsSystemProcessor' class='slider'><div class='sliderScale'></div></div>
</td>
<td><input type='text' class='vboxText' name='vboxSettingsSystemProcessorValue' size='2' class='sliderValue' /></td>
</tr>
<tr style='vertical-align: top;'>
<td style='border: 0px; margin: 0px; padding: 0px;'>
<table style='width: 100%; border: 0px; margin: 0px; padding: 0px;'>
<tr style='vertical-align: top'>
<td style='text-align: left;'><span class='vboxSliderMin'>%1 CPU</span></td>
<td style='text-align: right;'><span class='vboxSliderMax'>%1 CPUs</span></td>
</tr>
</table>
</td>
<td></td>
</tr>
</table>
</td>
</tr>
<tr class='vboxRunningEnabled'>
<th style='text-align:right'><span class='translate'>Execution Cap:</span></th>
<td style='width: 100%; white-space: nowrap'>
<table style='width: 100%'>
<tr class='vboxRunningEnabled'>
<td style='width: 100%; border: 0px; margin: 0px; padding: 0px;'>
<div style='margin-top: 4px' id='vboxSettingsSystemProcessorCap' class='slider'><div class='sliderScale'></div></div>
</td>
<td><input type='text' class='vboxText vboxRunningEnabled' name='vboxSettingsSystemProcessorCapValue' size='3' class='sliderValue' /></td>
</tr>
<tr style='vertical-align: top;' class='vboxRunningEnabled'>
<td style='border: 0px; margin: 0px; padding: 0px;'>
<table style='width: 100%; border: 0px; margin: 0px; padding: 0px;'>
<tr style='vertical-align: top' class='vboxRunningEnabled'>
<td style='text-align: left;'><span class='vboxSliderMin' title='Min CPU execution cap in %'>%1%</span></td>
<td style='text-align: right;'><span class='vboxSliderMax' title='Max CPU execution cap in %'>%1%</span></td>
</tr>
</table>
</td>
<td></td>
</tr>
</table>
</td>
</tr>
<tr id='vboxSettingsSystemPAERow'>
<th><span class='translate'>Extended Features:</span></th>
<td><label><input type='checkbox' class='vboxCheckbox' name='vboxSettingsSystemPAE' /> <span class='translate'>Enable PAE/NX</span></label></td>
</tr>
<tr id='vboxSettingsSystemNestedVTRow'>
<th></th>
<td><label><input type='checkbox' class='vboxCheckbox' name='vboxSettingsSystemNestedVT' /> <span class='translate'>Enable Nested VT-x/AMD-V</span></label></td>
</tr>
</table>
</div>
<!-- Acceleration Tab -->
<div id='vboxSettingsTabSystemAcceleration' title='Acceleration'>
<table>
<tr>
<th class='vboxEnablerIgnore'><span class='translate'>Paravirtualization Interface:</span></th>
<td><select name='vboxSettingsParavirtInterface' class='vboxEnablerIgnore'>
<option value='None'>None</option>
<option value='Default'>Default</option>
<option value='Legacy'>Legacy</option>
<option value='Minimal'>Minimal</option>
<option value='HyperV'>HyperV</option>
<option value='KVM'>KVM</option>
</select></td>
<tr>
<th style='text-align:right' class='vboxEnablerIgnore vboxSettingsAccelRequired'><span class='translate'>Hardware Virtualization:</span></th>
<td style='width:100%'><label><input type='checkbox' name='settingsSystemVT' class='vboxEnablerCheckbox vboxSettingsAccelRequired'/>
<span class='translate vboxSettingsAccelRequired'>Enable VT-x/AMD-V</span></label></td>
</tr>
<tr>
<th></th>
<td><label><input type='checkbox' name='settingsSystemPaging' class='vboxEnablerListen' /> <span class='translate vboxEnablerListen'>Enable Nested Paging</span></label></td>
</tr>
<tr class='vboxSettingsSystemAdvancedOnly'>
<th></th>
<td><label><input type='checkbox' name='settingsSystemLargePages' class='vboxEnablerListen'/> <span class='translate vboxEnablerListen'>Enable Large Pages</span></label></td>
</tr>
<tr class='vboxSettingsSystemAdvancedOnly'>
<th></th>
<td><label><input type='checkbox' name='settingsSystemUnrestrictedExecution' class='vboxEnablerListen'/> <span class='translate vboxEnablerListen'>Enable VT-x unrestricted execution</span></label></td>
</tr>
<tr class='vboxSettingsSystemAdvancedOnly'>
<th></th>
<td><label><input type='checkbox' name='settingsSystemVPID' class='vboxEnablerListen'/> <span class='translate vboxEnablerListen'>Enable VT-x VPID (Intel only)</span></label></td>
</tr>
</table>
</div>
<script type='text/javascript'>
/* Boot order devices */
$('#vboxVMBootOrder').find("span.vboxBootOrderDevice").html(function(i,h){return trans(vboxDevice(h),'VBoxGlobal');});
/* Chipsets */
$('#vboxSettingsSystemChipsetRow').find('option').html(function(i,h){return trans(h,'VBoxGlobal');});
/* Paravirtualization providers */
$(document.forms['frmVboxSettings'].vboxSettingsParavirtInterface).find('option').html(function(i,h){return trans(h,'VBoxGlobal', 'ParavirtProvider');});
$('#vboxSettingsSystemMemory').data('form','frmVboxSettings');
$('#vboxSettingsSystemProcessor').data('form','frmVboxSettings');
$('#vboxSettingsSystemProcessorCap').data('form','frmVboxSettings');
$('#vboxSettingsSystemMemory').slider({'min':parseInt($('#vboxPane').data('vboxSystemProperties').minGuestRAM),'max':parseInt($('#vboxSettingsDialog').data('vboxHostDetails').memorySize)});
$('#vboxSettingsSystemProcessor').slider({'min':1,'max':$('#vboxSettingsDialog').data('vboxHostDetails').cpus.length});
$('#vboxSettingsSystemProcessorCap').slider({'min':1,'max':100});
/* Disable PAE if it is unsupported */
if(!$('#vboxSettingsDialog').data('vboxHostDetails').cpuFeatures.PAE) {
$('#vboxSettingsSystemPAERow span').addClass('disabled');
document.forms['frmVboxSettings'].vboxSettingsSystemPAE.checked = false;
document.forms['frmVboxSettings'].vboxSettingsSystemPAE.disabled = true;
}
/* Disable Nested HW Virt if it is unsupported */
if(!$('#vboxSettingsDialog').data('vboxHostDetails').cpuFeatures.NestedHWVirt) {
$('vboxSettingsSystemNestedVTRow span').addClass('disabled');
document.forms['frmVboxSettings'].vboxSettingsSystemNestedVT.checked = false;
document.forms['frmVboxSettings'].vboxSettingsSystemNestedVT.disabled = true;
}
/* Set CPUs to 1 and disable if host cpu does not support HWVirtEx */
if(!$('#vboxSettingsDialog').data('vboxHostDetails').cpuFeatures.HWVirtEx) {
var pt = $('#vboxSettingsSystemProcessor').slider('value',1).slider('disable').closest('table');
pt.find('span').addClass('disabled');
pt.find('input').prop('disabled',true);
}
/** @def VBOX_WITH_PAGE_SHARING
* Enables the page sharing code.
* @remarks This must match GMMR0Init; currently we only support page fusion on
* all 64-bit hosts except Mac OS X */
if(!$('#vboxSettingsDialog').data('vboxHostDetails').cpuFeatures['Long Mode (64-bit)'] || $('#vboxSettingsDialog').data('vboxHostDetails').operatingSystem.toLowerCase().search("darwin") >-1) {
$(document.forms['frmVboxSettings'].vboxSettingsSystemPageFusion).prop({'checked':false,'disabled':true}).siblings().addClass('disabled');
}
/*
*
* Ordered lists (Boot order)
*
*/
$("#vboxVMBootOrder").find("input.imgMvUp").click(function() {
var list = $('#vboxVMBootOrderList').children('li');
for(var i = 0; i < list.length; i++ ) {
if(list[i].className == 'vboxListItemSelected') {
if(i == 0) return;
var mv = $(list[i]).detach();
$(list[(i-1)]).before(mv);
i = list.length;
mv.click();
}
}
});
$("#vboxVMBootOrder").find("input.imgMvDn").click(function() {
var list = $('#vboxVMBootOrderList').children('li');
for(var i = 0; i < list.length; i++ ) {
if(list[i].className == 'vboxListItemSelected') {
if(i == (list.length - 1)) return;
var mv = $(list[i]).detach();
$(list[(i+1)]).after(mv);
i = list.length;
mv.click();
}
}
});
// Preload up / down images
var a = new Image();
a.src = "images/vbox/list_movedown_16px.png";
var b = new Image();
b.src = "images/vbox/list_moveup_16px.png";
/* Update values when data is loaded */
$('#vboxSettingsDialog').on('dataLoaded',function(){
/* System Default values from VM*/
$('#vboxSettingsSystemMemory').slider('value', parseInt($('#vboxSettingsDialog').data('vboxMachineData').memorySize));
document.forms['frmVboxSettings'].vboxSettingsSystemIOAPIC.checked = $('#vboxSettingsDialog').data('vboxMachineData').BIOSSettings.IOAPICEnabled;
document.forms['frmVboxSettings'].vboxSettingsSystemEFI.checked = ($('#vboxSettingsDialog').data('vboxMachineData').firmwareType == 'EFI');
document.forms['frmVboxSettings'].vboxSettingsSystemRTCUseUTC.checked = ($('#vboxSettingsDialog').data('vboxMachineData').RTCUseUTC);
$('#vboxSettingsSystemProcessor').slider('value',parseInt($('#vboxSettingsDialog').data('vboxMachineData').CPUCount));
$('#vboxSettingsSystemProcessorCap').slider('value',parseInt($('#vboxSettingsDialog').data('vboxMachineData').CPUExecutionCap));
document.forms['frmVboxSettings'].vboxSettingsSystemPAE.checked = ($('#vboxSettingsDialog').data('vboxMachineData').CpuProperties.PAE);
document.forms['frmVboxSettings'].vboxSettingsSystemNestedVT.checked = ($('#vboxSettingsDialog').data('vboxMachineData').CpuProperties.HWVirt);
document.forms['frmVboxSettings'].settingsSystemVT.checked = ($('#vboxSettingsDialog').data('vboxMachineData').HWVirtExProperties.Enabled);
document.forms['frmVboxSettings'].settingsSystemPaging.checked = ($('#vboxSettingsDialog').data('vboxMachineData').HWVirtExProperties.NestedPaging);
$(document.forms['frmVboxSettings'].vboxSettingsParavirtInterface).val($('#vboxSettingsDialog').data('vboxMachineData').paravirtProvider);
$(document.forms['frmVboxSettings'].settingsSystemVT).triggerHandler('click');
/* Only if acceleration config is enabled */
if($('#vboxPane').data('vboxConfig').enableAdvancedConfig) {
document.forms['frmVboxSettings'].vboxSettingsSystemHPET.checked = ($('#vboxSettingsDialog').data('vboxMachineData').HPETEnabled);
document.forms['frmVboxSettings'].vboxSettingsSystemDisableHostTimeSync.checked = ($('#vboxSettingsDialog').data('vboxMachineData').disableHostTimeSync);
document.forms['frmVboxSettings'].settingsSystemLargePages.checked = ($('#vboxSettingsDialog').data('vboxMachineData').HWVirtExProperties.LargePages);
document.forms['frmVboxSettings'].settingsSystemUnrestrictedExecution.checked = ($('#vboxSettingsDialog').data('vboxMachineData').HWVirtExProperties.UnrestrictedExecution);
document.forms['frmVboxSettings'].settingsSystemVPID.checked = ($('#vboxSettingsDialog').data('vboxMachineData').HWVirtExProperties.VPID);
document.forms['frmVboxSettings'].vboxSettingsSystemPageFusion.checked = ($('#vboxSettingsDialog').data('vboxMachineData').pageFusionEnabled);
$('#vboxSettingsTabSystemMotherboard').find('tr.vboxSettingsSystemAdvancedOnly').css('display','');
$('#vboxSettingsTabSystemAcceleration').find('tr.vboxSettingsSystemAdvancedOnly').css('display','');
/* Else, remove advanced settings */
} else {
$('#vboxSettingsTabSystemMotherboard').find('tr.vboxSettingsSystemAdvancedOnly').css('display','none');
$('#vboxSettingsTabSystemAcceleration').find('tr.vboxSettingsSystemAdvancedOnly').css('display','none');
}
/* Boot Order */
var bootItems = {};
var bootList = $('#vboxVMBootOrderList');
$(bootList).children('li').each(function(){
bootItems[$(this).attr('id')] = $(this).detach();
});
for(var i in $('#vboxSettingsDialog').data('vboxMachineData').bootOrder) {
if(!isNaN(i)) {
$(bootList).append(bootItems[$('#vboxSettingsDialog').data('vboxMachineData').bootOrder[i]]);
document.forms['frmVboxSettings'].elements['vboxSettingsBoot' + $('#vboxSettingsDialog').data('vboxMachineData').bootOrder[i]].checked = true;
}
delete bootItems[$('#vboxSettingsDialog').data('vboxMachineData').bootOrder[i]];
}
for(var i in bootItems) {
if(typeof i == 'function') continue;
$(bootList).append(bootItems[i]);
delete bootItems[i];
}
$(bootList).children().hoverClass('vboxHover');
/* Hide Chipset selection if we didn't get one, or VirtualBox version is 4.0.0 A safeguard */
if(!$('#vboxSettingsDialog').data('vboxMachineData').chipsetType) {
$('#vboxSettingsSystemChipsetRow').css('display','none');
} else {
$('#vboxSettingsSystemChipsetRow').css('display','');
$(document.forms['frmVboxSettings'].vboxSettingsSystemChipset).val($('#vboxSettingsDialog').data('vboxMachineData').chipsetType);
}
// Full editing not enabled
var p = $('#vboxSettingsTabSystemMotherboard').parent().children('div');
var t = $('#vboxVMBootOrder');
if(!$('#vboxSettingsDialog').data('vboxFullEdit')) {
$(p).find('tr:not(.vboxRunningEnabled)').find('span').addClass('disabled');
$(p).find('tr:not(.vboxRunningEnabled)').find('input,select,textarea').prop('disabled',true);
$('#vboxSettingsSystemMemory').slider('disable');
$('#vboxSettingsSystemProcessor').slider('disable');
t.find('input.imgMvUp').css('background-image', 'url(images/vbox/list_moveup_disabled_16px.png)');
t.find('input.imgMvDn').css('background-image', 'url(images/vbox/list_movedown_disabled_16px.png)');
t.find('img').each(function(){
$(this).prop('src',$(this).prop('src').replace('_16','_disabled_16'));
});
$("#vboxVMBootOrderList").children("li").unbind('click');
} else {
$(p).find('tr:not(.vboxRunningEnabled)').find('span').removeClass('disabled');
$(p).find('tr:not(.vboxRunningEnabled)').find('input,select,textarea').prop('disabled',false);
$('#vboxSettingsSystemMemory').slider('enable');
$('#vboxSettingsSystemProcessor').slider('enable');
t.find('input.imgMvUp').css('background-image', 'url(images/vbox/list_moveup_16px.png)');
t.find('input.imgMvDn').css('background-image', 'url(images/vbox/list_movedown_16px.png)');
t.find('img').each(function(){
$(this).prop('src',$(this).prop('src').replace('_disabled_16','_16'));
});
$("#vboxVMBootOrderList").children("li").click(function() {
// Update class
$(this).siblings().prop('className','vboxListItem');
$(this).prop('className','vboxListItemSelected');
var isFirst = ($(this).parent().children().first().attr('id') == $(this).attr('id'));
var isLast = ($(this).parent().children().last().attr('id') == $(this).attr('id'));
// update buttons
$(this).closest("table").find('input.imgMvUp').css('background-image', 'url(images/vbox/list_moveup' + (isFirst ? '_disabled' : '') + '_16px.png)').prop('disabled', isFirst);
$(this).closest("table").find('input.imgMvDn').css('background-image', 'url(images/vbox/list_movedown' + (isLast ? '_disabled' : '') + '_16px.png)').prop('disabled', isLast);
}).first().trigger('click');
}
});
/* Disable non-editable items when VM is running */
$('#vboxSettingsDialog').one('show',function(){
// Are virtualExtensions supported by the cpu?
if(!$('#vboxSettingsDialog').data('vboxHostDetails').cpuFeatures.HWVirtEx && !$('#vboxSettingsDialog').data('vboxMachineData').HWVirtExProperties.Enabled) {
$('#vboxSettingsTabSystemAcceleration').find('input.vboxSettingsAccelRequired').prop('disabled', true);
$('#vboxSettingsTabSystemAcceleration').find('.vboxSettingsAccelRequired').addClass('vboxDisabled');
}
});
/* Change general settings onSave() */
$('#vboxSettingsDialog').on('save',function(){
$('#vboxSettingsDialog').data('vboxMachineData').memorySize = parseInt(document.forms['frmVboxSettings'].vboxSettingsSystemMemoryValue.value);
$('#vboxSettingsDialog').data('vboxMachineData').BIOSSettings.IOAPICEnabled = document.forms['frmVboxSettings'].vboxSettingsSystemIOAPIC.checked;
$('#vboxSettingsDialog').data('vboxMachineData').firmwareType = (document.forms['frmVboxSettings'].vboxSettingsSystemEFI.checked ? 'EFI' : 'BIOS');
$('#vboxSettingsDialog').data('vboxMachineData').CPUCount = parseInt($('#vboxSettingsSystemProcessor').slider('value'));
$('#vboxSettingsDialog').data('vboxMachineData').CPUExecutionCap = parseInt($('#vboxSettingsSystemProcessorCap').slider('value'));
$('#vboxSettingsDialog').data('vboxMachineData').CpuProperties.PAE = document.forms['frmVboxSettings'].vboxSettingsSystemPAE.checked;
$('#vboxSettingsDialog').data('vboxMachineData').CpuProperties.HWVirt = document.forms['frmVboxSettings'].vboxSettingsSystemNestedVT.checked;
$('#vboxSettingsDialog').data('vboxMachineData').RTCUseUTC = document.forms['frmVboxSettings'].vboxSettingsSystemRTCUseUTC.checked;
/* Only if we had a chipset */
if($('#vboxSettingsDialog').data('vboxMachineData').chipsetType)
$('#vboxSettingsDialog').data('vboxMachineData').chipsetType = $(document.forms['frmVboxSettings'].vboxSettingsSystemChipset).val();
if($('#vboxSettingsDialog').data('vboxHostDetails').cpuFeatures.HWVirtEx || $('#vboxSettingsDialog').data('vboxMachineData').HWVirtExProperties.Enabled || $('#vboxPane').data('vboxConfig').enableAdvancedConfig) {
$('#vboxSettingsDialog').data('vboxMachineData').HWVirtExProperties.Enabled = document.forms['frmVboxSettings'].settingsSystemVT.checked;
$('#vboxSettingsDialog').data('vboxMachineData').HWVirtExProperties.NestedPaging = $('#vboxSettingsDialog').data('vboxMachineData').HWVirtExProperties.Enabled && document.forms['frmVboxSettings'].settingsSystemPaging.checked;
}
$('#vboxSettingsDialog').data('vboxMachineData').paravirtProvider = $(document.forms['frmVboxSettings'].vboxSettingsParavirtInterface).val();
/* Only if advanced config is enabled */
if($('#vboxPane').data('vboxConfig').enableAdvancedConfig) {
$('#vboxSettingsDialog').data('vboxMachineData').pageFusionEnabled = document.forms['frmVboxSettings'].vboxSettingsSystemPageFusion.checked;
$('#vboxSettingsDialog').data('vboxMachineData').HPETEnabled = document.forms['frmVboxSettings'].vboxSettingsSystemHPET.checked;
$('#vboxSettingsDialog').data('vboxMachineData').disableHostTimeSync = document.forms['frmVboxSettings'].vboxSettingsSystemDisableHostTimeSync.checked;
$('#vboxSettingsDialog').data('vboxMachineData').HWVirtExProperties.LargePages = document.forms['frmVboxSettings'].settingsSystemLargePages.checked;
$('#vboxSettingsDialog').data('vboxMachineData').HWVirtExProperties.UnrestrictedExecution = ($('#vboxSettingsDialog').data('vboxMachineData').HWVirtExProperties.Enabled && document.forms['frmVboxSettings'].settingsSystemUnrestrictedExecution.checked ? true : false);
$('#vboxSettingsDialog').data('vboxMachineData').HWVirtExProperties.VPID = $('#vboxSettingsDialog').data('vboxMachineData').HWVirtExProperties.Enabled && document.forms['frmVboxSettings'].settingsSystemVPID.checked;
}
// Boot order
$('#vboxSettingsDialog').data('vboxMachineData').bootOrder = new Array();
$('#vboxVMBootOrderList').find('input').each(function(){
if(!$(this).prop('checked')) return;
$('#vboxSettingsDialog').data('vboxMachineData').bootOrder[$('#vboxSettingsDialog').data('vboxMachineData').bootOrder.length] = $(this).attr('name').substring(16);
});
});
</script>