VirtualBox

source: vbox/trunk/src/VBox/Main/src-all

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103977   11 months vboxsync Apply RT_OVERRIDE/NS_OVERRIDE where required to shut up clang.
(edit) @103532   11 months vboxsync VBoxManage: Add subcommand for enabling UEFI secure boot (and show the …
(edit) @103311   12 months vboxsync Fixed some (potential) va_args leaks (found by Parfait). ​bugref:3409
(edit) @102601   14 months vboxsync Main/Global: Added some more stringify methods for Guest Control stuff.
(edit) @102113   15 months vboxsync Main: Added IPlatformProperties::getSupportedBootDevices(), so that …
(edit) @101756   15 months vboxsync Main: Renamed …
(edit) @101745   15 months vboxsync Main: Renamed …
(edit) @101741   15 months vboxsync Main: Added …
(edit) @101737   15 months vboxsync Main: Added …
(edit) @101698   15 months vboxsync Main/Global.cpp: Some fixes for the ARM Linux types, Oracle Linux and …
(edit) @101696   15 months vboxsync Main/Global.cpp: Some fixes for the ARM Linux types, Oracle Linux and …
(edit) @101683   15 months vboxsync Main/Unattended|GuestOSType: Add an entry in the guest OS type to …
(edit) @101632   15 months vboxsync Main/Global.cpp: Fixed VBOX_LINUX_SUBTYPE_TEMPLATE_ARM64, as it used …
(edit) @101631   15 months vboxsync Main/Global.cpp: Fixed VBOX_LINUX_OSHINTS_B_ARM64, as it included x86 …
(edit) @101630   15 months vboxsync Main/Global.cpp: For ARM VMs we need to have USB 3.0 (XHCI) currently. …
(edit) @101629   15 months vboxsync Main/Global.cpp: Fix typo, bugref:10384
(edit) @101628   15 months vboxsync Main/Global.cpp: Make xHCI the default for ARM VMs, bugref:10384
(edit) @101627   15 months vboxsync Main/Global.cpp: Also set the codec for HDA when creating new ARM VMs. …
(edit) @101621   15 months vboxsync Main/Global.cpp: Use HDA as the default audio controller when creating …
(edit) @101593   15 months vboxsync doc/manual,Frontends/VBoxManage,Main/{Global,GuestOSType,VirtualBox.xid …
(edit) @101579   16 months vboxsync Main,FE/Qt: More ARM guest variants, bugref:10384 [fix for Fedora]
(edit) @101578   16 months vboxsync Main,FE/Qt: More ARM guest variants, bugref:10384 [fix for Fedora]
(edit) @101573   16 months vboxsync Main,FE/Qt: More ARM guest variants, bugref:10384
(edit) @101480   16 months vboxsync Main/src-all,Main/src-client: Add support for PCI bridges for the …
(edit) @101478   16 months vboxsync Main/PlatformProperties: Add AC97/HDA audio controller to the …
(edit) @101460   16 months vboxsync Main: Moved Platform::s_platformArchitectureToStr() to …
(edit) @101425   16 months vboxsync Unattended: bugref:10182, bugref:10511. Adding Oracle 64 bit ARM to …
(edit) @101371   16 months vboxsync Main/Global.cpp: Move the macros for compose the x64/x86/arm64/arm32 …
(edit) @101370   16 months vboxsync Reverted commit r159372, committed too much.
(edit) @101369   16 months vboxsync Main/Global.cpp: Move the macros for compose the x64/x86/arm64/arm32 …
(edit) @101367   16 months vboxsync Main/Global.cpp: Use macros to compose the x64/x86/arm64/arm32 guest …
(edit) @101314   16 months vboxsync Main: Raised the RAM + VRAM a bit for the Other_arm64 OS type, so that …
(edit) @101299   16 months vboxsync Main: Build fix for r159265 - gcc (on solaris/extpack at least) want …
(edit) @101293   16 months vboxsync Main/ExtPack*: tidying up. (Please, do NOT use 'm' as a local …
(edit) @101287   16 months vboxsync Main: Added IPlatformProperties::supportedGuestOSTypes() getter to …
(edit) @101284   16 months vboxsync Main: Added IPlatformProperties::supportedGuestOSTypes() getter to …
(edit) @101282   16 months vboxsync Main: Added IPlatformProperties::supportedGuestOSTypes() getter to …
(edit) @101218   17 months vboxsync Main/Global: One more fix for x64 OS type naming, to match the UI icon …
(edit) @101215   17 months vboxsync Main: Separated (renamed) the internal generic OS hint bits from the …
(edit) @101213   17 months vboxsync Main/Global: New arm64 VMs always need (U)EFI enabled. bugref:10384
(edit) @101207   17 months vboxsync Main + FE/Qt: Added ArchLinux_arm64. bugref:10384
(edit) @101205   17 months vboxsync Main/Global: Also changed the non-Linx OS IDs to the new naming scheme …
(edit) @101204   17 months vboxsync ostypes.h + Main: Renamed ARM32 -> arm32 + ARM64 -> arm64.
(edit) @101200   17 months vboxsync Main,FE/Qt: Add the QEMU RAM based framebuffer device as a possible …
(edit) @101198   17 months vboxsync Main/Global: More work on Linux-based OS IDs. bugref:10384
(edit) @101196   17 months vboxsync Main/Global: More ARM64 OS types stuff. Addd Debian ARM64. bugref:10384
(edit) @101189   17 months vboxsync Main/Global.cpp: Renamed the OS hints and macro templates, as the _32 …
(edit) @101188   17 months vboxsync ostypes.h: Renamed _arm32 / _arm64 -> _ARM32 / _ARM64, to match the …
(edit) @101178   17 months vboxsync Main: Added first two generic guest OS types for ARM (as "Other", as …
(edit) @101164   17 months vboxsync doc/manual,Frontends/VBoxManage,Main/{Global,GuestOSType,VirtualBox.xid …
(edit) @101133   17 months vboxsync Main: Also guard GraphicsControllerType_VMSVGA in platform properties …
(edit) @101132   17 months vboxsync Main: Also guard GraphicsControllerType_VMSVGA in platform properties …
(edit) @101129   17 months vboxsync Main: Limit network adapter types for different platforms and also …
(edit) @101116   17 months vboxsync Main: More code for ARM-specific platform properties. bugref:10384
(edit) @101113   17 months vboxsync Main/Global: Fixed a typo in Global::stringifyDeviceType(). Should be …
(edit) @101057   17 months vboxsync Main: Renamed …
(edit) @101049   17 months vboxsync Main: More Doxygen fixes. bugref:10384
(edit) @101035   17 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @100827   18 months vboxsync VBox/ostypes.h+Main/{Global,Appliance},VMMDev,FE/Qt: Update the Linux …
(edit) @100737   18 months vboxsync API/FE/Qt: bugref:10466. bugref:10465. Adding a new event to signal …
(edit) @100729   18 months vboxsync API/FE/Qt: bugref:10466. bugref:10465. Adding a new event to signal …
(edit) @100550   19 months vboxsync VBoxProxyStub.c: Clean up really really old type libraries.
(edit) @99739   21 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99424   22 months vboxsync Main/NvramStore: Don't return VINF_SUCCESS for too large files. Get …
(edit) @99417   22 months vboxsync Main/NvramStore: Be more careful with exceptions in C-interface …
(edit) @98342   2 years vboxsync Main: bugref:4784: addition to r155569, added missing parameter …
(edit) @98341   2 years vboxsync Main: bugref:4784: rename MachineSharedFolder to SharedFolder [build fix]
(edit) @98340   2 years vboxsync Main: bugref:4784: seperated SharedFolder API between VboxSVC and VM …
(edit) @98322   2 years vboxsync Runtime,Main: Remove the now unused and deprecated RTTar* API in favor …
(edit) @98297   2 years vboxsync Main: rc -> hrc/vrc for all but testcases. Enabled scm rc checks …
(edit) @98262   2 years vboxsync Main: rc() -> hrc()/vrc(). bugref:10223
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @97113   2 years vboxsync Main/ExtPack: Attempting to uninstall an extension pack which doesn't …
(edit) @97031   2 years vboxsync Main, FE/Qt: Add Oracle Linux 9 and RHEL 9.
(edit) @96911   2 years vboxsync CloudNet,libs/libssh: bugref:9469 Build fix for r153820.
(edit) @96910   2 years vboxsync CloudNet,libs/libssh: bugref:9469 Build libssh as separate DLL and …
(edit) @96853   2 years vboxsync Main/NvramStore: Fix uninitialized variable, bugref:9477
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96308   2 years vboxsync src/VBox/Main: XML/XSL comment fixes
(edit) @95428   3 years vboxsync Main: Resolved a @todo: Renamed VBoxEventType_Last -> VBoxEventType_End.
(edit) @95318   3 years vboxsync Additions: X11: allow shared folder to be mounted if it is represented …
(edit) @95115   3 years vboxsync Main/ExtPackManagerImpl: Don't make an extra copy of the …
(edit) @94912   3 years vboxsync Main/src-all: Adjust to the new rules wrt. to rc -> hrc,vrc usage, …
(edit) @94906   3 years vboxsync Main/ProgressImpl.cpp: Adjust to the new rules wrt. to rc -> hrc,vrc …
(edit) @94819   3 years vboxsync Main/NvramStore: Fix memory leak
(edit) @94813   3 years vboxsync Main/NvramStoreImpl: build fixes, bugref:9955
(edit) @94810   3 years vboxsync Main/NvramStoreImpl: build fix, bugref:9955
(edit) @94793   3 years vboxsync Main,VMM: Implemented most of the functionality for encrypted VMs …
(edit) @94779   3 years vboxsync Main: Introduce crypto utilities for handling SSM files, bugref:9955 …
(edit) @94778   3 years vboxsync Main/{DisplayUtils,MachineImpl}: Prepare the various screenshot …
(edit) @94777   3 years vboxsync Main: Introduce crypto utilities for handling SSM files, bugref:9955 …
(edit) @94773   3 years vboxsync Revert r151158
(edit) @94772   3 years vboxsync Main: Introduce crypto utilities for handling SSM files, bugref:9955 …
(edit) @94771   3 years vboxsync Main: Introduce crypto utilities for handling SSM files, bugref:9955
(edit) @94763   3 years vboxsync VMM/SSM: Allow SSMR3Open and SSMR3ValidateFile to take a stream …
(edit) @94745   3 years vboxsync Main/NvramStore: Add support for encrypted NVRAM files (untested), …
(edit) @94743   3 years vboxsync Main/NvramStore: Add support for encrypted NVRAM files (untested), …
(edit) @94720   3 years vboxsync Main: Implement loading and unloading of the cryptographic support …
(edit) @94717   3 years vboxsync Main: Moved annoying assertion in Global::vboxStatusCodeToCOM down to …
(edit) @94714   3 years vboxsync Main,Settings: Integrate the extension pack cryptographic module in …
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