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) @33921   14 years vboxsync Main: rework 'save registries' logic to ensure that all media …
(edit) @33904   14 years vboxsync Main: fix snapshot folder and log folder regression (since 4.0 …
(edit) @33848   14 years vboxsync Main/Console+Machine: move progress object for Console::SaveState from …
(edit) @33825   14 years vboxsync Main,NAT: Managing port-forwarding at runtime. (xTracker/#4835).
(edit) @33731   14 years vboxsync Disable large page support by default for Linux hosts until further notice
(edit) @33709   14 years vboxsync Main/Machine: Reject any attempt to open a VM config with the same …
(edit) @33708   14 years vboxsync Main: Eliminate the last bits of VirtualBoxBaseWithChildrenNEXT. It …
(edit) @33596   14 years vboxsync Main: Change the 'default default' machine folder to …
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33590   14 years vboxsync VRDE: removed VBOX_WITH_VRDP from source code, also some obsolete code …
(edit) @33543   14 years vboxsync Always enable large page support on 64-bit hosts
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33504   14 years vboxsync Default large page support to on for new VMs or VMs that didn't …
(edit) @33458   14 years vboxsync Main: partial revert or r67042, bring back the overwrite parameter
(edit) @33451   14 years vboxsync Main: change VirtualBox::createMachine() to accept arbitrary paths for …
(edit) @33399   14 years vboxsync build fix
(edit) @33396   14 years vboxsync Main: Some OS/2 build fixes.
(edit) @33386   14 years vboxsync VRDE: API changes for the VRDP server separation.
(edit) @33312   14 years vboxsync Main: fix lock order violation saving snapshots in mountMedium() …
(edit) @33307   14 years vboxsync Main/Medium: new MediumType_Readonly, replaces the DeviceType_DVD …
(edit) @33300   14 years vboxsync Main: API change, merge IMachine::getSnapshot() with findSnapshot()
(edit) @33232   14 years vboxsync Main: use paths relative to machine folder in machine registries
(edit) @33140   14 years vboxsync Main: have Machine::MountMedium() behave like AttachDevice (use …
(edit) @33108   14 years vboxsync Main: crash fix for media unmounting (yesterday's regression)
(edit) @33078   14 years vboxsync Main: change per-machine media registries so that removeable media …
(edit) @33067   14 years vboxsync Main: fix broken per-machine media registry for …
(edit) @33051   14 years vboxsync Main: use .vbox extension for machine XML of newly created or renamed …
(edit) @33000   14 years vboxsync Disable an assert for DEBUG_sunlover.
(edit) @32886   14 years vboxsync Compile fix
(edit) @32885   14 years vboxsync Renaming cpu priority to cpu execution cap
(edit) @32780   14 years vboxsync com/Guid: remove conversion operators to eliminate any compiler …
(edit) @32727   14 years vboxsync com/string: Windows build fixes
(edit) @32718   14 years vboxsync com/string: Remove bool conversion operator and other convenience …
(edit) @32705   14 years vboxsync VBOX_WITH_GUEST_PROPS
(edit) @32649   14 years vboxsync Main/Machine: Move the code for registering the VM metrics to the …
(edit) @32398   14 years vboxsync Main: Save guest dimension in save state; add method for queering this …
(edit) @32345   14 years vboxsync Merged VBox/feature.h with VBox/param.h.
(edit) @32120   14 years vboxsync Main, devices: support for chipset selection in the public API
(edit) @32063   14 years vboxsync Main: comments
(edit) @31958   14 years vboxsync Main: thumbnail PNG API, refactoring
(edit) @31825   14 years vboxsync Machine::GetHWVirtExProperty: Missing break.
(edit) @31818   14 years vboxsync added HWVirtEx force property to API
(edit) @31817   14 years vboxsync Main: cleanup medium objects from media registry, second try
(edit) @31814   14 years vboxsync Main: cleanup medium objects from media registry when machine object …
(edit) @31746   14 years vboxsync Main: Added input validations missing in r64842.
(edit) @31742   14 years vboxsync FT password
(edit) @31706   14 years vboxsync More FT state change work
(edit) @31698   14 years vboxsync Main, frontends: unsigned long long -> long long
(edit) @31692   14 years vboxsync Cleaned up IGuest page fusion api
(edit) @31688   14 years vboxsync New state
(edit) @31686   14 years vboxsync FT api update
(edit) @31685   14 years vboxsync FT api
(edit) @31683   14 years vboxsync Main: fix crash taking/restoring snapshot (regression from last week's …
(edit) @31615   14 years vboxsync Main: Implemenation of per-machine media registries; …
(edit) @31574   14 years vboxsync Main: bring back boolean argument to IConsole::discardSavedState()
(edit) @31562   14 years vboxsync Main: merge IVirtualBox::FindHardDisk, GetHardDisk, FindDVDImage, …
(edit) @31546   14 years vboxsync build fix
(edit) @31539   14 years vboxsync Main: use settings struct for machine user data; remove …
(edit) @31482   14 years vboxsync Main: less string copying with media paths
(edit) @31481   14 years vboxsync Main: use a shared type for string maps
(edit) @31358   14 years vboxsync Main: convert more Medium and MediumFormat internals to Utf8Str
(edit) @31344   14 years vboxsync Main: Machine::Delete(): move saveSettings() to worker thread
(edit) @31343   14 years vboxsync Main: fix crash in Machine::Delete
(edit) @31335   14 years vboxsync fix windows burn
(edit) @31333   14 years vboxsync Main: rework new implementation of Machine::Unregister() and …
(edit) @31332   14 years vboxsync Support passing cpu priority change to a running guest.
(edit) @31313   14 years vboxsync Main: fix memory leak in error path
(edit) @31312   14 years vboxsync Main: undo rename, readability
(edit) @31308   14 years vboxsync Main: storage controller/attachment cleanup
(edit) @31307   14 years vboxsync Main: remove unused arg
(edit) @31306   14 years vboxsync Main: optimization
(edit) @31301   14 years vboxsync More resource control changes
(edit) @31296   14 years vboxsync Main: cleanup host drives management: do not return different IMedium …
(edit) @31287   14 years vboxsync Initial API changes for resource control (storage/network/cpu)
(edit) @31281   14 years vboxsync Main: one function instead of two for finding DVD and floppy images
(edit) @31270   14 years vboxsync Main: A little bit more logging.
(edit) @31242   14 years vboxsync Main: finish Machine::Unregister(), which can now recursively delete …
(edit) @31239   14 years vboxsync Main: use VBox error codes in IMedium
(edit) @31236   14 years vboxsync Main: rename internal medium attach/detach methods
(edit) @31228   14 years vboxsync Main: beginnings of deleting all snapshots in Machine::Unregister() -- …
(edit) @31225   14 years vboxsync build fix
(edit) @31223   14 years vboxsync Main: error handling in Machine::Unregister()
(edit) @31218   14 years vboxsync Main: extend Machine::unregister() to no longer fail with machines in …
(edit) @31070   14 years vboxsync Main: rename ISession::close() to ISession::unlockMachine(); API …
(edit) @31063   14 years vboxsync Main/Medium: Implement medium type Shareable, and along the way added …
(edit) @31046   14 years vboxsync Main: don't emit session changed event if it doesn't changed
(edit) @31019   14 years vboxsync Main: rename LockForSession() API to LockMachine() and fix parameters; …
(edit) @31008   14 years vboxsync Main: reorganize session APIs
(edit) @31002   14 years vboxsync First support for auto-mounted Shared Folders (Windows only yet).
(edit) @30958   14 years vboxsync Main/Machine: Move registering the metrics for running VMs from …
(edit) @30956   14 years vboxsync Main: move VirtualBox::UnregisterMachine() to Machine::Unregister(); …
(edit) @30940   14 years vboxsync Main: fix medium detachment quirks during machine register
(edit) @30939   14 years vboxsync Main: fix crash regression in new Machine::prepareUnregister() with …
(edit) @30934   14 years vboxsync Main: automatically fix host-specific audio drivers when loading …
(edit) @30931   14 years vboxsync Main/OVF: add testcase for host-specific audio drivers
(edit) @30929   14 years vboxsync Main: add option to UnregisterMachine() to automatically nuke all …
(edit) @30882   14 years vboxsync Main/Machine+VirtualBox: add missing synchronization to the delayed …
(edit) @30847   14 years vboxsync Main/Machine+Performance+VirtualBox: move deleting the performance …
(edit) @30812   14 years vboxsync Main/Machine: fix file descriptor leak in ReadLog().
(edit) @30764   14 years vboxsync back out r63543, r63544 until windows build problems can be solved properly
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