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: MacHyperVSupport/Graphics/HyperVGraphicsRegs.hpp
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,9 @@
25
25
//
26
26
// Graphics versions.
27
27
//
28
-
#definekHyperVGraphicsVersionV3_0 { 3, 0 } // Windows Server 2008 R2 and older
29
-
#definekHyperVGraphicsVersionV3_2 { 3, 2 } // Windows 8 / Windows Server 2012 and newer
28
+
#definekHyperVGraphicsVersionV3_0 { 3, 0 } // Windows Server 2008 and Windows Server 2008 R2
29
+
#definekHyperVGraphicsVersionV3_2 { 3, 2 } // Windows 8 / Windows Server 2012, Windows 8.1 / Windows Server 2012 R2, and Windows 10 / Windows Server 2016
30
+
#definekHyperVGraphicsVersionV3_5 { 3, 5 } // Windows 10 v1809 / Windows Server 2019 and newer
30
31
31
32
//
32
33
// Fixed transaction IDs for request/response due to transaction IDs
0 commit comments