VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @101697   14 months vboxsync Main/Unattended: Support OracleLinux for unattended installation, …
(edit) @101695   14 months vboxsync Main/UnattendedInstaller: Move editDebianGrubCfg() to the base …
(edit) @101685   14 months vboxsync Main/Unattended|GuestOSType: Add an entry in the guest OS type to …
(edit) @101684   14 months vboxsync Main/Host: Set the hwvirt++ flags on arm64 accordingly so the …
(edit) @101683   14 months vboxsync Main/Unattended|GuestOSType: Add an entry in the guest OS type to …
(edit) @101633   14 months vboxsync Main/Unattended: Support debian arm64 (tested with Debian 11 netinst) …
(edit) @101593   14 months vboxsync doc/manual,Frontends/VBoxManage,Main/{Global,GuestOSType,VirtualBox.xid …
(edit) @101476   14 months vboxsync Main: Allow creation of x86 VMs (based on guest OS type or the set …
(edit) @101472   14 months vboxsync FE/VBoxManage,FE/Qt,Main/{VirtualBox.xidl,Appliance}: Add the ability …
(edit) @101471   14 months vboxsync Main: Don't allow creating non-x86 VMs on x86. bugref:10384
(edit) @101461   14 months vboxsync Main: Allow creation of x86 VMs (based on guest OS type or the set …
(edit) @101460   14 months vboxsync Main: Moved Platform::s_platformArchitectureToStr() to …
(edit) @101456   14 months vboxsync Main/Appliance: Allow exporting a VM which contains a medium inserted …
(edit) @101424   14 months vboxsync Unattended: bugref:10182, bugref:10511. Adding what's need for OL …
(edit) @101418   14 months vboxsync Main: Added VM setting (AutoSerialNumGen) for enabling automatic VM …
(edit) @101381   14 months vboxsync Main: More guest OS id marking. bugref:10384
(edit) @101374   14 months vboxsync Main: Some more guest OS id strings converted to arch macros. bugref:10384
(edit) @101351   15 months vboxsync Unattended: bugref:10530. Adapting kickstart file and kernel command …
(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) @101313   15 months vboxsync Main: Don't return E_NOTIMPL when setting VirtioSound audio adapter, …
(edit) @101299   15 months vboxsync Main: Build fix for r159265 - gcc (on solaris/extpack at least) want …
(edit) @101282   15 months vboxsync Main: Added IPlatformProperties::supportedGuestOSTypes() getter 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) @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) @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) @101195   15 months vboxsync Main: Fixed GuestOSType::i_platformArchitecture(). bugref:10384
(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) @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) @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) @101164   15 months vboxsync doc/manual,Frontends/VBoxManage,Main/{Global,GuestOSType,VirtualBox.xid …
(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) @101124   15 months vboxsync Main: Added missing controller names in …
(edit) @101117   15 months vboxsync Main: Added ISystemProperties::getSupportedPlatformArchitectures(), …
(edit) @101112   15 months vboxsync Unattended: bugref:10182. A first attempt for detecting ARM Debians.
(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) @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) @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) @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) @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 …
(edit) @100772   17 months vboxsync include/VBox/usbfilter.h,HostDrivers/VBoxUSB/USBFilter: …
(edit) @100737   17 months vboxsync API/FE/Qt: bugref:10466. bugref:10465. Adding a new event to signal …
(edit) @100730   17 months vboxsync API/FE/Qt: bugref:10466. bugref:10465. Adding GUI side of the …
(edit) @100729   17 months vboxsync API/FE/Qt: bugref:10466. bugref:10465. Adding a new event to signal …
(edit) @100200   18 months vboxsync Main/Snapshot: Attempting to take a live snapshot, i.e. calling …
(edit) @100179   18 months vboxsync Main/Machine: If IMachine::discardSavedState() is called for a VM in …
(edit) @100108   18 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
(edit) @100078   19 months vboxsync Main/src-server and Storage: Immutable media handling flexibility …
(edit) @99991   19 months vboxsync Main: reimplements resizeAndCloneTo fix. removes bypass. bugref:10090
(edit) @99941   19 months vboxsync Main, FE/Qt: Wiping out old OpenGLTest code used widely across the project.
(edit) @99775   19 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99741   19 months vboxsync Main: More Clang 13 build fixes (warnings as errors).
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99608   20 months vboxsync fixed possible narrowing type from 'long unsigned int' to 'unsigned int'
(edit) @99606   20 months vboxsync fixed possible narrowing type from 'long unsigned int' to 'unsigned int'
(edit) @99605   20 months vboxsync fixed possible narrowing type from 'long unsigned int' to 'unsigned int'
(edit) @99604   20 months vboxsync bugref:10314. bugref:10278. Reverted VSD RAM unit to bytes and fixed …
(edit) @99523   20 months vboxsync bugref:10314. Reverted back r154561 partially. RAM unit is MB.
(edit) @99466   20 months vboxsync Main/MediumImpl.cpp: Corrected incorrect …
(edit) @98965   21 months vboxsync Main/UefiVairableStore: The shim parsing the MokList rejects it due to …
(edit) @98964   21 months vboxsync Main/UefiVariableStore: Add API to add signatures to the MOK list …
(edit) @98847   22 months vboxsync Main/Medium+VirtualBox: If two Machine instances of the same VM are …
(edit) @98846   22 months vboxsync Main/Medium+VirtualBox: If Medium::close() and …
(edit) @98837   22 months vboxsync Main/Machine: Machine::changeEncryption() can return success if …
(edit) @98836   22 months vboxsync Main/VirtualBox: Machine::unregister() and VirtualBox::openMachine() …
(edit) @98825   22 months vboxsync Main/AudioAdapter: Fix a small memory leak in VBoxSVC: …
(edit) @98807   22 months vboxsync Some small Solaris-specific build warning fixes: Main/Console: Remove …
(edit) @98782   22 months vboxsync bugref:9782. The default values for VirtualSystemDescriptionType_CPU, …
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