VirtualBox

source: vbox/trunk/src/VBox/Main/src-server/MachineImpl.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @93410   3 years vboxsync Main: Generate enum value to string conversion functions for the API. …
(edit) @93388   3 years vboxsync Main/Machine::i_setGuestPropertyToService: Removed unnecessary …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92551   3 years vboxsync Main/Machine: Fix paravirt provider default for Windows 11
(edit) @92539   3 years vboxsync Main/MachineImpl: A couple of hacks for enabling VMMDev/Testing for …
(edit) @92421   3 years vboxsync Main: Enabled large pages by default on linux too. bugref:5324
(edit) @92133   3 years vboxsync Main,FE/VBoxManage: Allow changing the localhost reachable flag for …
(edit) @92040   3 years vboxsync Main/MachineImpl: Only query the recommended firmware type if the OS …
(edit) @91747   3 years vboxsync Main/Machine: doxygen fix
(edit) @91743   3 years vboxsync Main/Machine: Release lock while waiting in …
(edit) @91718   3 years vboxsync Main: bugref:1909: Added initial translation to Russian of API …
(edit) @91614   3 years vboxsync Main: Initialize the TPM type properly based on the guest OS type and …
(edit) @91503   3 years vboxsync Main: bugref:1909: Added missed translation marks, removed redundant …
(edit) @91470   3 years vboxsync Main/GuestOSTypeImpl,Global,Machine: New Windows 11 guest OS type, and …
(edit) @91366   3 years vboxsync Main/Machine: VMs which crash while restoring from the 'Saved' state …
(edit) @91363   3 years vboxsync FE/VBoxSDL+VirtualBox,Main/Console+Machine+VirtualBox.xidl: VMs which …
(edit) @91326   3 years vboxsync Main/NvramStore,FE/VBoxManage: Allow multiple NVRAM states …
(edit) @91213   3 years vboxsync Main,FE/VBoxManage: Add the necessary Main API bits to control the …
(edit) @91130   3 years vboxsync Main/Machine: Allow specifying the empty string as the new location, …
(edit) @90828   3 years vboxsync Main: bugref:1909: Added API localization
(edit) @89868   3 years vboxsync Main/Console+Machine: Eliminate CMPXCHG16B hack (see bugref:6300) …
(edit) @89718   4 years vboxsync Main/Host+Machine: Fix warning handling in the USB related methods …
(edit) @88365   4 years vboxsync Intel IOMMU: bugref:9967 Build fix.
(edit) @88364   4 years vboxsync Intel IOMMU: bugref:9967 MachineImpl: Disallow setting Intel IOMMU …
(edit) @87968   4 years vboxsync Main/MachineImpl.cpp: Delete Logs/VBoxUI.log left by detachable GUI. …
(edit) @87298   4 years vboxsync Main: Fixed "Failed to create VirtualBox object" in the debug build if …
(edit) @87241   4 years vboxsync AMD IOMMU: bugref:9654 Main/API: AMD IOMMU support.
(edit) @86971   4 years vboxsync Main/MachineImpl.cpp: Change two incorrect asserts from …
(edit) @86908   4 years vboxsync Shared Clipboard/Transfers: Removed clipboard area handling code. …
(edit) @86498   4 years vboxsync VBoxSVC/MachineImpl.cpp: Fixed use-after-free problem in …
(edit) @86294   4 years vboxsync Main/MachineImpl.cpp: Added missing bound checks on getSerialPort and …
(edit) @86125   4 years vboxsync Main: bugref:9623: Restricted the scope of the multi attaching the …
(edit) @85908   4 years vboxsync Main: bugref:9623: Fixed issue causes the assertion during VBoxSVC …
(edit) @85769   4 years vboxsync Main: bugref:9618 Added Main/API support for AMD-V Virtualized …
(edit) @85309   4 years vboxsync Main: Try harder using the Utf8Str versions of the event stuff where …
(edit) @85306   4 years vboxsync Main/comimpl.xsl,++: Make it possible to pass Utf8Str rather that …
(edit) @85304   4 years vboxsync Main: i_onXxxxChange -> i_onXxxxChanged to match the event name. …
(edit) @85300   4 years vboxsync Main/comimpl.xsl,++: fireXxxxEvent -> ::FireXxxxEvent. bugref:9790
(edit) @85257   4 years vboxsync Main/MachineImpl.cpp: Signed/unsigned conversion issues. bugref:9790
(edit) @85256   4 years vboxsync Main/MachineImpl.cpp: Use printf and appendPrintf rather than …
(edit) @84618   5 years vboxsync OCI: (bugref:9469) cloud network integration code moved from Machine …
(edit) @84395   5 years vboxsync Main/hardening: VC++ 19.x warnings. bugref:8489
(edit) @83901   5 years vboxsync Main/Machine: Allow renaming the VM when it is in "Saved" state. Was …
(edit) @83180   5 years vboxsync scm fix
(edit) @83171   5 years vboxsync More build fixes for r136290.
(edit) @83170   5 years vboxsync Build fixes for r136290.
(edit) @83169   5 years vboxsync OCI: (bugref:9469) cloud network integration multiple targets and …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81971   5 years vboxsync Main/Machine+GraphicsAdapter: previously missed proper removal of …
(edit) @81964   5 years vboxsync Main/GraphicsAdapter: Split off a few attributes from Machine …
(edit) @81682   5 years vboxsync Main/Console+ConsoleVRDPServer+ApplianceExport+Host+Machine+USBDeviceFi …
(edit) @81427   5 years vboxsync Build fixes for r134139
(edit) @81425   5 years vboxsync Main/Machine+BIOSSettings+Console: Full implementation of NVRAM …
(edit) @81422   5 years vboxsync OCI: (bugref:9469) cloud network integration concept (disabled in …
(edit) @81299   5 years vboxsync Main/Machine+BIOSSettings: simplify NVRAM handling, do everything in …
(edit) @81286   5 years vboxsync Shared Clipboard/Transfers: Added …
(edit) @81087   5 years vboxsync Main/Machine+BIOSSettings: bare bones NVRAM logic, many parts missing …
(edit) @80849   5 years vboxsync Shared Clipboard/URI: Renamed VBOX_WITH_SHARED_CLIPBOARD_URI_LIST -> …
(edit) @80824   5 years vboxsync Main: bugref:9341: The "environment" parameter in the …
(edit) @80787   5 years vboxsync Main/MachineImpl.cpp: strSessionName can be empty if we failed to …
(edit) @80752   5 years vboxsync Main/Machine: Workaround for windows VM hang when 2D accel is enabled …
(edit) @80586   5 years vboxsync Runtime: Windows build fix for r133105
(edit) @80573   5 years vboxsync Main: bugref:9341: Fixed some scm errors
(edit) @80569   5 years vboxsync Main: bugref:9341: Added VM autostart during boot support for windows host
(edit) @80074   5 years vboxsync VMM,Main,++: Retired the unfinished FTM component.
(edit) @79955   5 years vboxsync bugref:8345. Second part of refining and cleaning up the code.
(edit) @78897   6 years vboxsync Shared Clipboard/URI: Update.
(edit) @78761   6 years vboxsync Main/Machine::moveTo: Some cleanups and a lot of @todo's. bugref:8345
(edit) @78632   6 years vboxsync Forward ported 130474,130475,130477,130479. bugref:9453
(edit) @78565   6 years vboxsync Main: bugref:6913: Fixed NULL id in the IMediumRegisteredEvent and …
(edit) @78509   6 years vboxsync Main/Machine+StorageController+SystemProperties+Console: Add basic …
(edit) @78427   6 years vboxsync Main: bugref:8612: Added some comment and removed debug tails
(edit) @78387   6 years vboxsync Main: bugref:8612: Fixed error during MacOS guest creation using GUI
(edit) @78352   6 years vboxsync Main: bugref:8612: Added HW virtualization enabled always in …
(edit) @78296   6 years vboxsync Main: bugref:8612: Fixed error happened during VM creation with …
(edit) @78277   6 years vboxsync Main/Machine::applyDefaults: corrected audio configuration order.
(edit) @78261   6 years vboxsync Main: bugref:6913: Added OnStorageControllerChanged to IVirtualBox …
(edit) @78202   6 years vboxsync Main/VirtualBox+Machine: Fix bogus saving of VM config when the VM is …
(edit) @78124   6 years vboxsync Main: Machine+VirtualBox: slightly prettier fix to bugref:9075, …
(edit) @78122   6 years vboxsync Main: bugref:9075: allow using an UTF-8 string in the …
(edit) @78098   6 years vboxsync IPRT,*: Cleaning up RTPathAbsExEx, renaming it to RTPathAbsEx and …
(edit) @78090   6 years vboxsync *,IPRT: Use new RTPathAbsExEx function instead of RTPathAbsEx. bugref:9172
(edit) @78072   6 years vboxsync Recording/Main: Settings locking fixes.
(edit) @77910   6 years vboxsync Main: bugref:7929: Added ability to change the priority of the VM process
(edit) @77436   6 years vboxsync Main: Eradicate the use of BSTR in regular API code, there were leaks …
(edit) @77039   6 years vboxsync Main/Machine: fix CPUID override removal, it ran into …
(edit) @76818   6 years vboxsync Config.kmk, HostDrivers/Support, Main, FE/Qt, Installer: bugref:9049: …
(edit) @76678   6 years vboxsync Port r124260, r124263, r124271, r124273, r124277, r124278, r124279, …
(edit) @76592   6 years vboxsync Main: Don't use Logging.h.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76394   6 years vboxsync DisplayImpl.h,HGCM.h: Avoid including VBox/VMMDev.h and instead do it …
(edit) @76298   6 years vboxsync Main: bugref:6913: Added generation of some medium events. Contains …
(edit) @76240   6 years vboxsync Main: bugref:6913: had to revert all changes for the defect because of …
(edit) @76215   6 years vboxsync Main: bugref:6913: Added generation of medium events
(edit) @75817   6 years vboxsync Main/GuestOSType: Add recommended Graphics Controller information and …
(edit) @75488   6 years vboxsync Recording/Main: Implemented better support for recording limits (also …
(edit) @75455   6 years vboxsync Recording/Main: Renaming (onRecordChange -> onRecordingChange).
(edit) @75453   6 years vboxsync Recording/Main: Renaming (IMachine::IsModified_Record -> …
(edit) @75380   6 years vboxsync Main,VBoxManage,FE/Qt: Extended the createSharedFolder and …
(edit) @75361   6 years vboxsync Recording/Main: Renamed the IRecord* interfaces again to IRecording* …
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