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) @21360   15 years vboxsync IPRT: hide ministring::operator bool() to force people to use …
(edit) @21219   15 years vboxsync VBox/VBoxDev.h -> VBox/VMMDev.h
(edit) @21188   15 years vboxsync Add hotplug flag to PDMR3DeviceAttach/Detach
(edit) @21173   15 years vboxsync Console could not load two or more temporary shared folders from saved …
(edit) @21079   15 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @21077   15 years vboxsync back out r49329, r49331, will start over
(edit) @21073   15 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @20928   15 years vboxsync API/others: Renamed IConsole::discardSavedState to …
(edit) @20885   15 years vboxsync Main: Fix dead lock when mounting/umounting DVDs/Floppies if the guest …
(edit) @20729   15 years vboxsync removed unused variable
(edit) @20727   15 years vboxsync NetworkAttachment: removed global variable passing down to functions
(edit) @20720   15 years vboxsync ConsoleImpl.cpp: VMR3ReqCall w/ cMillis=0 may return VERR_TIMEOUT or …
(edit) @20719   15 years vboxsync it's a psz not a sz
(edit) @20690   15 years vboxsync NetworkAttachment: VMR3ReqCall should be on cpu 0
(edit) @20631   15 years vboxsync NetworkAttachment: shifted the configuration to a new function …
(edit) @20560   15 years vboxsync ConsoleImpl.cpp: r=bird for network reattaching.
(edit) @20521   15 years vboxsync NetworkAttachment: Allow changing the attachment between …
(edit) @20384   15 years vboxsync LogRel() the amount of available host memory as well
(edit) @20382   15 years vboxsync LogRel() the amount of host memory
(edit) @20220   16 years vboxsync Main: back out the IProgess::GetResultCode() parameter change
(edit) @20213   16 years vboxsync Main: changed the parameter of IProgress::GetResultCode() from …
(edit) @20185   16 years vboxsync PDMAsyncCompletion: * Export missing file to OSE * Enable PDM …
(edit) @20134   16 years vboxsync Main: Fix creation of snapshosts with VMDKs
(edit) @20021   16 years vboxsync Main/Display: properly save/restore some important members, see …
(edit) @19750   16 years vboxsync Main: Added todo/review comment on unsafe interface handling in …
(edit) @19648   16 years vboxsync log the name of the executable
(edit) @19300   16 years vboxsync VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have …
(edit) @19289   16 years vboxsync ConsoleImpl.cpp: -spaces.
(edit) @19269   16 years vboxsync LogRel the ID of the VM process
(edit) @19242   16 years vboxsync Main: hopefully fixed Linux burns
(edit) @19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
(edit) @19230   16 years vboxsync Allow configuration of multiple VCPUs
(edit) @19086   16 years vboxsync ConsoleImpl.cpp: Don't crash on VM create or restore errors.
(edit) @19046   16 years vboxsync Main: fixed potential deadlock during VM creation (internal ticket #3851)
(edit) @18829   16 years vboxsync undo 45832
(edit) @18826   16 years vboxsync Main: INetworkAdapter separate properties for hostonly & bridged …
(edit) @18758   16 years vboxsync additional comment
(edit) @18755   16 years vboxsync ConsoleImpl.cpp/powerUpThread: Deregister the error VMSetError …
(edit) @18645   16 years vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
(edit) @18591   16 years vboxsync E1000: Added support for 82545EM (MT Server)
(edit) @18493   16 years vboxsync ConsoleImpl.cpp: size_t warnings.
(edit) @18348   16 years vboxsync LsiLogic, BusLogic: Add Led support
(edit) @18269   16 years vboxsync Main: rework IProgress internals to optionally handle weighted …
(edit) @18116   16 years vboxsync FE/Qt4: only test if the guest entered the ACPI state if this …
(edit) @17684   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Replaced …
(edit) @17675   16 years vboxsync Fixed a possible deadlock when VRDP server is enabled/disabled in runtime.
(edit) @17669   16 years vboxsync Main: Rework storage controller handling to allow an arbitrary number …
(edit) @17651   16 years vboxsync Main: Reset differencing hard disks for which auto-reset is set to …
(edit) @17553   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Replaced …
(edit) @17360   16 years vboxsync Main: Spacing.
(edit) @17276   16 years vboxsync #3551: "Main: Replace remaining collections with safe arrays" Oops, …
(edit) @17275   16 years vboxsync networking API renaming
(edit) @17217   16 years vboxsync make VBOX_WITH_NETFLT= compile on Linux hosts again
(edit) @16966   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” …
(edit) @16867   16 years vboxsync Main: rename IHardDiskImage2 to IHardDiskImage; rename IFloppyImage2 …
(edit) @16853   16 years vboxsync Main: rename IDVDImage2 to IDVDImage
(edit) @16364   16 years vboxsync Main: Fixed: Error text is lost if the error happened in the middle of …
(edit) @16207   16 years vboxsync Replaced iterations over IHostNetworkInterface array with …
(edit) @15991   16 years vboxsync Main: Fixed: CD/DVD and Floppy not locked for reading when manually …
(edit) @15945   16 years vboxsync Main: Pass inaccessible shared folders to the guest instead of …
(edit) @15762   16 years vboxsync Main: Exmplicit machine state comparisons replaced with bool …
(edit) @15708   16 years vboxsync Main: #3424: Bumped XML format version to 1.6 and so that the …
(edit) @15592   16 years vboxsync Main & DrvVD: fix a whole bunch of incorrect CFGM key updates, …
(edit) @15574   16 years vboxsync #3282: Windows build fixes.
(edit) @15570   16 years vboxsync #3282: Collection got replaced with safe array. Warning, windows …
(edit) @15448   16 years vboxsync Main: #3314: Don't delete the saved state file if restoring the VM …
(edit) @15166   16 years vboxsync Main and HostServices/GuestProps: additional logging
(edit) @15108   16 years vboxsync Main/GuestProps: extra logging
(edit) @15051   16 years vboxsync Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on …
(edit) @14972   16 years vboxsync #3285: Improve error handling API to include unique error numbers The …
(edit) @14959   16 years vboxsync no trailing \n when using ComAssertMsg*
(edit) @14849   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14846   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14843   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14793   16 years vboxsync Add missing space in string literal.
(edit) @14791   16 years vboxsync #3285: Improve error handling API to include unique error numbers
(edit) @14786   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14778   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14775   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14770   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14715   16 years vboxsync s/return E_NOTIMPL/ReturnComNotImplemented()/g Main/*.cpp as suggested …
(edit) @14579   16 years vboxsync Main: VirtualBoxBase::addCaller() now returns E_ACCESSDENIED. Also …
(edit) @14569   16 years vboxsync #3285: Improve error handling API to include unique error numbers
(edit) @14568   16 years vboxsync #3285: Improve error handling API to include unique error numbers
(edit) @14554   16 years vboxsync #3285: Improve error handling API to include unique error numbers
(edit) @14313   16 years vboxsync Reduce a few cases of words doubled.
(edit) @14000   16 years vboxsync removed unncessary iprt/types.h include (wrong comment after it was moved).
(edit) @13985   16 years vboxsync Main: Handle SATA controller too when doing snapshots
(edit) @13908   16 years vboxsync Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
(edit) @13878   16 years vboxsync Main: typos
(edit) @13877   16 years vboxsync unbreak hostif on Linux
(edit) @13842   16 years vboxsync It's RTuuid not Ruuid.
(edit) @13838   16 years vboxsync Some more %V* -> %R* changes while at it.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 years vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13782   16 years vboxsync More SMP groundwork.
(edit) @13779   16 years vboxsync Recommitted r38734: Guest Properties (HostServices and Main): major …
(edit) @13762   16 years vboxsync Backed out 38734.
(edit) @13761   16 years vboxsync Don\t know what that was…
(edit) @13760   16 years vboxsync Guest Properties (HostServices and Main): major clean up of the guest …
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