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) @101480   14 months vboxsync Main/src-all,Main/src-client: Add support for PCI bridges for the …
(edit) @101478   14 months vboxsync Main/PlatformProperties: Add AC97/HDA audio controller to the …
(edit) @101460   14 months vboxsync Main: Moved Platform::s_platformArchitectureToStr() to …
(edit) @101425   14 months vboxsync Unattended: bugref:10182, bugref:10511. Adding Oracle 64 bit ARM to …
(edit) @101371   15 months vboxsync Main/Global.cpp: Move the macros for compose the x64/x86/arm64/arm32 …
(edit) @101370   15 months vboxsync Reverted commit r159372, committed too much.
(edit) @101369   15 months vboxsync Main/Global.cpp: Move the macros for compose the x64/x86/arm64/arm32 …
(edit) @101367   15 months vboxsync Main/Global.cpp: Use macros to compose the x64/x86/arm64/arm32 guest …
(edit) @101314   15 months vboxsync Main: Raised the RAM + VRAM a bit for the Other_arm64 OS type, so that …
(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) @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) @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) @101200   15 months vboxsync Main,FE/Qt: Add the QEMU RAM based framebuffer device as a possible …
(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) @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) @101178   15 months vboxsync Main: Added first two generic guest OS types for ARM (as "Other", as …
(edit) @101164   15 months vboxsync doc/manual,Frontends/VBoxManage,Main/{Global,GuestOSType,VirtualBox.xid …
(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) @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) @101057   15 months vboxsync Main: Renamed …
(edit) @101049   15 months vboxsync Main: More Doxygen fixes. bugref:10384
(edit) @101035   15 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @100827   16 months vboxsync VBox/ostypes.h+Main/{Global,Appliance},VMMDev,FE/Qt: Update the Linux …
(edit) @100737   17 months vboxsync API/FE/Qt: bugref:10466. bugref:10465. Adding a new event to signal …
(edit) @100729   17 months vboxsync API/FE/Qt: bugref:10466. bugref:10465. Adding a new event to signal …
(edit) @100550   17 months vboxsync VBoxProxyStub.c: Clean up really really old type libraries.
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99424   20 months vboxsync Main/NvramStore: Don't return VINF_SUCCESS for too large files. Get …
(edit) @99417   20 months vboxsync Main/NvramStore: Be more careful with exceptions in C-interface …
(edit) @98342   23 months vboxsync Main: bugref:4784: addition to r155569, added missing parameter …
(edit) @98341   23 months vboxsync Main: bugref:4784: rename MachineSharedFolder to SharedFolder [build fix]
(edit) @98340   23 months vboxsync Main: bugref:4784: seperated SharedFolder API between VboxSVC and VM …
(edit) @98322   23 months vboxsync Runtime,Main: Remove the now unused and deprecated RTTar* API in favor …
(edit) @98297   23 months vboxsync Main: rc -> hrc/vrc for all but testcases. Enabled scm rc checks …
(edit) @98262   23 months 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   2 years vboxsync Main: Resolved a @todo: Renamed VBoxEventType_Last -> VBoxEventType_End.
(edit) @95318   2 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 …
(edit) @94703   3 years vboxsync Main: Added VirtualBoxBase::setErrorVrcV().
(edit) @94660   3 years vboxsync doc/manual,Main,Frontends: API changes in preparation for full VM …
(edit) @94514   3 years vboxsync Main/NvramStore: Implement SSM handlers so the state doesn't get …
(edit) @94493   3 years vboxsync Main/Global: Follow-up to the Linux OS subtypes update (r150791) as …
(edit) @94478   3 years vboxsync VBox/ostypes.h+Main/Global,Appliance+FE/Qt: Some Solaris OStype …
(edit) @94460   3 years vboxsync VBox/ostypes.h+Main/Global,Machine,UnattendedInstaller+FE/Qt: First …
(edit) @94349   3 years vboxsync Main/Unattended: ​​bugref:9781. Removing a rogue line.
(edit) @94347   3 years vboxsync Main/Unattended: ​​bugref:9781. Extending GeneralTextScript with the …
(edit) @93909   3 years vboxsync Main/VirtualBoxErrorInfoImpl.cpp: Assert when returning …
(edit) @93637   3 years vboxsync Main: bugref:1909: Fixed initial language determination when no …
(edit) @93588   3 years vboxsync Main/Global,FE/Qt: Added OS type for windows server 2022.
(edit) @93570   3 years vboxsync Main/NvramStore: Don't try to save the NVRAM store when the filepath …
(edit) @93480   3 years vboxsync Main/Appliance: Allow users to specify a different storage controller …
(edit) @93449   3 years vboxsync Main,ExtPacks: Don't like with the VMM anymore, use the function …
(edit) @93444   3 years vboxsync VMM,Main,HostServices: Use a function table for accessing the …
(edit) @93410   3 years vboxsync Main: Generate enum value to string conversion functions for the API. …
(edit) @93405   3 years vboxsync Main/Unattended: Use the detected guest OS type instead of the …
(edit) @93188   3 years vboxsync Main/Event: defunct passive event listeners prevent subsequent …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @93074   3 years vboxsync Main: Changed ArcaOS to use IDE instead of the suggested AHCI …
(edit) @93070   3 years vboxsync Added ArcaOS to the list of OS/2 variants. ticketref:20741
(edit) @92824   3 years vboxsync Main: bugref:1909: Added handling built-in docbook help for languages …
(edit) @92154   3 years vboxsync Main/GuestOSType: Add new attribute for indicating that the guest uses …
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