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) @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 …
(edit) @55807   10 years vboxsync Main/Machine: fix self-deadlock during inaccessible machine unregistration
(edit) @55800   10 years vboxsync Main/Session+Machine: small API cleanup, introducing explicit session …
(edit) @55769   10 years vboxsync Main: it++ => ++it
(edit) @55728   10 years vboxsync Main/Machine+Snapshot+Medium: Remove bogus assertion when locking a …
(edit) @55674   10 years vboxsync Main,VBoxManage,Settings: Changed the boolean syntheticCPU setting …
(edit) @55670   10 years vboxsync Machine::temporaryEjectDevice(): fixed the test for the machine state …
(edit) @55642   10 years vboxsync MachineImpl.cpp doesn't seem to need GuestImpl.h (Guest* lives in …
(edit) @55511   10 years vboxsync Main/Snapshot: fix handling of saved state with offline snapshots …
(edit) @55437   10 years vboxsync Main/Console+Machine: deliver OnGuestPropertyChanged for the current …
(edit) @55233   10 years vboxsync Main/Machine+Snapshot: fix state checks and introduce standardized …
(edit) @55214   10 years vboxsync Main/Console+Machine+Session+Snapshot: move the save state and …
(edit) @55168   10 years vboxsync Main/Machine: fix overlooked case sensitive frontend name check
(edit) @55167   10 years vboxsync Main/Machine: Add support for launching separate UI/VM setups. …
(edit) @55120   10 years vboxsync Main/Machine: too strict limitations for extradata changes... for …
(edit) @55094   10 years vboxsync Main/Machine: fix condition when permanent shared folders can be …
(edit) @54971   10 years vboxsync Main/AudioAdapter+BandwidthControl+Machine+NetworkAdapter+ParallelPort+ …
(edit) @54966   10 years vboxsync MediumImpl: be a bit more verbose if locking of the media failed
(edit) @54948   10 years vboxsync Main/Medium+Snapshot: make all code recursing over trees (objects …
(edit) @54927   10 years vboxsync Main/src-server: comment.
(edit) @54926   10 years vboxsync Main/src-server/MachineImpl: enable KVM paravirt for almost all linux …
(edit) @54911   10 years vboxsync Main: Added paravirt. provider KVM APIs.
(edit) @54791   10 years vboxsync Main/Machine: fix long-standing bug with setting extradata (it isn't …
(edit) @54645   10 years vboxsync Encryption/Main: Allow encryption of differencing media as long as …
(edit) @54177   10 years vboxsync Main/Machine: typo in rsevious change
(edit) @54175   10 years vboxsync Main/Machine: fix another (unnecessary, the parent lock isn't needed …
(edit) @54174   10 years vboxsync Main/Machine: fix lock order violation when detaching all media, child …
(edit) @53867   10 years vboxsync Main: Added machine state change probe.
(edit) @53603   10 years vboxsync Main: Don't try to delete the storage of a disk image when the format …
(edit) @53354   10 years vboxsync R7524 - needs testing in VBoxManage.
(edit) @53171   10 years vboxsync MachineImpl: delete TRANSIENT and TRANSRESET guest properties on VM …
(edit) @53170   10 years vboxsync MachineImpl: delete TRANSIENT and TRANSRESET guest properties on VM …
(edit) @53110   10 years vboxsync Main/src-server: unused param warning.
(edit) @53062   10 years vboxsync USB: Integrate USB sniffer. Make it possible to specify a file to dump …
(edit) @53012   10 years vboxsync Main,Frontend: Windows 10 guest os type.
(edit) @52990   10 years vboxsync Main/Machine: also delete VBoxStartup.log when deleting a VM
(edit) @52958   10 years vboxsync Main: merged IMachine::readSavedThumbnailToArray and …
(edit) @52934   10 years vboxsync Main: safearray cleanup, removed unnecessary SafeArray<->vector conversions
(edit) @52933   10 years vboxsync MachineImpl: return code mismatch
(edit) @52861   10 years vboxsync Main/Machine: TABs
(edit) @52821   10 years vboxsync Main: warning, cleanup.
(edit) @52682   10 years vboxsync Main/Machine+Settings: Changing extradata for a Machine instance is …
(edit) @52497   10 years vboxsync Main/Machine: simplify object reference assignments
(edit) @52492   10 years vboxsync MachineImpl: warnings
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