Changeset 102455 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Dec 4, 2023 3:53:11 PM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 160598
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r101418 r102455 3968 3968 #ifdef VBOX_WITH_VIRT_ARMV8 3969 3969 PlatformARM::PlatformARM() 3970 /** @todo BUGBUG Anything for ARM here? */ 3971 { 3972 3970 { 3973 3971 } 3974 3972 … … 3976 3974 { 3977 3975 RT_NOREF(h); 3978 return true; /** @todo BUGBUG Anything for ARM here? */3976 return true; 3979 3977 } 3980 3978 #endif /* VBOX_WITH_VIRT_ARMV8 */ … … 4121 4119 fPageFusionEnabled(false) 4122 4120 { 4123 mapBootOrder[0] = DeviceType_Floppy; /** @todo BUGBUG Handle ARM. */4121 mapBootOrder[0] = DeviceType_Floppy; 4124 4122 mapBootOrder[1] = DeviceType_DVD; 4125 4123 mapBootOrder[2] = DeviceType_HardDisk; … … 5441 5439 case PlatformArchitecture_ARM: 5442 5440 { 5443 /* * @todo BUGBUG Implement loading ARM platform stuff here. */5441 /* Nothing here yet -- add ARM-specific stuff as soon as we have it. */ 5444 5442 break; 5445 5443 } … … 7428 7426 if (plat.architectureType == PlatformArchitecture_x86) 7429 7427 buildPlatformX86XML(*pelmPlatformOrHardware, *pelmCPU, plat.x86); 7430 /** @todo BUGBUG Put ARM stuff here. */7428 /** @todo Put ARM stuff here as soon as we have it. */ 7431 7429 } 7432 7430
Note:
See TracChangeset
for help on using the changeset viewer.