You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/vms/vms.md
+9-14Lines changed: 9 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -340,20 +340,15 @@ Viridian extensions —referred to as "Viridian enlightenments" by Microsoft—
340
340
341
341
Viridian enlightenments are enabled by default on Windows VM templates included with XCP-ng.
342
342
343
-
To enable Viridian enlightenments for other non-Windows VM templates, you need to:
344
-
345
-
1.**Enable Viridian**. To do this, run `xe vm-param-set uuid=<vm uuid> platform:viridian=true` in your VM.
346
-
2.**Enable the extra Viridian parameters** necessary for your template to run optimally with Windows. To do this, run the same `xe` command in your VM, but change the arguments with the following:
347
-
348
-
```
349
-
"device_id": "0002", // ID used by XCP-ng to detect Windows VMs
350
-
"viridian": "true",
351
-
"viridian_time_ref_count": "true",
352
-
"viridian_reference_tsc": "true",
353
-
"viridian_apic_assist": "true",
354
-
"viridian_crash_ctl": "true",
355
-
"viridian_stimer": "true"
356
-
```
343
+
To enable Viridian enlightenments for other non-Windows VM templates, simply run the following command:
0 commit comments