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) @98035   2 years vboxsync reimplemented changes for bugref:10180 after seperating the changes …
(edit) @97523   2 years vboxsync Main: Add new OnMachineGroupsChanged event which fires when the groups …
(edit) @97367   2 years vboxsync Backed out r154357,r154358,r154360,r154361,r154364 because it still …
(edit) @97359   2 years vboxsync bugref:4784 - separated SharedFolder API from being used from both …
(edit) @96888   2 years vboxsync Main,FE/VBoxManage: Implement possiblity to configure some of the …
(edit) @96854   2 years vboxsync Devices/USB,Main,FE/Qt: Export EHCI and XHCI controller …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95639   2 years vboxsync Recording: Settings handling fixes / overhaul. This adds the ability …
(edit) @95556   2 years vboxsync fixed VERR_PDM_MEDIA_LOCKED when inserting already mounted medium …
(edit) @95450   2 years vboxsync Main/MachineImpl: Cleaned up all the RTFileDelete() calls to only use …
(edit) @95423   2 years vboxsync Audio/Main: Bigger revamp of the audio interface(s) to later also …
(edit) @95339   2 years vboxsync GuestPropertySvc.h,Main: Changed GuestPropValidateName and …
(edit) @95338   2 years vboxsync GuestPropertySvc.h,Main: Changed GuestPropValidateName and …
(edit) @94817   3 years vboxsync Main/MachineImpl: build fixes, bugref:9955
(edit) @94814   3 years vboxsync Main/MachineImpl: build fixes, bugref:9955
(edit) @94789   3 years vboxsync Main/MachineImpl: Fix registering an encrypted machine, bugref:9955
(edit) @94784   3 years vboxsync Main/MachineImpl: Support reading encrypted log files, bugref:9955
(edit) @94782   3 years vboxsync Main/MachineImpl: Implement the change encryption functionality for a …
(edit) @94781   3 years vboxsync Main/{DisplayUtils,MachineImpl}: Prepare the various screenshot …
(edit) @94780   3 years vboxsync Main/MachineImpl: Update encryption settings for the NVRAM store when …
(edit) @94778   3 years vboxsync Main/{DisplayUtils,MachineImpl}: Prepare the various screenshot …
(edit) @94761   3 years vboxsync Main/Machine: Remove an accidental additional call to …
(edit) @94747   3 years vboxsync Main/MachineImpl: Implement a few more APIs for full VM encryption, …
(edit) @94735   3 years vboxsync Main/MachineImpl: First part of the full VM encryption integration, …
(edit) @94661   3 years vboxsync doc/manual,Main,Frontends: API changes in preparation for full VM …
(edit) @94660   3 years vboxsync doc/manual,Main,Frontends: API changes in preparation for full VM …
(edit) @94598   3 years vboxsync Main/Machine+Medium+Snapshot+VirtualBox: Recursion elimination to save …
(edit) @94470   3 years vboxsync Comment typo.
(edit) @94460   3 years vboxsync VBox/ostypes.h+Main/Global,Machine,UnattendedInstaller+FE/Qt: First …
(edit) @94394   3 years vboxsync Main/Machine+FE/Qt+VBoxManage/showvminfo: Attaching USB devices to a …
(edit) @94184   3 years vboxsync Main: Guest Properties: notify lesteners that property was deleted …
(edit) @94092   3 years vboxsync Main/Machine: Additional IMachine methods need machine state check …
(edit) @94090   3 years vboxsync Main/Machine: Do not allow TRANSIENT and TRANSRESET guest properties …
(edit) @94084   3 years vboxsync Main/Machine: IMachine::mountMedium inadvertently works without a …
(edit) @93948   3 years vboxsync Main/MachineImple: Fixed use of NULL ComObjPtr<Medium> object in error …
(edit) @93891   3 years vboxsync Main: Guest Properties: improved property name and value validation, …
(edit) @93639   3 years vboxsync Main/MachineImpl: Always return a NVRAM file path as the TPM might be …
(edit) @93548   3 years vboxsync Main/Machine: When saving the settings fails when creating a new file, …
(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   3 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
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