VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @101384   14 months vboxsync Main: Go back to OSTYPEID_64 for AMD64. bugref:10384
(edit) @101381   14 months vboxsync Main: More guest OS id marking. bugref:10384
(edit) @101379   14 months vboxsync Main: Prep for backing out the '_64' -> '_x64' change. bugref:10384
(edit) @101374   14 months vboxsync Main: Some more guest OS id strings converted to arch macros. bugref:10384
(edit) @101372   14 months vboxsync Main/midl.xsl: Deal with quotes in cpp/line attributes. bugref:10384
(edit) @101371   14 months vboxsync Main/Global.cpp: Move the macros for compose the x64/x86/arm64/arm32 …
(edit) @101370   14 months vboxsync Reverted commit r159372, committed too much.
(edit) @101369   14 months vboxsync Main/Global.cpp: Move the macros for compose the x64/x86/arm64/arm32 …
(edit) @101367   14 months vboxsync Main/Global.cpp: Use macros to compose the x64/x86/arm64/arm32 guest …
(edit) @101356   14 months vboxsync Unattended: ​bugref:10530. Looks like OL8 kickstart used to include a …
(edit) @101351   15 months vboxsync Unattended: bugref:10530. Adapting kickstart file and kernel command …
(edit) @101344   15 months vboxsync Main/Settings.cpp: Fixed incorrect and inefficient (you don't use …
(edit) @101322   15 months vboxsync Main/src-client/ConsoleImplConfigArmV8.cpp: Setup the EFI ROM and the …
(edit) @101318   15 months vboxsync Main: Move findEfiRom to the common code and add a …
(edit) @101317   15 months vboxsync Main/Unattended: Check for guest OS EFI requirement when preparing the …
(edit) @101314   15 months vboxsync Main: Raised the RAM + VRAM a bit for the Other_arm64 OS type, so that …
(edit) @101313   15 months vboxsync Main: Don't return E_NOTIMPL when setting VirtioSound audio adapter, …
(edit) @101302   15 months vboxsync added REST support for the function IMachine::readLog()
(edit) @101299   15 months vboxsync Main: Build fix for r159265 - gcc (on solaris/extpack at least) want …
(edit) @101293   15 months vboxsync Main/ExtPack*: tidying up. (Please, do NOT use 'm' as a local …
(edit) @101287   15 months vboxsync Main: Added IPlatformProperties::supportedGuestOSTypes() getter to …
(edit) @101284   15 months vboxsync Main: Added IPlatformProperties::supportedGuestOSTypes() getter to …
(edit) @101282   15 months vboxsync Main: Added IPlatformProperties::supportedGuestOSTypes() getter to …
(edit) @101274   15 months vboxsync Main: Added guest OS type ID conversion in the settings code to …
(edit) @101271   15 months vboxsync Main: More guest OS types string fixes; we now use explicitly _x64 …
(edit) @101269   15 months vboxsync Main: Fixed guest OS types handling for …
(edit) @101220   15 months vboxsync Main: Moved i_controllerNameFromBusType() from Machine to …
(edit) @101218   15 months vboxsync Main/Global: One more fix for x64 OS type naming, to match the UI icon …
(edit) @101215   15 months vboxsync Main: Separated (renamed) the internal generic OS hint bits from the …
(edit) @101214   15 months vboxsync Main: Got rid of VBOX_WITH_ARMV8_HARDCODED_DEFAULTS, as we now have …
(edit) @101213   15 months vboxsync Main/Global: New arm64 VMs always need (U)EFI enabled. bugref:10384
(edit) @101207   15 months vboxsync Main + FE/Qt: Added ArchLinux_arm64. bugref:10384
(edit) @101205   15 months vboxsync Main/Global: Also changed the non-Linx OS IDs to the new naming scheme …
(edit) @101204   15 months vboxsync ostypes.h + Main: Renamed ARM32 -> arm32 + ARM64 -> arm64.
(edit) @101202   15 months vboxsync Main/USBIdDatabaseStub.cpp: Address a few build errors flagged by …
(edit) @101200   15 months vboxsync Main,FE/Qt: Add the QEMU RAM based framebuffer device as a possible …
(edit) @101199   15 months vboxsync Main + FE/Qt: More Virtio-Sound handling configuration. bugref:10384
(edit) @101198   15 months vboxsync Main/Global: More work on Linux-based OS IDs. bugref:10384
(edit) @101196   15 months vboxsync Main/Global: More ARM64 OS types stuff. Addd Debian ARM64. bugref:10384
(edit) @101195   15 months vboxsync Main: Fixed GuestOSType::i_platformArchitecture(). bugref:10384
(edit) @101191   15 months vboxsync Main/ConsoleImplConfigArmV8.cpp: Emit the uart FDT node only when a …
(edit) @101189   15 months vboxsync Main/Global.cpp: Renamed the OS hints and macro templates, as the _32 …
(edit) @101188   15 months vboxsync ostypes.h: Renamed _arm32 / _arm64 -> _ARM32 / _ARM64, to match the …
(edit) @101180   15 months vboxsync Frontends/VBoxManage,Main/VirtualBox: Change the newly added …
(edit) @101179   15 months vboxsync Main: IVirtualBox::getGuestOSType() now will only return the supported …
(edit) @101178   15 months vboxsync Main: Added first two generic guest OS types for ARM (as "Other", as …
(edit) @101177   15 months vboxsync Main: Added GuestOSType::i_platformArchitecture() for easier …
(edit) @101176   15 months vboxsync Main: Added a new static function Host::s_getPlatformArchitecture() …
(edit) @101175   15 months vboxsync Main: Also check for VBOX_WITH_VIRT_ARMV8 in …
(edit) @101174   15 months vboxsync Main: Use "static" here as advertised. bugref:10384
(edit) @101173   15 months vboxsync Main: Nit. bugref:10384
(edit) @101171   15 months vboxsync Main: Added a IGuestOSType::platformArchitecture attribute for …
(edit) @101170   15 months vboxsync Main: Don't report unattended installation for ARM guests as supported …
(edit) @101169   15 months vboxsync Main: Docs. bugref:10384
(edit) @101168   15 months vboxsync Main: Fixed reading the CPU properties (like CPU count). bugref:10384
(edit) @101166   15 months vboxsync Main/VirtualBox: Follow-up build fix to move the function declarations …
(edit) @101164   15 months vboxsync doc/manual,Frontends/VBoxManage,Main/{Global,GuestOSType,VirtualBox.xid …
(edit) @101154   15 months vboxsync Main: Fixed writing the firmware type in the machine settings …
(edit) @101153   15 months vboxsync Main: Removed own debug #define. bugref:10384
(edit) @101146   15 months vboxsync Main: Added new define VBOX_WITH_ARMV8_HARDCODED_DEFAULTS (enabled by …
(edit) @101139   15 months vboxsync Main: Added new define VBOX_WITH_ARMV8_HARDCODED_DEFAULTS (enabled by …
(edit) @101138   15 months vboxsync Main: Fixed a VBoxSVC crash when committing network adapter changes, …
(edit) @101133   15 months vboxsync Main: Also guard GraphicsControllerType_VMSVGA in platform properties …
(edit) @101132   15 months vboxsync Main: Also guard GraphicsControllerType_VMSVGA in platform properties …
(edit) @101129   15 months vboxsync Main: Limit network adapter types for different platforms and also …
(edit) @101124   15 months vboxsync Main: Added missing controller names in …
(edit) @101117   15 months vboxsync Main: Added ISystemProperties::getSupportedPlatformArchitectures(), …
(edit) @101116   15 months vboxsync Main: More code for ARM-specific platform properties. bugref:10384
(edit) @101113   15 months vboxsync Main/Global: Fixed a typo in Global::stringifyDeviceType(). Should be …
(edit) @101112   15 months vboxsync Unattended: bugref:10182. A first attempt for detecting ARM Debians.
(edit) @101077   15 months vboxsync Added the attribute 'cloudId' into the interface ICloudMachine.
(edit) @101073   15 months vboxsync Main: Log guest platform architecture in release log. bugref:10384
(edit) @101070   15 months vboxsync Main: Fixed warnings. bugref:10384
(edit) @101069   15 months vboxsync Main: Override the platform architecture in …
(edit) @101068   15 months vboxsync Main: More code for ARM. bugref:10384
(edit) @101066   15 months vboxsync Main: More stub code for ARM [build fix]. bugref:10384
(edit) @101065   15 months vboxsync Main: More stub code for ARM [build fix]. bugref:10384
(edit) @101063   15 months vboxsync Main: More stub code for ARM. bugref:10384
(edit) @101057   15 months vboxsync Main: Renamed …
(edit) @101056   15 months vboxsync Main/Platform: Docs. bugref:10384
(edit) @101055   15 months vboxsync Main/Settings: Fixed setting serial port I/O address for settings < …
(edit) @101054   15 months vboxsync Main: More checks for (un)supported platforms. See comments for …
(edit) @101052   15 months vboxsync Main: Check if data has been initialized in platform uninit(). bugref:10384
(edit) @101050   15 months vboxsync Main: More Doxygen fixes. bugref:10384
(edit) @101049   15 months vboxsync Main: More Doxygen fixes. bugref:10384
(edit) @101048   15 months vboxsync Main/Platform: We only support ARM VMs on ARM hosts for now. Remove …
(edit) @101047   15 months vboxsync Main/Platform: Fixed status code mixup. bugref:10384
(edit) @101046   15 months vboxsync Main/Platform: Fixed status code mixup. bugref:10384
(edit) @101045   15 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @101044   15 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @101043   15 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @101041   15 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @101039   15 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @101038   15 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @101037   15 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @101036   15 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @101035   15 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @101014   16 months vboxsync Main/src-client/ConsoleImplConfig*: Polishing. More obvious buffer …
(edit) @100852   16 months vboxsync VMMDev,Main/Appliance: Update the Linux OS subtypes with recent …
(edit) @100827   16 months vboxsync VBox/ostypes.h+Main/{Global,Appliance},VMMDev,FE/Qt: Update the Linux …
Note: See TracRevisionLog for help on using the revision log.

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