VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @82393   5 years vboxsync Main: add new Windows Server 2019 guest type, and some long forgotten …
(edit) @82367   5 years vboxsync bugref:9619. Added firmware support into VSD.
(edit) @82366   5 years vboxsync bugref:9619. Added firmware support into VSD. OCI import supports BIOS …
(edit) @82365   5 years vboxsync scm fix.
(edit) @82363   5 years vboxsync bugref:9416. Check the target folder before starting import for …
(edit) @82352   5 years vboxsync doc/manual: mention virtio-scsi as experimental Main/SystemProperties: …
(edit) @82349   5 years vboxsync Main/SystemProperties: currently VMs always have keyboard and mouse …
(edit) @82337   5 years vboxsync bugref:9416. Cloud import: replace the existing files in the folder …
(edit) @82321   5 years vboxsync ConsoleImpl2.cpp: More of same.
(edit) @82320   5 years vboxsync ConsoleImpl2: Don't use Utf8Str for storing string a 'const char *' …
(edit) @82319   5 years vboxsync DevHDA,DevIchAc97: Use devhlp for CFGMR3 functions. Don't pass empty …
(edit) @82270   5 years vboxsync Main/SystemProperties: re-sort the storage buses (SATA first as it …
(edit) @82268   5 years vboxsync Main/SystemProperties: add a method for querying which storage bus is …
(edit) @82255   5 years vboxsync vmm/pdmaudioifs.h: More of the same. bugref:9218
(edit) @82254   5 years vboxsync vmm/pdmaudioifs.h: The prefix 'cf' reads 'count-of-flags', so if you …
(edit) @82252   5 years vboxsync vmm/pdmaudioifs.h: Style, docs and other nits. First, it's always …
(edit) @82251   5 years vboxsync Main: bugref:9611: SystemProperties: Fix for r134511 intended to sync …
(edit) @82213   5 years vboxsync doxygen fixes. bugref:9218
(edit) @82192   5 years vboxsync Main/RecordingSettings: move monitor count query to place before …
(edit) @82132   5 years vboxsync ConsoleImpl2.cpp: nits.
(edit) @82105   5 years vboxsync Main/SystemProperties: let virtio-scsi also handle DVD drives
(edit) @82100   5 years vboxsync OCI: add stub for ICloudClient::startCloudNetworkGateway
(edit) @82080   5 years vboxsync Main/Console: eliminate duplicate check
(edit) @82007   5 years vboxsync Main/GraphicsAdapter: fix lock order issues
(edit) @81971   5 years vboxsync Main/Machine+GraphicsAdapter: previously missed proper removal of …
(edit) @81970   5 years vboxsync Main/GraphicsAdapter: make vc++ happy (BOOL/bool issue)
(edit) @81968   5 years vboxsync Main/GraphicsAdapter: forgotten file
(edit) @81967   5 years vboxsync Main/idl: fix a broken xref
(edit) @81964   5 years vboxsync Main/GraphicsAdapter: Split off a few attributes from Machine …
(edit) @81956   5 years vboxsync Main/AudioAdapter: fix comment copy/pasto
(edit) @81883   5 years vboxsync Main/DHCPServer+NatNetwork+VirtualBox+Console: Remove old DHCP …
(edit) @81882   5 years vboxsync Main/xml: 6.1 will save StorageControllers under Hardware for all VMs …
(edit) @81837   5 years vboxsync Shared Clipboard/Main: Cleaned up Makefile defines.
(edit) @81834   5 years vboxsync Main: Audio recording defines are not needed for VBoxSVC.
(edit) @81741   5 years vboxsync minor doxyfile polishing, to avoid a few warnings
(edit) @81740   5 years vboxsync Main/SystemProperties: shorten a few attribute names to get around …
(edit) @81739   5 years vboxsync Main/SystemProperties: added a family of attributes (one per relevant …
(edit) @81714   5 years vboxsync Main: Preps for embedding the EFI firmware into VBoxDD2.
(edit) @81710   5 years vboxsync Main: Preps for embedding the EFI firmware into VBoxDD2.
(edit) @81688   5 years vboxsync Main/idl: go back to old javadoc hack (no link)
(edit) @81687   5 years vboxsync Main/idl: documentation fixes (almost all doxygen warnings fixed, and …
(edit) @81685   5 years vboxsync Main/idl: fix broken xref
(edit) @81684   5 years vboxsync Main/Host: add IHostUpdate stub interface Main/idl: eliminate …
(edit) @81682   5 years vboxsync Main/Console+ConsoleVRDPServer+ApplianceExport+Host+Machine+USBDeviceFi …
(edit) @81674   5 years vboxsync Main: Fixes for deprecated implicit copy operators (GCC 9).
(edit) @81667   5 years vboxsync Main: Added a portPath attribute to IUSBDevice. This will allow …
(edit) @81644   5 years vboxsync Main: Removed unused/obsolete/useless portVersion attribute of IUSBDevice.
(edit) @81605   5 years vboxsync VMM (and related changes): Add support for Hygon Dhyana CPUs. Modified …
(edit) @81603   5 years vboxsync Main: Added PCnet-ISA/NE2100/Am79C960 to the API (the device side is …
(edit) @81581   5 years vboxsync Main,FE/VBoxManage: Add an option to present the SMBIOS System UUID …
(edit) @81553   5 years vboxsync Fixed trailing blanks in r134285
(edit) @81552   5 years vboxsync Main: Update additions: Host terminates process on Guest without a …
(edit) @81492   5 years vboxsync Main/Snapshot: fix (harmless) code ordering goof which triggers an …
(edit) @81479   5 years vboxsync Fixing a typo in VirtualBox.xidl
(edit) @81453   5 years vboxsync Main: Use correct names of files in 'guestcontrol updateadditions' …
(edit) @81429   5 years vboxsync Main/Console: forgotten change
(edit) @81428   5 years vboxsync Main/Console: more forgotten build fixes for r134142
(edit) @81427   5 years vboxsync Build fixes for r134139
(edit) @81426   5 years vboxsync forgotten file in previous change
(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) @81420   5 years vboxsync MachineImplMoveVM: improve directory cleanup - now there is a chance …
(edit) @81419   5 years vboxsync Main/MachineImplMoveVM: fix regression in previous change, if current …
(edit) @81415   5 years vboxsync Main/MachineImplMoveVM: simplify updatePathsToStateFiles (which is …
(edit) @81398   5 years vboxsync bugref:9589. OCI: Added public SSH key support during instance creation.
(edit) @81397   5 years vboxsync Main/MachineImplMoveVM: fix error message typo
(edit) @81396   5 years vboxsync Main/MachineImplMoveVM: comment whitespace
(edit) @81394   5 years vboxsync Main/MachineImplMoveVM: Putting all Machine object references in a …
(edit) @81393   5 years vboxsync Main/MachineImplMoveVM: many cleanups including removal of unused code
(edit) @81369   5 years vboxsync *: doxygen fixes
(edit) @81362   5 years vboxsync scm fix.
(edit) @81361   5 years vboxsync bugref:8345. replace wrong usage Utf8Str::contains() by RTPathStartsWith().
(edit) @81355   5 years vboxsync Main/PCIRawDev: adjust
(edit) @81354   5 years vboxsync Main/PCIRawDev: small header file cleanup
(edit) @81345   5 years vboxsync Shared Clipboard/Transfers: Apply file transfers mode on VM start in Main.
(edit) @81305   5 years vboxsync Main/HostImpl: Updated CPU features with nested VT-x conditions. …
(edit) @81299   5 years vboxsync Main/Machine+BIOSSettings: simplify NVRAM handling, do everything in …
(edit) @81286   5 years vboxsync Shared Clipboard/Transfers: Added …
(edit) @81246   5 years vboxsync Main: keyboard HID usage ID is 16-bit.
(edit) @81222   5 years vboxsync Main/BIOSSettings: fix NVRAM file querying
(edit) @81190   5 years vboxsync OCI: OCILaunchForm - allow selection of VCN and Subnet compartments.
(edit) @81141   5 years vboxsync IPRT/system: RTSYSFWPROP -> RTSYSFWBOOL.
(edit) @81137   5 years vboxsync IPRT/RTSystem*Firmware: Simplified the interface and made it follow …
(edit) @81131   5 years vboxsync Main/glue: Log the host's firmware type (and Secure Boot state, if …
(edit) @81119   5 years vboxsync bugref:9527. Added global weak reference of VirtualBox into ExtPack.
(edit) @81103   5 years vboxsync scm fix.
(edit) @81087   5 years vboxsync Main/Machine+BIOSSettings: bare bones NVRAM logic, many parts missing …
(edit) @81084   5 years vboxsync bugref:9555. Added ability to create an instance from a boot volume.
(edit) @80875   5 years vboxsync Main/GuestSessionImpl.cpp: Removed most of the AutoCaller instances …
(edit) @80873   5 years vboxsync Main/GuestSessionImpl.cpp: Keep returning E_INVALIDARG for …
(edit) @80872   5 years vboxsync Devices/Graphics,Main,include: remove obsolete Chromium code. bugref:9529
(edit) @80870   5 years vboxsync VBoxProxyStub: avoid more assertions if a non-admin tries updating the …
(edit) @80869   5 years vboxsync Main/apiwrap-server.xsl: spell out why the error object is explicitly …
(edit) @80862   5 years vboxsync Shared Clipboard/URI: File renaming: *-uri* -> *-transfers*.
(edit) @80853   5 years vboxsync Main/HostNetworkInterfaceImpl: Use BstrFmt.
(edit) @80851   5 years vboxsync Main/glue: Implement BstrFmt and BstrFmtVA using the printfV method …
(edit) @80850   5 years vboxsync Main/glue: Moved the implementation of cleanup and copyFrom out of the …
(edit) @80849   5 years vboxsync Shared Clipboard/URI: Renamed VBOX_WITH_SHARED_CLIPBOARD_URI_LIST -> …
(edit) @80847   5 years vboxsync Shared Clipboard/URI: More renaming to make code base more uniform.
(edit) @80845   5 years vboxsync Shared Clipboard/URI: More code for transfer channel handling.
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