VirtualBox

source: vbox/trunk/src/VBox/Main/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @25194   15 years vboxsync Main: stop USBController from being a VirtualBoxBaseWithChildren; make …
(edit) @25184   15 years vboxsync Main: bring back r55600 with fix for broken machine creation
(edit) @25182   15 years vboxsync Backed out 55600; unable to create new VMs
(edit) @25172   15 years vboxsync Main: export
(edit) @25170   15 years vboxsync Main: rework VirtualBox implemenation to no longer use …
(edit) @25152   15 years vboxsync Main: kill VirtualBoxBaseWithTypedChildren template and rework Medium …
(edit) @25151   15 years vboxsync Main: cleanup: std::list< ComOBjPtr<Medium> > typedefs
(edit) @25150   15 years vboxsync Main: build fix
(edit) @25149   15 years vboxsync Main: cleanup: remove all CheckComRC* macros (no functional change)
(edit) @25145   15 years vboxsync Main: remove dead assert macro code
(edit) @25098   15 years vboxsync Main/NetworkAdapter: fix NULL handling in NAT network attribute
(edit) @25069   15 years vboxsync HGSMI/VBVA: enable VRDP commands only if there are connected RDP …
(edit) @25052   15 years vboxsync HGSMI/VBVA: enable VRDP commands only if there are connected RDP clients.
(edit) @24989   15 years vboxsync Main: enable -Wshadow gcc option to warn about shadowed variables and …
(edit) @24969   15 years vboxsync Main,VBoxManage: Check for timeout in the progress object (simple …
(edit) @24961   15 years vboxsync Main: Added a timeout property to IProgress that can be used to …
(edit) @24934   15 years vboxsync Main: Logging.
(edit) @24933   15 years vboxsync Main: Logging.
(edit) @24931   15 years vboxsync DisplayImpl: VBVA lock (xTracker 4463).
(edit) @24924   15 years vboxsync More VBVA lock code (disabled, xTracker 4463)
(edit) @24899   15 years vboxsync Main: Fixed VM power of during teleportation.
(edit) @24890   15 years vboxsync DisplayImpl: VBVA lock (incomplete, xTracker 4463).
(edit) @24874   15 years vboxsync Main,VMM,VBoxManage: Added a parameter to IConsole::Teleport for …
(edit) @24858   15 years vboxsync EFI: more bitness work
(edit) @24703   15 years vboxsync Main,GuestProperties: Moved the HGCM shutdown down after we've powered …
(edit) @24663   15 years vboxsync MachineImpl.cpp: Some reviewing / fussing / optimizing of the guest …
(edit) @24655   15 years vboxsync VirtualBoxBase.h: new may throw std::bad_alloc, so don't assing …
(edit) @24654   15 years vboxsync VirtualBoxBase.h: new may throw std::bad_alloc, so don't assing …
(edit) @24618   15 years vboxsync Added Global::vboxStatusCodeFromCOM (and Global::vboxStatusCodeToCOM), …
(edit) @24599   15 years vboxsync EFI: Main work for additional firmware types and presence checks
(edit) @24579   15 years vboxsync Main/Console: fix taking snapshots of a VM with several hard disk …
(edit) @24563   15 years vboxsync Main/MediumImpl: dead code
(edit) @24558   15 years vboxsync Main: Teleport to local process with disks attached. Delays the …
(edit) @24539   15 years vboxsync Saved state screenshot API (xTracker 4364).
(edit) @24526   15 years vboxsync OVF: fix import and export of floppy and DVD attachments broken by …
(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) @24457   15 years vboxsync Put PNG screenshot to saved state (works but disabled).
(edit) @24405   15 years vboxsync Put screenshot to saved state (incomplete and disabled).
(edit) @24403   15 years vboxsync Main: Added Host::GetProcessorCpuIdLeaf.
(edit) @24373   15 years vboxsync Updated screenshot API (xTracker 4364).
(edit) @24353   15 years vboxsync Main,VM: Working the teleportation state. Made VMR3Teleport report …
(edit) @24346   15 years vboxsync SystemProperties: function GetDeviceTypesForStorageBus() to get the …
(edit) @24345   15 years vboxsync Main: make backrefs code a bit more readable + add backrefs logging, …
(edit) @24315   15 years vboxsync Added methods to remove cpuid leafs
(edit) @24309   15 years vboxsync Only need space for 10 leafs
(edit) @24301   15 years vboxsync Main,Frontends: Added two new running states: Teleporting and …
(edit) @24299   15 years vboxsync Main: reorganize and document take/restore/delete snapshot code (no …
(edit) @24298   15 years vboxsync Main: snapshots code cleanup, renames, documentation, coding style
(edit) @24295   15 years vboxsync Added interfaces to override cpuid leafs.
(edit) @24273   15 years vboxsync Main: change Medium member variables from Bstr to Utf8 for better …
(edit) @24258   15 years vboxsync Main: new method Medium::RefreshState() which refreshes medium state; …
(edit) @24255   15 years vboxsync ConsoleImpl: don't need controllerDevToBool() anymore
(edit) @24250   15 years vboxsync StorageController: added support for Instance number
(edit) @24210   15 years vboxsync Main/Medium: substantial fixing of Medium::queryInfo(), and eliminate …
(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) @23947   15 years vboxsync API/Medium: stub for resizing method
(edit) @23928   15 years vboxsync API: make necessary adjustments to support DVD passthrough again, …
(edit) @23914   15 years vboxsync Main/MediumAttachment: very ugly fix for the fact that …
(edit) @23882   15 years vboxsync Main: make restoreSnapshot() work better, adjust VBoxManage
(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) @23827   15 years vboxsync Main: Cancellation fixes (almost perfect).
(edit) @23823   15 years vboxsync API/Medium: new attribute to get the kind of medium (dvd/floppy/hard …
(edit) @23820   15 years vboxsync VBoxClient: Not needed anymore (now live in VBox runtime)
(edit) @23810   15 years vboxsync Main: Cancelling teleporation…
(edit) @23801   15 years vboxsync Main,VMM,Frontends,++: Teminology. Added a bind address for the …
(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) @23720   15 years vboxsync BridgedInterfaceDown warning added.
(edit) @23703   15 years vboxsync Main,++: Added MachineState_MigratingFrom for use during startup on …
(edit) @23676   15 years vboxsync Build fix
(edit) @23675   15 years vboxsync stringify Session state
(edit) @23669   15 years vboxsync Main: Live migration coding.
(edit) @23663   15 years vboxsync Main: More live migration work.
(edit) @23648   15 years vboxsync Main/Global: Added stringifyMachineState.
(edit) @23643   15 years vboxsync VRDP port range API.
(edit) @23636   15 years vboxsync VirtualBoxBash.h: Added RT_UNLIKELY around a bunch of assertion and …
(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.
(edit) @23599   15 years vboxsync Main: Live migration work.
(edit) @23591   15 years vboxsync Main/MediumImpl: fix closing of DVD/floppy media.
(edit) @23560   15 years vboxsync API/SystemProperties: new method to query the maximum instance count …
(edit) @23537   15 years vboxsync FreeBSD: Bye bye HAL. We use the CAM layer directly to discover CD/DVD …
(edit) @23522   15 years vboxsync Main/HostHardwareLinux: more rewriting of the Linux host drive code, …
(edit) @23419   15 years vboxsync Main/ConsoleImpl: make DVD attachments at runtime work. floppy still …
(edit) @23394   15 years vboxsync Main/MediumAttachment: cleanup, much more logging, some preparation …
(edit) @23341   15 years vboxsync Main: opimization for r52856
(edit) @23327   15 years vboxsync Main: more header cleanup; move VirtualBox instance data to cpp …
(edit) @23319   15 years vboxsync Main: more header cleanup
(edit) @23304   15 years vboxsync Main: make backups before overwriting old XML files; remove obsolete …
(edit) @23279   15 years vboxsync Main: remove VirtualBoxBaseWithChildren, convert IHost away from using it
(edit) @23269   15 years vboxsync export to OSE
(edit) @23265   15 years vboxsync export to OSE
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette