Changeset 107799 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp
- Timestamp:
- Jan 15, 2025 10:57:10 PM (5 weeks ago)
- svn:sync-xref-src-repo-rev:
- 166940
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp
r107548 r107799 1125 1125 CHECK_ERROR(pGraphicsAdapter, COMSETTER(GraphicsControllerType)(GraphicsControllerType_VBoxSVGA)); 1126 1126 #endif 1127 else if ( !RTStrICmp(ValueUnion.psz, "qemuramfb") 1128 || !RTStrICmp(ValueUnion.psz, "qemu-ramfb")) 1129 CHECK_ERROR(pGraphicsAdapter, COMSETTER(GraphicsControllerType)(GraphicsControllerType_QemuRamFB)); 1127 1130 else 1128 1131 {
Note:
See TracChangeset
for help on using the changeset viewer.