VirtualBox

Changeset 102455 in vbox for trunk/src/VBox/Main/xml


Ignore:
Timestamp:
Dec 4, 2023 3:53:11 PM (17 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160598
Message:

Main: Removed some more BUGBUG entries and documented empty / non-implemented code areas where needed. bugref:10384

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r101418 r102455  
    39683968#ifdef VBOX_WITH_VIRT_ARMV8
    39693969PlatformARM::PlatformARM()
    3970     /** @todo BUGBUG Anything for ARM here? */
    3971 {
    3972 
     3970{
    39733971}
    39743972
     
    39763974{
    39773975    RT_NOREF(h);
    3978     return true; /** @todo BUGBUG Anything for ARM here? */
     3976    return true;
    39793977}
    39803978#endif /* VBOX_WITH_VIRT_ARMV8 */
     
    41214119    fPageFusionEnabled(false)
    41224120{
    4123     mapBootOrder[0] = DeviceType_Floppy; /** @todo BUGBUG Handle ARM. */
     4121    mapBootOrder[0] = DeviceType_Floppy;
    41244122    mapBootOrder[1] = DeviceType_DVD;
    41254123    mapBootOrder[2] = DeviceType_HardDisk;
     
    54415439        case PlatformArchitecture_ARM:
    54425440        {
    5443             /** @todo BUGBUG Implement loading ARM platform stuff here. */
     5441            /* Nothing here yet -- add ARM-specific stuff as soon as we have it. */
    54445442            break;
    54455443        }
     
    74287426    if (plat.architectureType == PlatformArchitecture_x86)
    74297427        buildPlatformX86XML(*pelmPlatformOrHardware, *pelmCPU, plat.x86);
    7430     /** @todo BUGBUG Put ARM stuff here. */
     7428    /** @todo Put ARM stuff here as soon as we have it. */
    74317429}
    74327430
Note: See TracChangeset for help on using the changeset viewer.

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