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) @73003   6 years vboxsync Main: Use setErrorBoth when we've got a VBox status code handy. (The …
(edit) @72919   6 years vboxsync Main/*: From now on any valid UTF8 string is considered a valid guest …
(edit) @72700   6 years vboxsync Main/Machine: keep default '/' group if no group is specified on VM …
(edit) @72476   6 years vboxsync Main/Appliance: Teach importing new tricks: importing to specific …
(edit) @72332   7 years vboxsync Main: Added HWVirtExPropertyType::UseNativeApi for use with …
(edit) @72323   7 years vboxsync Main: bugref:9049: Support for split GUI functionality, to start …
(edit) @72205   7 years vboxsync Main/VirtualBox+Machine: Change medium registry behavior, put new …
(edit) @71108   7 years vboxsync Added speculation control settings to API, refined implementation.
(edit) @70712   7 years vboxsync Main,VBoxManage: Added CPUPropertyType_HWVirt. Translates to …
(edit) @70650   7 years vboxsync scm: fix trailing whitespace
(edit) @70606   7 years vboxsync updates (bugref:9087)
(edit) @70582   7 years vboxsync bugref:8345. First draft of move VM feature. There are some issues but …
(edit) @70386   7 years vboxsync Machine::discardSettings: Need to take the machine line lock before …
(edit) @70221   7 years vboxsync Backed out r119656 as it was not the fix I asked for.
(edit) @70108   7 years vboxsync Guest properties: Added a length check for GuestPropWriteFlags() and …
(edit) @70105   7 years vboxsync Main/Machine: Increase chunk size for reading the log from 32K to …
(edit) @70090   7 years vboxsync Backed out r119634 + r119637 again.
(edit) @70086   7 years vboxsync Guest properties: Added a length check for GuestPropWriteFlags() and …
(edit) @70061   7 years vboxsync GuestPropertySvc.h: Working on making it usable from C (VBoxGuest, ++)
(edit) @70058   7 years vboxsync GuestPropertySvc.h: Working on making it usable from C (VBoxGuest, ++)
(edit) @68986   7 years vboxsync VMM: Add new QueryGenericObject entry to VMM2USER callback table, for …
(edit) @68956   7 years vboxsync VideoRec: Added serializing the options string (into XML settings), …
(edit) @68938   7 years vboxsync Main,VBoxManage: Changed the CPUID override methods on IMachine to …
(edit) @68485   7 years vboxsync Audio: Implemented ability to enable / disable audio input / output …
(edit) @68133   7 years vboxsync Unattended: Moved the createUnattendedInstaller method from IMachine …
(edit) @68024   7 years vboxsync IUnattended,IMachine: Changed IUnattended to a pure action object with …
(edit) @67738   7 years vboxsync Machine.h: Avoid dragging in UnattendedImpl.h as it causes most of …
(edit) @67730   7 years vboxsync Unattended,Machine: Create Unattended instance on-demand from the …
(edit) @67729   7 years vboxsync UnattendedImpl: Better default properties. Added internal data getters …
(edit) @67726   7 years vboxsync Main: more Log*Func
(edit) @67626   7 years vboxsync typo
(edit) @67625   7 years vboxsync Main/Machine+Main/xml: use default hardware version from XML schema …
(edit) @67618   7 years vboxsync Unattended: Renaming overloaded init method.
(edit) @66945   8 years vboxsync build fix
(edit) @66944   8 years vboxsync Main/Machine: Streamline API default handling for network adapters …
(edit) @66943   8 years vboxsync build fix
(edit) @66942   8 years vboxsync Main/Machine: fix parallel port settings loading, which suffers from a …
(edit) @66941   8 years vboxsync Main/Machine: Use the internal method for querying the guest OS type …
(edit) @66877   8 years vboxsync Main: bugref:8855: make it better readable
(edit) @66875   8 years vboxsync Main: bugref:8855: when renaming settings, don't change the config …
(edit) @66483   8 years vboxsync Main/Machine: fix the operation count handling for …
(edit) @66217   8 years vboxsync Main: a few doxygen fixes
(edit) @66126   8 years vboxsync Main/Machine+Snapshot+Appliance+StorageController: eliminate the …
(edit) @65390   8 years vboxsync Main/Machine+Medium: must not touch the refcount of the current object …
(edit) @65158   8 years vboxsync Main: doxygen fixes
(edit) @65125   8 years vboxsync Main: doxygen fixes
(edit) @65120   8 years vboxsync Main: doxygen fixes
(edit) @65063   8 years vboxsync Main: doxygen fixes
(edit) @65049   8 years vboxsync bugref:8527: some coding style fixes and introduced VBOX_WITH_UNATTENDED
(edit) @64996   8 years vboxsync bugref:8527. added Unattended object as class member into MachineImpl class
(edit) @63584   8 years vboxsync bugref:8482. The redundant async task implementations was eliminated …
(edit) @63563   8 years vboxsync scm: cleaning up todos
(edit) @63460   8 years vboxsync warning
(edit) @63256   8 years vboxsync Main: warnings
(edit) @63172   8 years vboxsync Main: warning about switches and some other stuff.
(edit) @62346   8 years vboxsync Main/Machine: add lock release which was lost in the previous changeset
(edit) @62292   8 years vboxsync Main/Machine: Eliminate unneeded taking of the Host object lock in …
(edit) @62192   8 years vboxsync Main: Allow StorageBus_PCIe
(edit) @62105   8 years vboxsync Main/Machine: fix extradata map copying to work where STL isn't …
(edit) @62014   8 years vboxsync Main/Machine: add a stub for an aux settings file (which will be an …
(edit) @61788   8 years vboxsync re-enable x2APIC for new Linux VMs
(edit) @61758   8 years vboxsync Temporarily disabled x2APIC for new VMs.
(edit) @61747   8 years vboxsync enable X2APIC for Linux guests
(edit) @61588   8 years vboxsync Main/Machine: some comment fixing
(edit) @61042   9 years vboxsync Main/Machine+BIOSSettings: introduce APIC/X2APIC CPU feature settings …
(edit) @61009   9 years vboxsync Main: big settings cleanup and writing optimization. Moved …
(edit) @60809   9 years vboxsync Main/Machine: initialize the parallel port addresses even if no OS …
(edit) @60644   9 years vboxsync Main/Machine: fix restoring snapshots which have more network adapters …
(edit) @60627   9 years vboxsync Main/Medium: When creating a medium lock list, explicitly state which …
(edit) @60410   9 years vboxsync IMachine: Added CPUProfile attribute (read/write string). Added a …
(edit) @60054   9 years vboxsync never use AssertStmt(..., continue) but use AssertContinue(...) (look …
(edit) @59996   9 years vboxsync Main/VirtualBox: postpone the error reporting from VirtualBox object …
(edit) @59926   9 years vboxsync Main/Machine+SerialPort+ParallelPort: only write the non-default …
(edit) @59464   9 years vboxsync Main: When refcounting NAT network usage, don't consider adapters …
(edit) @59130   9 years vboxsync Main: release the machine lock when calling the external auth library.
(edit) @58553   9 years vboxsync Main/Machine: signal error on the poweroff progress object if the VM …
(edit) @58484   9 years vboxsync Main/Machine+Medium: for diff images keep the variant of the parent if …
(edit) @58437   9 years vboxsync Main: Added paravirtdebug options.
(edit) @58420   9 years vboxsync Main/MachineImpl: be on the safe side and clear the list of attached …
(edit) @58383   9 years vboxsync Main: an option to use VRDE auth library from VBoxSVC (not enabled)
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @57979   9 years vboxsync Parallel ports: Several fixes for multiple parallel ports. Make the …
(edit) @57832   9 years vboxsync Main,GUI: positioned the VBoxStartup.log as the 2nd log that can be …
(edit) @57823   9 years vboxsync VBoxStartup.log -> VBoxHardening.log; option renamed likewise.
(edit) @57403   9 years vboxsync Main/Machine: Make sure the list of USB controllers is empty before …
(edit) @57332   9 years vboxsync Main/Machine: fix list of allowed machine states when guest properties …
(edit) @57319   9 years vboxsync MachineImpl: slightly adapted the error text
(edit) @57134   9 years vboxsync Main/Machine: fix session state checking helpers (properly …
(edit) @56994   9 years vboxsync Main: Log and assert formatting fixes.
(edit) @56820   9 years vboxsync Main/StorageController: Fix storage controller renaming, it needs …
(edit) @56788   9 years vboxsync Main/Machine: new attribute (not yet implemented to the level that it …
(edit) @56610   9 years vboxsync Main/Machine: add stub of a new method which will apply the VM default …
(edit) @56595   9 years vboxsync Main/Machine+ProgresProxy: for the few things not handled by the …
(edit) @56477   9 years vboxsync Main/StorageController: Eliminate leftovers from the SATA IDE …
(edit) @56035   10 years vboxsync Main/Machine+USBController+StorageController: Mix of deleting useless …
(edit) @56019   10 years vboxsync Main/Machine: fix starting (re-attaching case) a "separate" UI
(edit) @55988   10 years vboxsync iprt/log.h,SUPDrv: Replaced the 'personal' logging groups with 6 more …
(edit) @55854   10 years vboxsync Main: saved screenshot API cleanup.
(edit) @55835   10 years vboxsync Main/Machine: repair VM configs a bit more thoroughly, as otherwise it …
(edit) @55833   10 years vboxsync Main/Machine: fix handling of transient guest properties (both on …
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