|
|
@24858
|
15 years |
vboxsync |
EFI: more bitness work
|
|
|
@24703
|
15 years |
vboxsync |
Main,GuestProperties: Moved the HGCM shutdown down after we've powered …
|
|
|
@24663
|
15 years |
vboxsync |
MachineImpl.cpp: Some reviewing / fussing / optimizing of the guest …
|
|
|
@24655
|
15 years |
vboxsync |
VirtualBoxBase.h: new may throw std::bad_alloc, so don't assing …
|
|
|
@24654
|
15 years |
vboxsync |
VirtualBoxBase.h: new may throw std::bad_alloc, so don't assing …
|
|
|
@24618
|
15 years |
vboxsync |
Added Global::vboxStatusCodeFromCOM (and Global::vboxStatusCodeToCOM), …
|
|
|
@24599
|
15 years |
vboxsync |
EFI: Main work for additional firmware types and presence checks
|
|
|
@24579
|
15 years |
vboxsync |
Main/Console: fix taking snapshots of a VM with several hard disk …
|
|
|
@24563
|
15 years |
vboxsync |
Main/MediumImpl: dead code
|
|
|
@24558
|
15 years |
vboxsync |
Main: Teleport to local process with disks attached. Delays the …
|
|
|
@24539
|
15 years |
vboxsync |
Saved state screenshot API (xTracker 4364).
|
|
|
@24526
|
15 years |
vboxsync |
OVF: fix import and export of floppy and DVD attachments broken by …
|
|
|
@24511
|
15 years |
vboxsync |
Main/MediumAttchment: back out API change which changed the return …
|
|
|
@24493
|
15 years |
vboxsync |
API/Machine,Session: add a force mount parameter to MountMedium and …
|
|
|
@24490
|
15 years |
vboxsync |
Saved state screenshot API stubs (xTracker 4364).
|
|
|
@24457
|
15 years |
vboxsync |
Put PNG screenshot to saved state (works but disabled).
|
|
|
@24405
|
15 years |
vboxsync |
Put screenshot to saved state (incomplete and disabled).
|
|
|
@24403
|
15 years |
vboxsync |
Main: Added Host::GetProcessorCpuIdLeaf.
|
|
|
@24373
|
15 years |
vboxsync |
Updated screenshot API (xTracker 4364).
|
|
|
@24353
|
15 years |
vboxsync |
Main,VM: Working the teleportation state. Made VMR3Teleport report …
|
|
|
@24346
|
15 years |
vboxsync |
SystemProperties: function GetDeviceTypesForStorageBus() to get the …
|
|
|
@24345
|
15 years |
vboxsync |
Main: make backrefs code a bit more readable + add backrefs logging, …
|
|
|
@24315
|
15 years |
vboxsync |
Added methods to remove cpuid leafs
|
|
|
@24309
|
15 years |
vboxsync |
Only need space for 10 leafs
|
|
|
@24301
|
15 years |
vboxsync |
Main,Frontends: Added two new running states: Teleporting and …
|
|
|
@24299
|
15 years |
vboxsync |
Main: reorganize and document take/restore/delete snapshot code (no …
|
|
|
@24298
|
15 years |
vboxsync |
Main: snapshots code cleanup, renames, documentation, coding style
|
|
|
@24295
|
15 years |
vboxsync |
Added interfaces to override cpuid leafs.
|
|
|
@24273
|
15 years |
vboxsync |
Main: change Medium member variables from Bstr to Utf8 for better …
|
|
|
@24258
|
15 years |
vboxsync |
Main: new method Medium::RefreshState() which refreshes medium state; …
|
|
|
@24255
|
15 years |
vboxsync |
ConsoleImpl: don't need controllerDevToBool() anymore
|
|
|
@24250
|
15 years |
vboxsync |
StorageController: added support for Instance number
|
|
|
@24210
|
15 years |
vboxsync |
Main/Medium: substantial fixing of Medium::queryInfo(), and eliminate …
|
|
|
@24196
|
15 years |
vboxsync |
Main: add logging + weighted progress to restoreSnapshot(); convert …
|
|
|
@24160
|
15 years |
vboxsync |
Main: fixed fixupMedia() and reverted changes in r54089
|
|
|
@24155
|
15 years |
vboxsync |
Main: call medium->detachFrom() on the medium which just got detached
|
|
|
@24136
|
15 years |
vboxsync |
Main,VBoxManage,xml: Added a HardwareUUID property for reporting the …
|
|
|
@23947
|
15 years |
vboxsync |
API/Medium: stub for resizing method
|
|
|
@23928
|
15 years |
vboxsync |
API: make necessary adjustments to support DVD passthrough again, …
|
|
|
@23914
|
15 years |
vboxsync |
Main/MediumAttachment: very ugly fix for the fact that …
|
|
|
@23882
|
15 years |
vboxsync |
Main: make restoreSnapshot() work better, adjust VBoxManage
|
|
|
@23880
|
15 years |
vboxsync |
Main/MediumAttachment: change return value of Controller getter to …
|
|
|
@23879
|
15 years |
vboxsync |
Main: rename snapshot APIs, remove DiscardCurrentSnapshotAndState; …
|
|
|
@23827
|
15 years |
vboxsync |
Main: Cancellation fixes (almost perfect).
|
|
|
@23823
|
15 years |
vboxsync |
API/Medium: new attribute to get the kind of medium (dvd/floppy/hard …
|
|
|
@23820
|
15 years |
vboxsync |
VBoxClient: Not needed anymore (now live in VBox runtime)
|
|
|
@23810
|
15 years |
vboxsync |
Main: Cancelling teleporation…
|
|
|
@23801
|
15 years |
vboxsync |
Main,VMM,Frontends,++: Teminology. Added a bind address for the …
|
|
|
@23750
|
15 years |
vboxsync |
Introduced the Synthetic CPU attribute and a get/set method for CPU …
|
|
|
@23733
|
15 years |
vboxsync |
Dropped obsolet HWVirtEx properties.
|
|
|
@23727
|
15 years |
vboxsync |
Introduced Get/SetHWVirtExProperty and added the …
|
|
|
@23720
|
15 years |
vboxsync |
BridgedInterfaceDown warning added.
|
|
|
@23703
|
15 years |
vboxsync |
Main,++: Added MachineState_MigratingFrom for use during startup on …
|
|
|
@23676
|
15 years |
vboxsync |
Build fix
|
|
|
@23675
|
15 years |
vboxsync |
stringify Session state
|
|
|
@23669
|
15 years |
vboxsync |
Main: Live migration coding.
|
|
|
@23663
|
15 years |
vboxsync |
Main: More live migration work.
|
|
|
@23648
|
15 years |
vboxsync |
Main/Global: Added stringifyMachineState.
|
|
|
@23643
|
15 years |
vboxsync |
VRDP port range API.
|
|
|
@23636
|
15 years |
vboxsync |
VirtualBoxBash.h: Added RT_UNLIKELY around a bunch of assertion and …
|
|
|
@23633
|
15 years |
vboxsync |
Main: A little more live migration bits.
|
|
|
@23626
|
15 years |
vboxsync |
Main: Somre more live migration stuff.
|
|
|
@23606
|
15 years |
vboxsync |
Main: More live migration code.
|
|
|
@23599
|
15 years |
vboxsync |
Main: Live migration work.
|
|
|
@23591
|
15 years |
vboxsync |
Main/MediumImpl: fix closing of DVD/floppy media.
|
|
|
@23560
|
15 years |
vboxsync |
API/SystemProperties: new method to query the maximum instance count …
|
|
|
@23537
|
15 years |
vboxsync |
FreeBSD: Bye bye HAL. We use the CAM layer directly to discover CD/DVD …
|
|
|
@23522
|
15 years |
vboxsync |
Main/HostHardwareLinux: more rewriting of the Linux host drive code, …
|
|
|
@23419
|
15 years |
vboxsync |
Main/ConsoleImpl: make DVD attachments at runtime work. floppy still …
|
|
|
@23394
|
15 years |
vboxsync |
Main/MediumAttachment: cleanup, much more logging, some preparation …
|
|
|
@23341
|
15 years |
vboxsync |
Main: opimization for r52856
|
|
|
@23327
|
15 years |
vboxsync |
Main: more header cleanup; move VirtualBox instance data to cpp …
|
|
|
@23319
|
15 years |
vboxsync |
Main: more header cleanup
|
|
|
@23304
|
15 years |
vboxsync |
Main: make backups before overwriting old XML files; remove obsolete …
|
|
|
@23279
|
15 years |
vboxsync |
Main: remove VirtualBoxBaseWithChildren, convert IHost away from using it
|
|
|
@23269
|
15 years |
vboxsync |
export to OSE
|
|
|
@23265
|
15 years |
vboxsync |
export to OSE
|
|
|
@23259
|
15 years |
vboxsync |
Main: attempt solaris build fix
|
|
|
@23257
|
15 years |
vboxsync |
Main: IHost header cleanup, remove cruft elsewhere
|
|
|
@23235
|
15 years |
vboxsync |
API: fix opening new dvd/floppy images, introduce fallback format
|
|
|
@23228
|
15 years |
vboxsync |
merge: first solaris build fix
|
|
|
@23223
|
15 years |
vboxsync |
API: big medium handling change and lots of assorted other cleanups …
|
|
|
@23185
|
15 years |
vboxsync |
Skip VBVA update if framebufer is being resized.
|
|
|
@23179
|
15 years |
vboxsync |
Main: firmware type setter
|
|
|
@22810
|
15 years |
vboxsync |
FE/Qt, Devices/Input, Main, FE/*: upgrade mouse device to an MS …
|
|
|
@22793
|
15 years |
vboxsync |
SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
|
|
|
@22624
|
15 years |
vboxsync |
Main: cosmetics
|
|
|
@22562
|
15 years |
vboxsync |
Main,VBoxControl,VBoxManage,VBoxNetDHCP,VBoxNetNAT: Use RTBldCfg for …
|
|
|
@22560
|
15 years |
vboxsync |
Main/GuestProperties: fix setting empty strings as guest properties …
|
|
|
@22480
|
15 years |
vboxsync |
SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
|
|
|
@22455
|
15 years |
vboxsync |
ConsoleImpl: meAttachmentType shouldn't be static
|
|
|
@22412
|
15 years |
vboxsync |
HGSMI/VBVA updates
|
|
|
@22396
|
15 years |
vboxsync |
FreeBSD: Add support for tap interface networking. Contributed by …
|
|
|
@22384
|
15 years |
vboxsync |
Main: repair RT_OS_LINUX=1 VBOX_WITH_NETFLT=
|
|
|
@22381
|
15 years |
vboxsync |
Main, Python glue: Windows updates
|
|
|
@22375
|
15 years |
vboxsync |
NetSniffer: do not erase the dump file even if network attachment is …
|
|
|
@22358
|
15 years |
vboxsync |
fixed Win burns
|
|
|
@22357
|
15 years |
vboxsync |
COM, Python: wrappers cleanup, some generic improvments
|
|
|
@22338
|
15 years |
vboxsync |
ConsoleImpl: removed unused variable
|
|
|
@22306
|
15 years |
vboxsync |
attempt to fix burn
|
|
|