VirtualBox

source: vbox/trunk/src/VBox/Main/include/ConsoleImpl.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36178   14 years vboxsync Main/VBoxManage/Guest Additions: Added support for "TRANSIENT_RESET" …
(edit) @36041   14 years vboxsync Main/VMM: Use UVM w/ refcounting - part 1.
(edit) @35965   14 years vboxsync Main/Console: resurrect strange tap/bridge hybrid optimization
(edit) @35962   14 years vboxsync Main/Console: make the #if match the .cpp file, and eliminate long …
(edit) @35872   14 years vboxsync Main: Clear Console::mpVM on config constructor failure.
(edit) @35755   14 years vboxsync Main: convert SharedFolder to utf-8
(edit) @35722   14 years vboxsync Main: reworked listener objects creation, fixes Win problems with …
(edit) @35638   14 years vboxsync Main. QT/FE: fix long standing COM issue
(edit) @35460   14 years vboxsync Main/Console+Machine: move PowerDown progress object to VBoxSVC, plus …
(edit) @35369   14 years vboxsync build fix
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35171   14 years vboxsync Main/Console: log the file system of the snapshot folder as well
(edit) @35157   14 years vboxsync Main: OnGuestMonitorDisabled event.
(edit) @35034   14 years vboxsync ConsoleImpl.h: Made the SafeVMPtr and SafeVMPtrQuiet safer by checking …
(edit) @34906   14 years vboxsync Initial audio filter implementation, which is used for audio input via …
(edit) @34587   14 years vboxsync Main: Bandwidth groups for disks (and later network) This introduces …
(edit) @34434   14 years vboxsync Switch to the new block cache and disable the old one for now
(edit) @34397   14 years vboxsync Main: remove dead and obsolete code
(edit) @34335   14 years vboxsync Main/DrvIntNet: pass IgnoreConnectFailure to the driver to make it …
(edit) @34331   14 years vboxsync PCI: more 4.0 interfaces
(edit) @34287   14 years vboxsync ExtPack: Don't hold any locks when calling extension pack hooks …
(edit) @34244   14 years vboxsync Main,Config.kmk,VBoxManage,ExtPacks: Moved the VRDE bits from …
(edit) @34111   14 years vboxsync Pass RDP credentials to the guest only from one client, when multiple …
(edit) @34075   14 years vboxsync warnings
(edit) @33952   14 years vboxsync Main: replaces callback mechanism of NAT redirect change event …
(edit) @33825   14 years vboxsync Main,NAT: Managing port-forwarding at runtime. (xTracker/#4835).
(edit) @33784   14 years vboxsync Main: Added ExtPackManager to Console and implemented the Console and …
(edit) @33708   14 years vboxsync Main: Eliminate the last bits of VirtualBoxBaseWithChildrenNEXT. It …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33408   14 years vboxsync Removed VBOX_DYNAMIC_NET_ATTACH, we don't need to keep this optional.
(edit) @33386   14 years vboxsync VRDE: API changes for the VRDP server separation.
(edit) @33004   14 years vboxsync Renamed VBox-VRDP interface to VRDE.
(edit) @32885   14 years vboxsync Renaming cpu priority to cpu execution cap
(edit) @32851   14 years vboxsync Main: defer creation of the VMMDev instance in Console to …
(edit) @32194   14 years vboxsync PDMDevHlpVMSuspendSaveAndPowerOff/Main: Implemented the main bits - …
(edit) @31698   14 years vboxsync Main, frontends: unsigned long long -> long long
(edit) @31574   14 years vboxsync Main: bring back boolean argument to IConsole::discardSavedState()
(edit) @31539   14 years vboxsync Main: use settings struct for machine user data; remove …
(edit) @31332   14 years vboxsync Support passing cpu priority change to a running guest.
(edit) @31220   14 years vboxsync Main: rename IConsole::forgetSavedState() to discardSavedState()
(edit) @31218   14 years vboxsync Main: extend Machine::unregister() to no longer fail with machines in …
(edit) @31002   14 years vboxsync First support for auto-mounted Shared Folders (Windows only yet).
(edit) @30832   14 years vboxsync Main: win burns
(edit) @30825   14 years vboxsync Main: callbacks removal
(edit) @30764   14 years vboxsync back out r63543, r63544 until windows build problems can be solved properly
(edit) @30760   14 years vboxsync Main: separate internal machine data structs into MachineImplPrivate.h …
(edit) @30739   14 years vboxsync Main: remove VirtualBoxSupportTranslation template, add translation …
(edit) @30714   14 years vboxsync Main: remove SupportErrorInfo template magic
(edit) @30510   14 years vboxsync Main: events work, firing of events enabled
(edit) @30324   14 years vboxsync Main, Runtime: refined file system check to warn for disabled host …
(edit) @30289   14 years vboxsync improved r62816: only show a warning now, not an error; enable the …
(edit) @30207   14 years vboxsync Main: console COM events, cleanup, locking
(edit) @29965   15 years vboxsync Main: Make IConsole::teleport() fail with the same message as the …
(edit) @29957   15 years vboxsync Console*: Fixed power off on failure issue again (should be correct …
(edit) @29580   15 years vboxsync Main: avoid clearing vtable with memset
(edit) @29518   15 years vboxsync Main: onMousePointerShapeChange reworked
(edit) @29480   15 years vboxsync Main: Remove IoBackendType in StorageController and have a boolean …
(edit) @29385   15 years vboxsync Main: cleaned up some pedantic warnings.
(edit) @29363   15 years vboxsync Added 'restart' parameter to OnVRDPServerChange notification.
(edit) @29224   15 years vboxsync Main: turn ISO not found error into warning to allow restoring VMs …
(edit) @28959   15 years vboxsync ConsoleImpl: Implemented VBOX_E_DONT_CALL_AGAIN for IConsoleCallback.
(edit) @28835   15 years vboxsync Main: live snapshot merging. initially limited to forward merging …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28764   15 years vboxsync Main: Introduce a per controller setting to switch to the unbuffered …
(edit) @28727   15 years vboxsync Main/Console: clean up CFGM handling for medium attachments, make one …
(edit) @27788   15 years vboxsync Guest Control: Update (Main, registering host service, bugfixes).
(edit) @27761   15 years vboxsync Main: fixed saving guest properties at machine power off
(edit) @26782   15 years vboxsync Main, Frontends: added support for virtual pointing devices with no …
(edit) @26314   15 years vboxsync build fix
(edit) @26313   15 years vboxsync fixed status LEDs for storage devices
(edit) @26186   15 years vboxsync Main: coding style fixes
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26068   15 years vboxsync back out Main/Session+Console hack introducing full/reduced console
(edit) @26067   15 years vboxsync Main/Session+Console: By default, create a console with no sub-objects …
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25901   15 years vboxsync CPU hotplug: Merge 4th patch. Implements the Main API and a VBoxManage …
(edit) @25859   15 years vboxsync Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
(edit) @25698   15 years vboxsync FreeBSD: Use the old TAP code when bridging to a TAP device and set …
(edit) @25150   15 years vboxsync Main: build fix
(edit) @24899   15 years vboxsync Main: Fixed VM power of during teleportation.
(edit) @24874   15 years vboxsync Main,VMM,VBoxManage: Added a parameter to IConsole::Teleport for …
(edit) @24703   15 years vboxsync Main,GuestProperties: Moved the HGCM shutdown down after we've powered …
(edit) @24579   15 years vboxsync Main/Console: fix taking snapshots of a VM with several hard disk …
(edit) @24493   15 years vboxsync API/Machine,Session: add a force mount parameter to MountMedium and …
(edit) @24353   15 years vboxsync Main,VM: Working the teleportation state. Made VMR3Teleport report …
(edit) @24299   15 years vboxsync Main: reorganize and document take/restore/delete snapshot code (no …
(edit) @24255   15 years vboxsync ConsoleImpl: don't need controllerDevToBool() anymore
(edit) @24250   15 years vboxsync StorageController: added support for Instance number
(edit) @23879   15 years vboxsync Main: rename snapshot APIs, remove DiscardCurrentSnapshotAndState; …
(edit) @23827   15 years vboxsync Main: Cancellation fixes (almost perfect).
(edit) @23810   15 years vboxsync Main: Cancelling teleporation…
(edit) @23801   15 years vboxsync Main,VMM,Frontends,++: Teminology. Added a bind address for the …
(edit) @23720   15 years vboxsync BridgedInterfaceDown warning added.
(edit) @23703   15 years vboxsync Main,++: Added MachineState_MigratingFrom for use during startup on …
(edit) @23669   15 years vboxsync Main: Live migration coding.
(edit) @23663   15 years vboxsync Main: More live migration work.
(edit) @23643   15 years vboxsync VRDP port range API.
(edit) @23633   15 years vboxsync Main: A little more live migration bits.
(edit) @23626   15 years vboxsync Main: Somre more live migration stuff.
(edit) @23606   15 years vboxsync Main: More live migration code.
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