Changeset 106971 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Nov 12, 2024 8:31:00 PM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 165901
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImpl.cpp
r106061 r106971 288 288 { ovf::CIMOSType_CIMOS_Windows10, VBOXOSTYPE_Win10 }, 289 289 { ovf::CIMOSType_CIMOS_Windows10_64, VBOXOSTYPE_Win10_x64 }, 290 { ovf::CIMOSType_CIMOS_Windows10_64, VBOXOSTYPE_Win10_x64 },291 290 { ovf::CIMOSType_CIMOS_WindowsServer2016, VBOXOSTYPE_Win2k19_x64 }, // no CIM type for this yet 291 { ovf::CIMOSType_CIMOS_WindowsServer2016, VBOXOSTYPE_Win2k22_x64 }, // no CIM type for this yet 292 { ovf::CIMOSType_CIMOS_WindowsServer2016, VBOXOSTYPE_Win2k25_x64 }, // no CIM type for this yet 292 293 293 294 // there are no CIM types for these, so these turn to "other" on export:
Note:
See TracChangeset
for help on using the changeset viewer.