VirtualBox

Ignore:
Timestamp:
Jan 15, 2025 10:57:10 PM (5 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166940
Message:

doc/manual,Frontends/VBoxManage: Update VBoxManage to include support
for changing the graphics controller to QemuRamFB via 'modifyvm
--graphicscontroller' and also display this new graphics controller type
when running 'showvminfo'. Follow up to r159173. bugref:10386
ticketref:22232

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp

    r107548 r107799  
    11251125                    CHECK_ERROR(pGraphicsAdapter, COMSETTER(GraphicsControllerType)(GraphicsControllerType_VBoxSVGA));
    11261126#endif
     1127                else if (   !RTStrICmp(ValueUnion.psz, "qemuramfb")
     1128                         || !RTStrICmp(ValueUnion.psz, "qemu-ramfb"))
     1129                    CHECK_ERROR(pGraphicsAdapter, COMSETTER(GraphicsControllerType)(GraphicsControllerType_QemuRamFB));
    11271130                else
    11281131                {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette