VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @26030   15 years vboxsync Main/Media: fix construction of CFGM tree when taking snapshots
(edit) @26001   15 years vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25985   15 years vboxsync pdmifs.h: the final batch of refactored interface ID code.
(edit) @25984   15 years vboxsync pdmifs.h: the penultimate batch of refactored interface ID code.
(edit) @25981   15 years vboxsync pdmifs.h: yet another batch of refactored interface ID code.
(edit) @25974   15 years vboxsync pdmifs.h: another batch of _IID changes.
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25903   15 years vboxsync Main: make restoreSnapshot() work with the lock validator; take …
(edit) @25902   15 years vboxsync Build fix
(edit) @25901   15 years vboxsync CPU hotplug: Merge 4th patch. Implements the Main API and a VBoxManage …
(edit) @25893   15 years vboxsync PDMDrv,*: multi context drivers, part 2.
(edit) @25860   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) @25589   15 years vboxsync LsiLogic: Add SAS support for Main and Frontends
(edit) @25574   15 years vboxsync Main: ExtraData option to pass RDP credentials to the guest (xTracker 4514)
(edit) @25346   15 years vboxsync iprt/cpputils.h -> iprt/cpp/utils.h
(edit) @25330   15 years vboxsync Main: fix parameter checking in AdoptSavedState
(edit) @25310   15 years vboxsync Main: lock validator, first batch: implement per-thread stack to trace …
(edit) @25279   15 years vboxsync Main: preparation for deadlock detection: clean up autolock classes
(edit) @25149   15 years vboxsync Main: cleanup: remove all CheckComRC* macros (no functional change)
(edit) @24989   15 years vboxsync Main: enable -Wshadow gcc option to warn about shadowed variables and …
(edit) @24955   15 years vboxsync Main: do not reset diff images for immutable disks if the machine's …
(edit) @24954   15 years vboxsync Main: do not reset diff images for immutable disks if the machine has …
(edit) @24949   15 years vboxsync Console.cpp: Power off during live save.
(edit) @24946   15 years vboxsync Main: Fixed power off during live save.
(edit) @24937   15 years vboxsync ConsoleImpl.cpp: Made live snapshots cancellable (missing and it …
(edit) @24922   15 years vboxsync Main,VMM: Debugging live snapshots.
(edit) @24899   15 years vboxsync Main: Fixed VM power of during teleportation.
(edit) @24882   15 years vboxsync ConsoleImpl.cpp: Made IConsole::Pause() while teleporting work.
(edit) @24786   15 years vboxsync Main: Don't try to automatically clear TeleporterEnabled when it isn't …
(edit) @24704   15 years vboxsync SessionMachine::PushGuestProperty: Fixed state validation. …
(edit) @24703   15 years vboxsync Main,GuestProperties: Moved the HGCM shutdown down after we've powered …
(edit) @24664   15 years vboxsync ConsoleImpl.cpp: Fussing over the guest property code. (no fixes yet)
(edit) @24618   15 years vboxsync Added Global::vboxStatusCodeFromCOM (and Global::vboxStatusCodeToCOM), …
(edit) @24579   15 years vboxsync Main/Console: fix taking snapshots of a VM with several hard disk …
(edit) @24558   15 years vboxsync Main: Teleport to local process with disks attached. Delays the …
(edit) @24552   15 years vboxsync ConsoleImpl: Assertion update
(edit) @24546   15 years vboxsync virtio: string mismatch between device and some parts of main.
(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) @24441   15 years vboxsync ConsoleImpl: should be pcnet and not e1000
(edit) @24366   15 years vboxsync ConsoleImpl.cpp: Pick up any SSM error message that might be around …
(edit) @24362   15 years vboxsync ConsoleImpl.cpp: vmstate callback bits of teleporting.
(edit) @24353   15 years vboxsync Main,VM: Working the teleportation state. Made VMR3Teleport report …
(edit) @24301   15 years vboxsync Main,Frontends: Added two new running states: Teleporting and …
(edit) @24255   15 years vboxsync ConsoleImpl: don't need controllerDevToBool() anymore
(edit) @24250   15 years vboxsync StorageController: added support for Instance number
(edit) @24191   15 years vboxsync Main,Misc Devices: _LS VMSTATEs.
(edit) @24088   15 years vboxsync Main/Console: better fail than return NULL machine reference, which …
(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) @23841   15 years vboxsync Main: Fixed assertion and double error message when cancelling a …
(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) @23703   15 years vboxsync Main,++: Added MachineState_MigratingFrom for use during startup on …
(edit) @23669   15 years vboxsync Main: Live migration coding.
(edit) @23664   15 years vboxsync Main: stringify the machine state in error messages.
(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) @23624   15 years vboxsync Main/ConsoleImpl: fix incorrect assertion when changing to host dvd/floppy.
(edit) @23606   15 years vboxsync Main: More live migration code.
(edit) @23598   15 years vboxsync VMM,Main,VBoxBFE: Split up VMR3Load into VMR3LoadFromFile and …
(edit) @23567   15 years vboxsync Main: Enabled the live snapshot code (TakeSnapshot).
(edit) @23420   15 years vboxsync Medium/ConsoleImpl: clean up release logging
(edit) @23419   15 years vboxsync Main/ConsoleImpl: make DVD attachments at runtime work. floppy still …
(edit) @23379   15 years vboxsync Main/ConsoleImpl: fix typos in error messages, whitespace cleanup, …
(edit) @23335   15 years vboxsync ConsoleImpl,MachineImpl: Re-did the live snapshot bits.
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @23130   15 years vboxsync VM starts even if VRDP server fails to bind to a port.
(edit) @23084   15 years vboxsync ConsoleImpl: removed todo, not valid anymore
(edit) @23080   15 years vboxsync VMM,ConsoleImpl.cpp: Added fFlags to VMR3ReqCall.
(edit) @23020   15 years vboxsync unused variables
(edit) @23012   15 years vboxsync VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
(edit) @23009   15 years vboxsync VMM: State machine adjustments. Have only received basic testing.
(edit) @22915   15 years vboxsync VMM: some state stuff (work in progress, back out on bustage).
(edit) @22866   15 years vboxsync #3987: Virtio PCI + Net skeleton.
(edit) @22793   15 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22784   15 years vboxsync VMM,Main,VBoxBFE: Changed VMR3Save and started working on making …
(edit) @22624   15 years vboxsync Main: cosmetics
(edit) @22562   15 years vboxsync Main,VBoxControl,VBoxManage,VBoxNetDHCP,VBoxNetNAT: Use RTBldCfg for …
(edit) @22487   15 years vboxsync Main: Fixed a handful status code mixups caught by RTERR_STRICT_RC.
(edit) @22480   15 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22456   15 years vboxsync ConsoleImpl.cpp: missing defined() around RT_OS_FREEBSD in the #elif, …
(edit) @22455   15 years vboxsync ConsoleImpl: meAttachmentType shouldn't be static
(edit) @22434   15 years vboxsync beb: more fixes
(edit) @22432   15 years vboxsync beb: mark the release log
(edit) @22396   15 years vboxsync FreeBSD: Add support for tap interface networking. Contributed by …
(edit) @22384   15 years vboxsync Main: repair RT_OS_LINUX=1 VBOX_WITH_NETFLT=
(edit) @22375   15 years vboxsync NetSniffer: do not erase the dump file even if network attachment is …
(edit) @22338   15 years vboxsync ConsoleImpl: removed unused variable
(edit) @22317   15 years vboxsync some Windows warnings in Main
(edit) @22277   15 years vboxsync PDMDRVREG change (big changeset).
(edit) @22173   15 years vboxsync Main: the big XML settings rework. Move XML reading/writing out of …
(edit) @21984   15 years vboxsync ConsoleImpl.cpp: no need to put parentheses around RT_SUCCESS.
(edit) @21961   15 years vboxsync NetworkAttachment: trigger the network attachment change only when …
(edit) @21929   15 years vboxsync Console::loadStateFileExec: Call SSMR3SkipToEndOfUnit to indicate that …
(edit) @21879   15 years vboxsync ConsoleImpl.cpp: more readable
(edit) @21878   15 years vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
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