VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @24765   15 years vboxsync MachineImpl/AttachDevice: the "smartness" applies only to hard disks. …
(edit) @24759   15 years vboxsync Main/MachineImpl: fix copy/paste bug in fixupMedia(), caused VBoxSVC …
(edit) @24727   15 years vboxsync Main/MachineImpl: in DetachDrive don't forget to remove the backrefs …
(edit) @24704   15 years vboxsync SessionMachine::PushGuestProperty: Fixed state validation. …
(edit) @24685   15 years vboxsync Inverted assertion
(edit) @24663   15 years vboxsync MachineImpl.cpp: Some reviewing / fussing / optimizing of the guest …
(edit) @24649   15 years vboxsync Main: another autolock was done too late in SetGuestProperty
(edit) @24644   15 years vboxsync Main: autolock was done too late in SetGuestProperty
(edit) @24620   15 years vboxsync Saved state screenshot Main API fix (xTracker 4364).
(edit) @24619   15 years vboxsync make readable.
(edit) @24560   15 years vboxsync Main/MachineImpl: change the dvd/floppy mounting code so that the …
(edit) @24539   15 years vboxsync Saved state screenshot API (xTracker 4364).
(edit) @24528   15 years vboxsync Saved state screenshot Main API prototype (xTracker 4364).
(edit) @24524   15 years vboxsync Main/Machine: fix error handling in MountMedium, dropping the error …
(edit) @24511   15 years vboxsync Main/MediumAttchment: back out API change which changed the return …
(edit) @24493   15 years vboxsync API/Machine,Session: add a force mount parameter to MountMedium and …
(edit) @24490   15 years vboxsync Saved state screenshot API stubs (xTracker 4364).
(edit) @24460   15 years vboxsync PAE enabled by default
(edit) @24364   15 years vboxsync Main: Fixed XPCOM warnings caused by Machine::GetCpuIdLeaf not setting …
(edit) @24354   15 years vboxsync Main: deleteSnapshot() fixes; should mostly work now
(edit) @24348   15 years vboxsync Main: better error message when snapshot diff image is gone
(edit) @24345   15 years vboxsync Main: make backrefs code a bit more readable + add backrefs logging, …
(edit) @24344   15 years vboxsync Main: fix a really nasty problem in the Machine destructor which never …
(edit) @24342   15 years vboxsync Main/Machine: fix deadlock caused by lock order violation in …
(edit) @24323   15 years vboxsync MachineImpl: fixed instance number incrementing loop
(edit) @24316   15 years vboxsync Compile fixes
(edit) @24315   15 years vboxsync Added methods to remove cpuid leafs
(edit) @24313   15 years vboxsync Clear cpuid list
(edit) @24301   15 years vboxsync Main,Frontends: Added two new running states: Teleporting and …
(edit) @24295   15 years vboxsync Added interfaces to override cpuid leafs.
(edit) @24279   15 years vboxsync Main: move huge amounts of snapshot code from MachineImpl.cpp to …
(edit) @24277   15 years vboxsync Main: fix restoreSnapshot() which updated the current snapshot only …
(edit) @24273   15 years vboxsync Main: change Medium member variables from Bstr to Utf8 for better …
(edit) @24271   15 years vboxsync MachineImpl: don't skip instance '0' while adding storage controller
(edit) @24258   15 years vboxsync Main: new method Medium::RefreshState() which refreshes medium state; …
(edit) @24250   15 years vboxsync StorageController: added support for Instance number
(edit) @24214   15 years vboxsync Main/MachineImpl: fix SessionMachine::lockMedia() to get the medium …
(edit) @24209   15 years vboxsync Main: fix restoreSnapshot() never detaching and deleting the …
(edit) @24196   15 years vboxsync Main: add logging + weighted progress to restoreSnapshot(); convert …
(edit) @24160   15 years vboxsync Main: fixed fixupMedia() and reverted changes in r54089
(edit) @24155   15 years vboxsync Main: call medium->detachFrom() on the medium which just got detached
(edit) @24136   15 years vboxsync Main,VBoxManage,xml: Added a HardwareUUID property for reporting the …
(edit) @24090   15 years vboxsync Main/Machine: when opening a new session, don't just fail of the …
(edit) @24079   15 years vboxsync Main: logging cleanup
(edit) @24074   15 years vboxsync Main/Machine: fix race when spawning session, caused VBoxSVC crash due …
(edit) @24024   15 years vboxsync Main and VBoxManage/GuestProperties: fix deleting GuestProperties in …
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23945   15 years vboxsync API/Machine: more parameter checks
(edit) @23931   15 years vboxsync Main/MachineImpl: add a parameter validity check
(edit) @23928   15 years vboxsync API: make necessary adjustments to support DVD passthrough again, …
(edit) @23921   15 years vboxsync Main: better error message if semget() returns ENOSPC
(edit) @23920   15 years vboxsync Main/MachineImpl: warning cosmetics
(edit) @23914   15 years vboxsync Main/MediumAttachment: very ugly fix for the fact that …
(edit) @23911   15 years vboxsync Main: fix for fix for tiny memory leak in GetExtraData
(edit) @23909   15 years vboxsync Main: fix tiny memory leak in GetExtraData
(edit) @23882   15 years vboxsync Main: make restoreSnapshot() work better, adjust VBoxManage
(edit) @23881   15 years vboxsync Main: make restoreSnapshot() work on snapshots other than the current …
(edit) @23880   15 years vboxsync Main/MediumAttachment: change return value of Controller getter to …
(edit) @23879   15 years vboxsync Main: rename snapshot APIs, remove DiscardCurrentSnapshotAndState; …
(edit) @23801   15 years vboxsync Main,VMM,Frontends,++: Teminology. Added a bind address for the …
(edit) @23791   15 years vboxsync Main: Allow setting IMachine::LiveMigrationTarget to TRUE when the VM …
(edit) @23769   15 years vboxsync Main/Machine: fix null medium issue introduced with the previous fix
(edit) @23763   15 years vboxsync Main/MachineImpl: fix medium backref handling for floppy/dvd media
(edit) @23750   15 years vboxsync Introduced the Synthetic CPU attribute and a get/set method for CPU …
(edit) @23733   15 years vboxsync Dropped obsolet HWVirtEx properties.
(edit) @23727   15 years vboxsync Introduced Get/SetHWVirtExProperty and added the …
(edit) @23703   15 years vboxsync Main,++: Added MachineState_MigratingFrom for use during startup on …
(edit) @23697   15 years vboxsync MachineImpl.cpp: Another live migration state hack.
(edit) @23675   15 years vboxsync stringify Session state
(edit) @23674   15 years vboxsync Windows build fix
(edit) @23670   15 years vboxsync SessionMachine::setMachineState: Hack around a live migration crash.
(edit) @23664   15 years vboxsync Main: stringify the machine state in error messages.
(edit) @23600   15 years vboxsync Main: three new Machine settings (not enabled).
(edit) @23599   15 years vboxsync Main: Live migration work.
(edit) @23585   15 years vboxsync FE/Qt4: Adapting 'New VM Wizard' & 'First Run Wizard' to new [Main] …
(edit) @23583   15 years vboxsync Main: fix wrong snapshot assertion
(edit) @23567   15 years vboxsync Main: Enabled the live snapshot code (TakeSnapshot).
(edit) @23441   15 years vboxsync Main/MachineImpl: fix subtly broken snapshot creation (attachments …
(edit) @23395   15 years vboxsync Main/Machine: fix error message, very partial whitespace cleanup
(edit) @23378   15 years vboxsync MachineImpl.cpp: Fixed assertion/crash in discardCurrentStateHandler.
(edit) @23335   15 years vboxsync ConsoleImpl,MachineImpl: Re-did the live snapshot bits.
(edit) @23331   15 years vboxsync Main/MachineImpl: add paranoia to check for duplicate attachments
(edit) @23328   15 years vboxsync Main: fix assert + crash attaching disk
(edit) @23304   15 years vboxsync Main: make backups before overwriting old XML files; remove obsolete …
(edit) @23249   15 years vboxsync medium: rename default IDE/FD storage controller names to IDE …
(edit) @23245   15 years vboxsync Main/MachineImpl: add a few missing null medium checks
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @23188   15 years vboxsync SessionMachine::EndTakingSnapshot: Don't restore the state to Running. …
(edit) @23187   15 years vboxsync SessionMachine::EndTakingSnapshot: Don't restore the state to Running. …
(edit) @23180   15 years vboxsync Main: fixed win burns
(edit) @23179   15 years vboxsync Main: firmware type setter
(edit) @22786   15 years vboxsync build fix (msc doesn't like #ifdefs inside macro parameter lists).
(edit) @22784   15 years vboxsync VMM,Main,VBoxBFE: Changed VMR3Save and started working on making …
(edit) @22779   15 years vboxsync Main: cosmetics
(edit) @22762   15 years vboxsync Main/GuestProperties: made transient properties setable while a …
(edit) @22625   15 years vboxsync Main: lock media correctly after creating an online snapshot …
(edit) @22624   15 years vboxsync Main: cosmetics
(edit) @22560   15 years vboxsync Main/GuestProperties: fix setting empty strings as guest properties …
(edit) @22487   15 years vboxsync Main: Fixed a handful status code mixups caught by RTERR_STRICT_RC.
(edit) @22318   15 years vboxsync handle required settings upgrade transparently in the settings backend only
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